You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
181 lines
5.2 KiB
181 lines
5.2 KiB
%%
|
|
%% This is file `verbtest.tex',
|
|
%% generated with the docstrip utility.
|
|
%%
|
|
%% The original source files were:
|
|
%%
|
|
%% verbatim.dtx (with options: `testdriver')
|
|
%%
|
|
%% This is a generated file.
|
|
%%
|
|
%% The source is maintained by the LaTeX Project team and bug
|
|
%% reports for it can be opened at https://latex-project.org/bugs/
|
|
%% (but please observe conditions on bug reports sent to that address!)
|
|
%%
|
|
%%
|
|
%% Copyright (C) 1993-2020
|
|
%% The LaTeX3 Project and any individual authors listed elsewhere
|
|
%% in this file.
|
|
%%
|
|
%% This file was generated from file(s) of the Standard LaTeX `Tools Bundle'.
|
|
%% --------------------------------------------------------------------------
|
|
%%
|
|
%% It may be distributed and/or modified under the
|
|
%% conditions of the LaTeX Project Public License, either version 1.3c
|
|
%% of this license or (at your option) any later version.
|
|
%% The latest version of this license is in
|
|
%% https://www.latex-project.org/lppl.txt
|
|
%% and version 1.3c or later is part of all distributions of LaTeX
|
|
%% version 2005/12/01 or later.
|
|
%%
|
|
%% This file may only be distributed together with a copy of the LaTeX
|
|
%% `Tools Bundle'. You may however distribute the LaTeX `Tools Bundle'
|
|
%% without such generated files.
|
|
%%
|
|
%% The list of all files belonging to the LaTeX `Tools Bundle' is
|
|
%% given in the file `manifest.txt'.
|
|
%%
|
|
%% Package `verbatim' to use with LaTeX2e
|
|
%% Copyright (C) 1989--2003 by Rainer Sch\"opf. All rights reserved.
|
|
\documentclass{article}
|
|
|
|
\usepackage{verbatim}
|
|
|
|
\newenvironment{myverbatim}%
|
|
{\endgraf\noindent MYVERBATIM:\endgraf\verbatim}%
|
|
{\endverbatim}
|
|
|
|
\makeatletter
|
|
|
|
\newenvironment{verbatimlisting}[1]%
|
|
{\def\verbatim@startline{\input{#1}%
|
|
\def\verbatim@startline{\verbatim@line{}}%
|
|
\verbatim@startline}%
|
|
\verbatim}{\endverbatim}
|
|
|
|
\newwrite\verbatim@out
|
|
|
|
\newenvironment{verbatimwrite}[1]%
|
|
{\@bsphack
|
|
\immediate\openout \verbatim@out #1
|
|
\let\do\@makeother\dospecials\catcode`\^^M\active
|
|
\def\verbatim@processline{%
|
|
\immediate\write\verbatim@out{\the\verbatim@line}}%
|
|
\verbatim@start}%
|
|
{\immediate\closeout\verbatim@out\@esphack}
|
|
|
|
\makeatother
|
|
|
|
\addtolength{\textwidth}{30pt}
|
|
|
|
\begin{document}
|
|
|
|
\typeout{}
|
|
\typeout{===> Expect ``characters dropped''
|
|
warning messages in this test! <====}
|
|
\typeout{}
|
|
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
\begin{verbatim}
|
|
test
|
|
\end{verbatim*}
|
|
test
|
|
\end{verbatim
|
|
test of ligatures: <`!`?`>
|
|
\endverbatim
|
|
test
|
|
\end verbatim
|
|
test
|
|
test of end of line:
|
|
\end
|
|
{verbatim}
|
|
\end{verbatim} Further text to be typeset: $\alpha$.
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
\begin{verbatim*}
|
|
test
|
|
test
|
|
\end {verbatim*}
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
\begin{verbatim*} bla bla
|
|
test
|
|
test
|
|
\end {verbatim*}
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
|
|
First of Chris Rowley's fiendish tests:
|
|
\begin{verbatim}
|
|
the double end test<text>
|
|
\end\end{verbatim} or even \end \end{verbatim}
|
|
|
|
Another of Chris' devils:
|
|
\begin{verbatim}
|
|
the single brace test<text>
|
|
\end{not the end\end{verbatim}
|
|
Back to my own tests:
|
|
\begin{myverbatim}
|
|
test
|
|
test
|
|
\end {myverbatim} rest of line
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
|
|
Test of empty verbatim:
|
|
\begin{verbatim}
|
|
\end{verbatim}
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
\begin {verbatimlisting}{verbtest.tex}
|
|
Additional verbatim text
|
|
...
|
|
\end{verbatimlisting}
|
|
And here for listing a file:
|
|
\verbatiminput{verbtest.tex}
|
|
And again, with explicit spaces:
|
|
\verbatiminput*{verbtest.tex}
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
\begin{comment}
|
|
test
|
|
\end{verbatim*}
|
|
test
|
|
\end {comment
|
|
test
|
|
\endverbatim
|
|
test
|
|
\end verbatim
|
|
test
|
|
\end {comment} Further text to be typeset: $\alpha$.
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
\begin{comment} bla bla
|
|
test
|
|
test
|
|
\end {comment}
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
Text Text Text Text Text Text Text Text Text Text Text
|
|
|
|
\begin{verbatimwrite}{verbtest.txt}
|
|
asfa<fa<df
|
|
sdfsdfasd
|
|
asdfa<fsa
|
|
\end{verbatimwrite}
|
|
|
|
\end{document}
|
|
\endinput
|
|
%%
|
|
%% End of file `verbtest.tex'.
|
|
|