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.
40 lines
936 B
40 lines
936 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}
|
|
|
|
% portrait @ 66 lines per page
|
|
\geometry{top=0.0in, bottom=0.0in, left=1.0in, right=1.0in}
|
|
|
|
%\RecustomVerbatimCommand{\VerbatimInput}{VerbatimInput}%
|
|
%{
|
|
% commandchars=\\\{\}
|
|
%}
|
|
|
|
\begin{document}
|
|
|
|
% Part 1 (main document sections)
|
|
\VerbatimInput{part1.txt}
|
|
|
|
% landscape @ 51 lines per page
|
|
\newgeometry{top=1.0in, bottom=1.0in, left=0.0in, right=0.0in}
|
|
\begin{landscape}
|
|
|
|
% Part 2 (appendices A-G, source listings)
|
|
\VerbatimInput{part2.txt}
|
|
|
|
% restore portrait @ 66 lines per page
|
|
\end{landscape}
|
|
\restoregeometry
|
|
|
|
% Part 3 (appendices H-I, index)
|
|
\VerbatimInput{part3.txt}
|
|
|
|
\end{document}
|