[Tex/LaTex] Author name in bibliography contains special letters

bibliographiesinput-encodings

I have a reference for article where author name contains several specific characters. Do I need a specific package for this case:
Here is the reference:

@article{matouvsek1998thel2,
  title={On the {$L_2$}-discrepancy for anchored boxes},
  author={Matou{\v{s}}ek, Ji{\v{r}}{\i}́},
  journal={Journal of Complexity},
  volume={14},
  number={4},
  pages={527--556},
  year={1998},
  publisher={Elsevier}
}

Best Answer

Have you seen the posting How to write “ä” and other umlauts and accented letters in bibliography?

Let's assume that you use the Computer Modern font family and pdfLaTeX to compile your document. In that case, you do not need to load any packages to typeset the three accented characters in the author field of your bibliographic entry -- r-with v-check, s-with-v-check, and dotless-i. (Aside: did you mean to write {\'i}, i.e., i-with-sharp-accent, instead of dotless-i?) However, for some other accented characters, such as ogonek-a or ogonek-k, you will need to load the fontenc package with the option T1.

If you have the option to employ either XeLaTeX or LuaLaTeX, you won't have to load any special packages.

Related Question