Changed «pgct» variable to «lfct» for clarity
This commit is contained in:
		
							parent
							
								
									c31d83c146
								
							
						
					
					
						commit
						235f78e860
					
				@ -25,7 +25,7 @@
 | 
				
			|||||||
\newcounter{ct} % Create a counter for our loop
 | 
					\newcounter{ct} % Create a counter for our loop
 | 
				
			||||||
\newcounter{pg} % Create a counter for our page numbers
 | 
					\newcounter{pg} % Create a counter for our page numbers
 | 
				
			||||||
\setcounter{pg}{1} % Change the value from 0 to 1
 | 
					\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. 
 | 
					% Note: a "leaf" is composed of two double-sided pages. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
% Select an appropriate monotype font
 | 
					% Select an appropriate monotype font
 | 
				
			||||||
@ -44,7 +44,7 @@
 | 
				
			|||||||
\ttfamily
 | 
					\ttfamily
 | 
				
			||||||
 | 
					
 | 
				
			||||||
% Begin our loop
 | 
					% Begin our loop
 | 
				
			||||||
\forloop{ct}{1}{\value{ct}<\pgct{}}{
 | 
					\forloop{ct}{1}{\value{ct}<\lfct{}}{
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
% This is the right page header
 | 
					% This is the right page header
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user