- Parent Category: LaTex World
- Category: Symbols
- Hits: 5935
\(\LaTeX\) Symbols Inside BibTeX
\(\bullet\) Sometimes, when we want to cite a reference we find that the title or author(s) has some special characters, such as: Chloé, Şehnaz, Renée, Gürçağlar, and André.
\(\bullet\) Actually, there are three approaches can be used to do that:
- Using math-mode characters, such as those presented in: http://al-roomi.org/symbols/basic
- Using text-mode characters, such as those presented in: http://al-roomi.org/symbols/text-mode
- Using both \(\rightarrow\) math-mode and text-mode characters
\(\bullet\) In the following lines, both approaches are described through some Minimum Working Examples (MWEs):
I. Math-Mode (not preferred):
\(\bullet\) This approach is not preferred, because the letters in the math-mode are italic, which means its format is not nice.
\(\bullet\) Thus, if someone wants to use this approach, then he could use it for subscripted/superscripted letters and some special symbols.
\(\bullet\) The \(\LaTeX\) code (I'm using WinEdt ver. 8.0 as a \(\LaTeX\) editor) is as follows:
\(\bullet\) One of the BibTeX entries (I'm using JabRef Program ver. 2.9.2) is shown below:
\(\bullet\) Excuting the previous two files gives the following output:
II. Text-Mode (preferred in the most cases):
\(\bullet\) As we have seen from the first approach, there are many weaknesses can be faced with the math-mode approach.
\(\bullet\) Now, let's see how the text-mode approach can perform...
\(\bullet\) The \(\LaTeX\) code is as follows:
\(\bullet\) The preceding BibTeX entry becomes:
\(\bullet\) Excuting the previous two files gives the following output:
III. Text/Math-Mode (always preferred):
\(\bullet\) Suppose there is a mathematical expression in the title of one of the references used in the preceding examples.
\(\bullet\) Here, we have to use both the math- and text-mode approaches.
\(\bullet\) Now, let's see how the text/math-mode approach can perform...
\(\bullet\) The \(\LaTeX\) code is as follows:
\(\bullet\) The preceding BibTeX entry becomes:
\(\bullet\) Excuting the previous two files gives the following output: