Final cleanup
This commit is contained in:
parent
58f601fe59
commit
c51542e4cf
@ -1,16 +1,10 @@
|
||||
\documentclass[twoside]{article}
|
||||
|
||||
%\usepackage{showframe}
|
||||
%\renewcommand*\ShowFrameColor{\color{red}}
|
||||
|
||||
%\usepackage{lmodern}
|
||||
% Select an appropriate monotype font
|
||||
\usepackage[varqu]{inconsolata}
|
||||
|
||||
% Let's set up our page size
|
||||
\usepackage[
|
||||
letterpaper,
|
||||
% A4,
|
||||
% Adjust the measurements below if necessary for A4 paper
|
||||
bindingoffset=15mm,
|
||||
textheight=250mm,
|
||||
textwidth=175mm,
|
||||
@ -21,18 +15,25 @@
|
||||
marginparsep=0mm
|
||||
]{geometry}
|
||||
|
||||
% Select an appropriate monotype font
|
||||
\usepackage[varqu]{inconsolata}
|
||||
|
||||
% Make nice boxes for our notes
|
||||
\usepackage[most]{tcolorbox}
|
||||
|
||||
% Gain control over our numbered lists
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
\usepackage{xcolor}
|
||||
|
||||
% Make more than one page % NO TOUCHY!
|
||||
\usepackage{forloop}
|
||||
\newcounter{ct} % Create a counter for our loop
|
||||
\newcounter{pgct} % Create a counter for our pages
|
||||
\setcounter{pgct}{1}
|
||||
|
||||
\def\lfct{10} % Set this value to the number of pages you want
|
||||
% Set this value to the number of pages you want
|
||||
\def\lfct{10}
|
||||
|
||||
% Define color variables so that it is easy to change colors consistently
|
||||
\def\bordercolor{cyan!50!white}
|
||||
\def\titlebg{cyan!10!white}
|
||||
\def\titletxt{cyan!75!white}
|
||||
@ -42,10 +43,9 @@
|
||||
\def\infoframe{red!25}
|
||||
\def\infotxt{red!70}
|
||||
|
||||
% Let's make lines easier
|
||||
\def\kline{{\color{\linecolor}\hrulefill}}
|
||||
|
||||
\usepackage{tabularray}
|
||||
|
||||
\begin{document}
|
||||
\ttfamily
|
||||
|
||||
@ -235,10 +235,10 @@ Date:\hphantom{XXLXXLXXXXXXXX} Page: {\Large \arabic{pgct}}
|
||||
|
||||
\end{tcolorbox}
|
||||
|
||||
% Step our counter and move on to the next page
|
||||
\stepcounter{pgct}
|
||||
\newpage
|
||||
|
||||
|
||||
% End our loop
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user