doc-src/railsetup.sty
changeset 8592 c7f7cb82fd56
parent 7170 cb8afc731bee
child 8599 58b6f99dd5a9
     1.1 --- a/doc-src/railsetup.sty	Mon Mar 27 18:08:57 2000 +0200
     1.2 +++ b/doc-src/railsetup.sty	Mon Mar 27 18:09:24 2000 +0200
     1.3 @@ -22,10 +22,12 @@
     1.4  \setlength\railjoinsize{16pt}
     1.5  
     1.6  \def\rail@termfont{\small\ttfamily\upshape}
     1.7 +\def\rail@tokenfont{\small\ttfamily\upshape}
     1.8  \def\rail@nontfont{\small\rmfamily\upshape}
     1.9  \def\rail@annofont{\small\rmfamily\itshape}
    1.10  \def\rail@namefont{\small\rmfamily\itshape}
    1.11  \def\rail@indexfont{\small\rmfamily\itshape}
    1.12 -\newcommand{\railtoken}[1]{{\texttt{#1}}}
    1.13 +\newcommand{\railtterm}[1]{{\texttt{#1}}}
    1.14 +\newcommand{\railtoken}[1]{{\textrm{#1}}}
    1.15  \newcommand{\railqtoken}[1]{{\textsl{#1}}}
    1.16  \newcommand{\railnonterm}[1]{{\emph{#1}}}