Talk:Bold typewriter

From Wiki
Revision as of 01:27, 4 September 2005 by Brooks (talk | contribs) (Trying to do examples in the Wiki doesn't work. Can this be fixed?)
Jump to navigation Jump to search

Why the alternate version of the font definitions that's commented out? I think that should be deleted, or turned into an "alternately, use this" section, but which one? --Brooks

Both font groups are part of the same cm-extra distribution, but the cmbtt{8,9,10} fonts are both newer and there are there 3 instead of 1. Users will normally have both, or none, so I propose to use the cmbttXX ones and delete the other set from the example. --Taco
Sounds good to me. I added a small note to point out the change from the LaTeX example, so as to avoid any possibility of confusing people (and also in case they retype the commands rather than doing them with cut-and-paste). --Brooks

Why doesn't the following context block work in the Wiki? Can this be fixed?

This comes from:

\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]

\starttext
{\tt Normal and \bf bold Typewriter.}
\stoptext

--Brooks 01:25, 4 Sep 2005 (UTC)