Lines Matching full:verbatim
2961 % Scan in ``verbatim'' mode:
5130 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
5139 % verbatim line.
5165 \tt % easiest (and conventionally used) font for verbatim
5176 % Setup for the @verbatim environment
5198 % Easiest (and conventionally used) font for verbatim
5211 % Do the @verb magic: verbatim text is quoted by unique
5226 % Do the @verbatim magic: define the macro \doverbatim so that
5227 % the (first) argument ends when '@end verbatim' is reached, ie:
5229 % \def\doverbatim#1@end verbatim{#1}
5232 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
5235 % Inspired by LaTeX's verbatim command set [latex.ltx]
5241 % of the @verbatim input line itself. Otherwise we get an extra blank
5243 \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}%
5244 % We really want {...\end verbatim} in the body of the macro, but
5248 \envdef\verbatim{%
5254 % @verbatiminclude FILE - insert text of file in verbatim environment.