So I know to write \LaTeX
to get the symbol, but is there a way to do it letter by letter so as to make the first letter bold?
[Tex/LaTex] How to write “LaTeX” in LaTeX with the first letter bolded
boldfontsformattingsymbols
boldfontsformattingsymbols
So I know to write \LaTeX
to get the symbol, but is there a way to do it letter by letter so as to make the first letter bold?
Best Answer
Note: There's a similar question and answer here: Color up each letter of \LaTeX word
You can find the definitions of
\TeX
,\LaTeX
and\LaTeXe
inlatex.ltx
(which is really, really surprising ;-) )Easiest way is to use the definitions and save them as new commands, say
\BLaTeX
forBold \LaTeX
;-)However, the kerning is wrong initially, so I changed it slightly -- please provide own values for the kerning if the given example does not really fit yet regarding personal taste.