Home | History | Annotate | Download | only in doc

Lines Matching full:verbatim

4075   % Scan in ``verbatim'' mode:
4137 % Ignore anything after the last `@end #1'; this matters in verbatim
6618 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
6627 % verbatim line.
6634 % @verbatim, and ?` and !` ligatures won't get disabled.
6651 \tt % easiest (and conventionally used) font for verbatim
6662 % Setup for the @verbatim environment
6667 % We typeset each line of the verbatim in an \hbox, so we can handle
6668 % tabs. The \global is in case the verbatim line starts with an accent,
6671 % it is typeset. Meanwhile, we can't have nested verbatim commands
6690 % start the verbatim environment.
6694 \tt % easiest (and conventionally used) font for verbatim
6696 % never \starttabox and the \egroup would end verbatim mode.
6699 \setupmarkupstyle{verbatim}%
6708 % Do the @verb magic: verbatim text is quoted by unique
6723 % Do the @verbatim magic: define the macro \doverbatim so that
6724 % the (first) argument ends when '@end verbatim' is reached, ie:
6726 % \def\doverbatim#1@end verbatim{#1}
6729 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
6732 % Inspired by LaTeX's verbatim command set [latex.ltx]
6738 % of the @verbatim input line itself. Otherwise we get an extra blank
6740 \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}%
6741 % We really want {...\end verbatim} in the body of the macro, but
6745 \envdef\verbatim{%
6751 % @verbatiminclude FILE - insert text of file in verbatim environment.