Difference between revisions of "Talk:Bold typewriter"

From Wiki
Jump to navigation Jump to search
m (Reply; also added the "--Brooks" on my first comment that I had forgotten.)
(Trying to do examples in the Wiki doesn't work. Can this be fixed?)
Line 1: Line 1:
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?
+
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? --[[User:Brooks|Brooks]]
--[[User:Brooks|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.
+
: 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. --[[User:Taco|Taco]]
--[[User:Taco|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).
+
:: 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). --[[User:Brooks|Brooks]]
--[[User:Brooks|Brooks]]
+
 
 +
----
 +
 
 +
Why doesn't the following context block work in the Wiki?  Can this be fixed?
 +
 
 +
<context>
 +
\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
 +
</context>
 +
 
 +
This comes from:
 +
<texcode>
 +
\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
 +
</texcode>
 +
 
 +
--[[User:Brooks|Brooks]] 01:25, 4 Sep 2005 (UTC)

Revision as of 01:27, 4 September 2005

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)