Home | History | Annotate | Download | only in docs

Lines Matching full:verbatim

2864   % Scan in ``verbatim'' mode:
5020 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
5029 % verbatim line.
5055 \tt % easiest (and conventionally used) font for verbatim
5066 % Setup for the @verbatim environment
5088 % Easiest (and conventionally used) font for verbatim
5101 % Do the @verb magic: verbatim text is quoted by unique
5116 % Do the @verbatim magic: define the macro \doverbatim so that
5117 % the (first) argument ends when '@end verbatim' is reached, ie:
5119 % \def\doverbatim#1@end verbatim{#1}
5122 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
5125 % Inspired by LaTeX's verbatim command set [latex.ltx]
5131 % of the @verbatim input line itself. Otherwise we get an extra blank
5133 \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}%
5134 % We really want {...\end verbatim} in the body of the macro, but
5138 \envdef\verbatim{%
5144 % @verbatiminclude FILE - insert text of file in verbatim environment.