Browse Source

Changed «pgct» variable to «lfct» for clarity

main
Kenneth John Odle 1 month ago
parent
commit
235f78e860
  1. 4
      lab-notebook-contents.tex

4
lab-notebook-contents.tex

@ -25,7 +25,7 @@
\newcounter{ct} % Create a counter for our loop
\newcounter{pg} % Create a counter for our page numbers
\setcounter{pg}{1} % Change the value from 0 to 1
\def\pgct{2} % Set this value to the number of leaves you want + 1
\def\lfct{2} % Set this value to the number of leaves you want + 1
% Note: a "leaf" is composed of two double-sided pages.
% Select an appropriate monotype font
@ -44,7 +44,7 @@
\ttfamily
% Begin our loop
\forloop{ct}{1}{\value{ct}<\pgct{}}{
\forloop{ct}{1}{\value{ct}<\lfct{}}{
% This is the right page header

Loading…
Cancel
Save