Is either of these considered better/more readable/more "proper"/more conventional than the other for making text bold? If so, what is the reason?
I like my text \textbf{bold}
versus:
I like my text {\bf bold}
|
Is either of these considered better/more readable/more "proper"/more conventional than the other for making text bold? If so, what is the reason?
versus:
|
||||
|
Marc van Dongen gave a great answer. I'll throw in another reason:
Whereas
This is nice. However, you may notice that it still fails to handle nested style adjustments to small caps, since the Computer Modern fonts do not contain slanted or bold small caps:
If this is a problem for you, then what I recommend—and I just happened to learn about this yesterday—is the wonderful
As a bonus, Alas, I haven't yet found a package which fixes the behavior of nested instances of
As a workaround, one can usually write Update: As others have pointed out, |
|||||
|
|
In general the command ( To see why the commands should be preferred, notice that The fourth, fifth, and sixth row in the following shows why the commands may differ from the declarations. In the fourth row you get a proper italic correction, in the fifth and the sixth you don't and this results in the
EDIT: Undeleted at 2012-12-09. |
|||||||||
|
|
First of all you should not use the obsolete There is not much practical difference between You should note that
So One benefit of In summary I recommend |
|||
|
|
\bfIN MODERN LaTeX DOCUMENTS! It is deprecated. Use\bfseriesinstead, which will work properly under the New Font Selection Scheme (NFSS) of LaTeX2e. About\textbfvs.\bfseries: There is no real difference, except that the latter will not read the text as argument and therefore work with verbatim content, but there you hardly use bold font anyway. See Does it matter if I use \textit or \it and Will two-letter font style commands (\bf , \it , …) ever be resurrected in LaTeX?. – Martin Scharrer♦ Jan 20 '12 at 11:36