0

I'm studying LaTeX now. From a book, I see the symbol BiBTeX

enter image description here

in a section title. Then I want to reproduce it.

%\usepackage{doc}
\section{\BibTeX}
\BibTeX

With above codes, I obtain the following results:

enter image description here

I don't know why BibTeX is not in small capitals shape. The results are different between setion title and normal content.


From below comments, I think I have known some reasons for the problem. Adding \usepackage[T1]{fontenc} is an anwser.

And I want to ask if my problem above is just caused by the requirement of both small caps and bold as the command \BibTeX is in the curly braces of \section{}

0 Answers0