Lines Matching full:verbatim
3146 % Scan in ``verbatim'' mode:
3208 % Ignore anything after the last `@end #1'; this matters in verbatim
5361 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
5370 % verbatim line.
5396 \tt % easiest (and conventionally used) font for verbatim
5407 % Setup for the @verbatim environment
5462 % start the verbatim environment.
5466 % Easiest (and conventionally used) font for verbatim
5480 % Do the @verb magic: verbatim text is quoted by unique
5495 % Do the @verbatim magic: define the macro \doverbatim so that
5496 % the (first) argument ends when '@end verbatim' is reached, ie:
5498 % \def\doverbatim#1@end verbatim{#1}
5501 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
5504 % Inspired by LaTeX's verbatim command set [latex.ltx]
5510 % of the @verbatim input line itself. Otherwise we get an extra blank
5512 \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}%
5513 % We really want {...\end verbatim} in the body of the macro, but
5517 \envdef\verbatim{%
5523 % @verbatiminclude FILE - insert text of file in verbatim environment.