
25 Sep
2012
25 Sep
'12
1:12 a.m.
When using the Type 1 versions of the Lucida fonts, -- and --- don't work as expected. However, the following do work in their place. \uchar{32}{19} (for the -- ndash) \uchar{32}{20} (for the --- mdash) Can I redefine -- and --- to use the \uchar commands? Troy Henderson

25 Sep
25 Sep
1:45 a.m.
The following work \uchar{32}{19} (for the -- ndash)
\def\ndash{\uchar{32}{19}\autoinsertnextspace}
\uchar{32}{20} (for the --- mdash)
\def\mdash{\uchar{32}{20}\autoinsertnextspace} but it would be preferable to be able to use -- and --- instead of \ndash and \mdash. Troy
4589
Age (days ago)
4590
Last active (days ago)
2 comments
1 participants
participants (1)
-
Troy Henderson