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.
20 lines
720 B
20 lines
720 B
3 years ago
|
%****************************************************************************
|
||
|
%** Copyright 2002 by Lukas Ruf, ruf@topsy.net
|
||
|
%** Information is provided under the terms of the
|
||
|
%** GNU Free Documentation License http://www.gnu.org/copyleft/fdl.html
|
||
|
%** Fairness: Cite the source of information, visit http://www.topsy.net
|
||
|
%****************************************************************************
|
||
|
|
||
|
\newenvironment{sourcecode}%
|
||
|
{\vspace{0.5 cm} \footnotesize \verbatim}%
|
||
|
{\endverbatim \normalsize \vspace{0.5 cm}}
|
||
|
|
||
|
\newenvironment{inputverb}[1]%
|
||
|
{\vspace{0.5 cm} \footnotesize \verbatiminput{#1}}%
|
||
|
{\normalsize \vspace{0.5 cm}}
|
||
|
|
||
|
\newenvironment{inputverb_nospace}[1]%
|
||
|
{\footnotesize \verbatiminput{#1}}%
|
||
|
{\normalsize}
|
||
|
|