Changes

Jump to navigation Jump to search
89 bytes added ,  16:53, 11 August 2005
m
category and texcode added
LaTeX:
<pretexcode>
\documentclass{article}
\DeclareFontShape{OT1}{cmtt}{bx}{n}{
\texttt{Normal and \textbf{bold Typewriter.}}
\end{document}
</pretexcode>
ConTeXt:
Put this in <code>/usr/share/texmf/tex/context/third/type-loc.tex </code> to define the bold typewriter fonts:<pretexcode>
\newif\ifVeryBoldTT % turn this on, if it's not bold enough:
%\VeryBoldTTtrue
\fi
\stoptypescript
</pretexcode>
<ttcode>cmbtt[8,9,10]</ttcode> is the more recent family of fonts and bolder than the older <ttcode>cmttb10</ttcode> font.
Then, the fonts can be accessed as in this example:
<pretexcode>
\starttext
{\tt Normal and \bf bold Typewriter.}
\stoptext
</pretexcode[[Category:Fonts]][[Category:From LaTeX]]

Navigation menu