mirror of https://github.com/wwarthen/RomWBW.git
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.
25 lines
563 B
25 lines
563 B
\documentclass[letterpaper,10pt,oneside]{book}
|
|
\usepackage[T1]{fontenc}
|
|
%\usepackage[defaultmono]{droidmono}
|
|
\usepackage[scaled]{beramono}
|
|
\usepackage{fancyvrb}
|
|
\usepackage{geometry}
|
|
\usepackage{pdflscape}
|
|
%\usepackage{showframe} % Diagnostic
|
|
|
|
% Suppress headers and footers completely
|
|
\pagestyle{empty}
|
|
|
|
% 66 lines per page, portrait
|
|
\geometry{top=0.0in, bottom=0.0in, left=1.5in, right=1.5in}
|
|
|
|
\RecustomVerbatimCommand{\VerbatimInput}{VerbatimInput}
|
|
{
|
|
commandchars=\\\{\}
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\VerbatimInput{zcpr.ltx}
|
|
|
|
\end{document}
|