bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Looking for TeX/LaTeX gurus help


From: Patrice Dumas
Subject: Re: Looking for TeX/LaTeX gurus help
Date: Sat, 31 Oct 2009 18:53:29 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

After looking at what Karl provided, and also at texinfo.tex, here
is what I propose. 

(? means I don't know, - means not relevant, (warning) means there 
is a warning, (T1) means only in T1 (eurosym) means in eurosym and so 
on). 

When there is something in math and nothing in text, the math 
in $ $ is used, so for example equiv is

equiv \equiv $\equiv$

idem means that the same rule than previous above is used.

'TeX'               -                    \TeX
'LaTeX'             -                    \LaTeX
'bullet'            \bullet              \textbullet
'copyright'         \copyright           \copyright
'registeredsymbol'  (amsfonts)\circledR  \textregistered
'dots'              \dots                \dots
'enddots'           ?                    ?
'equiv'             \equiv
'error'             ?                    ?
'expansion'         \mapsto
'arrow'             \rightarrow
'minus'             -                    $-$
'point'             \star
'print'             \dashv
'result'            \Rightarrow
'aa'                \mathring{a}         \aa
'AA'                \mathring{A}         \AA
'ae'                ? (warning for \ae)  \ae
'oe'      idem
'AE'      idem
'OE'      idem
'o'      idem
'O'      idem
'ss'      idem
'l'      idem
'L'      idem
'DH'               ?                    (T1)\DH
'dh'     idem
'TH'     idem
'th'     idem
'exclamdown'       ?                    !` or \textexclamdown
'questiondown'     ?                    ?` or \textquestiondown
'pounds'           \pounds              \pounds
'ordf'             ?                    \textordfeminine
'ordm'             ?                    \textordmasculine
'comma'            ,                    ,
'euro'             -                    (eurosym)\euro
'geq'              \geq
'leq'              \leq
'tie'              ?                    ?
'textdegree'       (gensymb)\degree or  ^\circ   (gensymb)\degree or 
(textcomp)\textdegree
'quotedblleft'     ?                    \textquotedblleft
'quotedblright'    ?                    \textquotedblright
'quoteleft'        ?                    \textquoteleft
'quoteright'       ?                    \textquoteright
'quotedblbase'     ?                    (T1)\quotedblbase
'quotesinglbase' idem
'guillemotleft'  idem
'guillemotright' idem
'guilsinglleft'  idem
'guilsinglright' idem

'guillemetleft'  as guillemotleft
'guillemetright' as guillemotright


       'click'         as in other formats (replaced with another @-command
                                            or use clicksequence to redefine
                                            it dynyamically?)

       'asis'               (nothing)         (nothing)
       'b'                  {\bf  }           \textbf{}
       'clicksequence'      (nothing)         (nothing)
       'code'               {\tt  }           \texttt{} + code_style
       'command'            {\tt  }           \texttt{} + code_style
       'dfn'                {\it  }           \emph{}
       'emph'               {\it  }           \emph{}
       'env'                {\tt  }           \texttt{} + code_style
       'file'               {\tt  }           `\texttt{}' + code_style
       'i'                  {\it  }           \textit{}
       'slanted'            {\sl  }           \textsl{}
       'sansserif'          ?                 \textsf{}
       'kbd'                -                 ?
       'key'                -                 ?
       'option'             {\tt  }           `\texttt{}' + code_style
       'r'                  {\rm  }           \textrm{}
       'samp'               {\tt  }           `\texttt{}' + code_style
       'sc'                 ?                 \textsc{}
       'strong'             {\bf  }           \textbf{}
       't'                  {\tt  }           \texttt{} + code_style
       'var'                {\it  }           \emph{}
       'w'                  ?                 ?

maybe ` for @file and @same should be \lq and ' \rq.

--
Pat




reply via email to

[Prev in Thread] Current Thread [Next in Thread]