Changes

Jump to navigation Jump to search
944 bytes added ,  09:51, 21 July 2004
no edit summary
< [[From LaTeX to ConTeXt]]

LaTeX:
<pre>
\documentclass{article}
\DeclareFontShape{OT1}{cmtt}{bx}{n}{
<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>cmttb10}{}
\begin{document}
\texttt{Normal and \textbf{bold Typewriter.}}
\end{document}
</pre>

ConTeXt:
Put this in /usr/share/texmf/tex/context/third/type-loc.tex:
<pre>
\starttypescript [mono] [computer-modern] [size]
\definebodyfont [12pt] [tt] [bf=cmttb10 at 12pt]
\definebodyfont [11pt] [tt] [bf=cmttb10 at 11pt]
\definebodyfont [10pt] [tt] [bf=cmttb10]
\definebodyfont [9pt] [tt] [bf=cmttb10 at 9pt]
\definebodyfont [8pt] [tt] [bf=cmttb10 at 8pt]
%\definebodyfont [12pt] [tt] [bf=cmbtt10 at 12pt]
%\definebodyfont [11pt] [tt] [bf=cmbtt10 at 11pt]
%\definebodyfont [10pt] [tt] [bf=cmbtt10]
%\definebodyfont [9pt] [tt] [bf=cmbtt9]
%\definebodyfont [8pt] [tt] [bf=cmbtt8]
\stoptypescript
</pre>

and then:
<pre>
\starttext
{\tt Normal and \bf bold Typewriter.}
\stoptext
</pre>

Navigation menu