Home | History | Annotate | Download | only in doc

Lines Matching full:verbatim

2959   % Scan in ``verbatim'' mode:
3021 % Ignore anything after the last `@end #1'; this matters in verbatim
5142 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
5151 % verbatim line.
5177 \tt % easiest (and conventionally used) font for verbatim
5188 % Setup for the @verbatim environment
5210 % Easiest (and conventionally used) font for verbatim
5223 % Do the @verb magic: verbatim text is quoted by unique
5238 % Do the @verbatim magic: define the macro \doverbatim so that
5239 % the (first) argument ends when '@end verbatim' is reached, ie:
5241 % \def\doverbatim#1@end verbatim{#1}
5244 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
5247 % Inspired by LaTeX's verbatim command set [latex.ltx]
5253 % of the @verbatim input line itself. Otherwise we get an extra blank
5255 \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}%
5256 % We really want {...\end verbatim} in the body of the macro, but
5260 \envdef\verbatim{%
5266 % @verbatiminclude FILE - insert text of file in verbatim environment.