Home | History | Annotate | Download | only in texinfo

Lines Matching full:verbatim

3864   % Scan in ``verbatim'' mode:
3926 % Ignore anything after the last `@end #1'; this matters in verbatim
6284 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
6293 % verbatim line.
6300 % @verbatim, and ?` and !` ligatures won't get disabled.
6317 \tt % easiest (and conventionally used) font for verbatim
6328 % Setup for the @verbatim environment
6349 % start the verbatim environment.
6353 % Easiest (and conventionally used) font for verbatim
6357 \setupmarkupstyle{verbatim}%
6366 % Do the @verb magic: verbatim text is quoted by unique
6381 % Do the @verbatim magic: define the macro \doverbatim so that
6382 % the (first) argument ends when '@end verbatim' is reached, ie:
6384 % \def\doverbatim#1@end verbatim{#1}
6387 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
6390 % Inspired by LaTeX's verbatim command set [latex.ltx]
6396 % of the @verbatim input line itself. Otherwise we get an extra blank
6398 \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}%
6399 % We really want {...\end verbatim} in the body of the macro, but
6403 \envdef\verbatim{%
6409 % @verbatiminclude FILE - insert text of file in verbatim environment.