Make all verbatim tiny
This commit is contained in:
parent
d25e65c45f
commit
429497f927
1 changed files with 8 additions and 0 deletions
|
@ -4,12 +4,20 @@
|
||||||
|
|
||||||
%** preamble.tex: here all the document-wide settings
|
%** preamble.tex: here all the document-wide settings
|
||||||
% are defined
|
% are defined
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\makeatletter
|
||||||
|
\newcommand{\verbatimfont}[1]{\renewcommand{\verbatim@font}{\ttfamily#1}}
|
||||||
|
\makeatother
|
||||||
|
|
||||||
\input{preamble}
|
\input{preamble}
|
||||||
|
|
||||||
%********************************
|
%********************************
|
||||||
|
|
||||||
%** begin the document environment
|
%** begin the document environment
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
\verbatimfont{\tiny}%
|
||||||
|
|
||||||
\frenchspacing
|
\frenchspacing
|
||||||
\sloppy
|
\sloppy
|
||||||
|
|
Loading…
Add table
Reference in a new issue