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
|
||||
% are defined
|
||||
|
||||
|
||||
|
||||
\makeatletter
|
||||
\newcommand{\verbatimfont}[1]{\renewcommand{\verbatim@font}{\ttfamily#1}}
|
||||
\makeatother
|
||||
|
||||
\input{preamble}
|
||||
|
||||
%********************************
|
||||
|
||||
%** begin the document environment
|
||||
\begin{document}
|
||||
\verbatimfont{\tiny}%
|
||||
|
||||
\frenchspacing
|
||||
\sloppy
|
||||
|
|
Loading…
Reference in a new issue