Added blue option
This commit is contained in:
		
							parent
							
								
									6f30346c1e
								
							
						
					
					
						commit
						a11a4d8dd1
					
				
							
								
								
									
										209
									
								
								lab-notebook-contents-blue.tex
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										209
									
								
								lab-notebook-contents-blue.tex
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,209 @@
 | 
			
		||||
\documentclass[twoside]{book}
 | 
			
		||||
\usepackage[utf8]{inputenc}
 | 
			
		||||
 | 
			
		||||
% \usepackage{showframe}
 | 
			
		||||
% \renewcommand*\ShowFrameColor{\color{red}}
 | 
			
		||||
 | 
			
		||||
% Let's set up our page size
 | 
			
		||||
\usepackage[
 | 
			
		||||
	letterpaper,
 | 
			
		||||
%	A4,
 | 
			
		||||
	bindingoffset=15mm,
 | 
			
		||||
	textheight=250mm,
 | 
			
		||||
	textwidth=175mm,
 | 
			
		||||
	top=14mm,
 | 
			
		||||
	footskip=5mm,
 | 
			
		||||
	marginparwidth=0mm,
 | 
			
		||||
	marginparsep=0mm
 | 
			
		||||
	]{geometry}
 | 
			
		||||
 | 
			
		||||
% Let's set up a loop to output the number of pages we need
 | 
			
		||||
% https://texfaq.org/FAQ-repeat-num
 | 
			
		||||
% https://ctan.org/pkg/forloop
 | 
			
		||||
% Output a variable value: https://sodocumentation.net/latex/topic/9224/counters--if-statements-and-loops-with-latex
 | 
			
		||||
\usepackage{forloop}
 | 
			
		||||
\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\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
 | 
			
		||||
\usepackage[varqu]{inconsolata}
 | 
			
		||||
 | 
			
		||||
% Build tables
 | 
			
		||||
\usepackage{tabularray}
 | 
			
		||||
\usepackage{ninecolors}
 | 
			
		||||
\setlength{\parindent}{0pt} % Remove space in front of tables
 | 
			
		||||
 | 
			
		||||
\author{Kenneth John Odle}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
\begin{document}
 | 
			
		||||
\pagestyle{empty}
 | 
			
		||||
\ttfamily
 | 
			
		||||
 | 
			
		||||
% Begin our loop
 | 
			
		||||
\forloop{ct}{1}{\value{ct}<\lfct{}}{
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
% This is the right page header
 | 
			
		||||
\begin{tblr}{
 | 
			
		||||
	width = 175mm,
 | 
			
		||||
	colspec = { | X[10,r] | X[40,r] | X[10,r] | X[30,r] | X[10,c] | },
 | 
			
		||||
	hline{1,3} = {1-5}{0.5pt},
 | 
			
		||||
	hline{2} = {1-4}{0.5pt},
 | 
			
		||||
	rows = {5.5mm, m, rowsep=1.5pt }
 | 
			
		||||
	}
 | 
			
		||||
TITLE: & & BOOK: & & Page \\
 | 
			
		||||
PROJECT: & & DATE: & & {\LARGE \arabic{pg}} \\
 | 
			
		||||
\end{tblr}
 | 
			
		||||
\stepcounter{pg} % Increment page number 
 | 
			
		||||
\medskip
 | 
			
		||||
 | 
			
		||||
\begin{tblr}{
 | 
			
		||||
	width = 175mm,
 | 
			
		||||
	column{1-35} = {2.8,l},
 | 
			
		||||
	rows = {5mm, m, rowsep=0pt,fg=gray3},
 | 
			
		||||
	hlines = {0.5pt, cyan8},
 | 
			
		||||
	vlines = {0.5pt, cyan8},
 | 
			
		||||
	}
 | 
			
		||||
\SetCell[c=10]{l}CONTINUED FROM PAGE: &&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&\SetCell[c=10]{l}CONTINUED TO PAGE:  \\
 | 
			
		||||
\end{tblr}
 | 
			
		||||
\medskip
 | 
			
		||||
 | 
			
		||||
\begin{tblr}{
 | 
			
		||||
	width = 175mm,
 | 
			
		||||
	colspec = { | X[14,r] | X[26,r] | X[14,r] | X[26,r] | X[6,r] | X[14,c] | },
 | 
			
		||||
	columns = {colsep = 1.5pt},
 | 
			
		||||
	hline{1,2} = {1-6}{0.5pt},
 | 
			
		||||
	rows = {5.5mm, m, rowsep=1.5pt }
 | 
			
		||||
	}
 | 
			
		||||
SIGNATURE: & & REVIEWED BY: & & DATE: & \\
 | 
			
		||||
\end{tblr}
 | 
			
		||||
 | 
			
		||||
\newpage
 | 
			
		||||
 | 
			
		||||
% This is the left page header
 | 
			
		||||
\begin{tblr}{
 | 
			
		||||
	width = 175mm,
 | 
			
		||||
	colspec = { | X[10,r] | X[40,r] | X[10,r] | X[30,r] | X[10,c] | },
 | 
			
		||||
	hline{1,3} = {1-5}{0.5pt},
 | 
			
		||||
	hline{2} = {1-4}{0.5pt},
 | 
			
		||||
	rows = {5.5mm, m, rowsep=1.5pt }
 | 
			
		||||
	}
 | 
			
		||||
TITLE: & & BOOK: & & Page \\
 | 
			
		||||
PROJECT: & & DATE: & & {\LARGE \arabic{pg}} \\
 | 
			
		||||
\end{tblr}
 | 
			
		||||
\stepcounter{pg} % Increment page number
 | 
			
		||||
\medskip
 | 
			
		||||
 | 
			
		||||
\begin{tblr}{
 | 
			
		||||
	width = 175mm,
 | 
			
		||||
	column{1-35} = {2.8,l},
 | 
			
		||||
	rows = {5mm, m, rowsep=0pt,fg=gray3},
 | 
			
		||||
	hlines = {0.5pt, cyan8},
 | 
			
		||||
	vlines = {0.5pt, cyan8},
 | 
			
		||||
	}
 | 
			
		||||
\SetCell[c=10]{l}CONTINUED FROM PAGE: &&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
 | 
			
		||||
&&&&&&&&&&&&&&&&&&&&&&&&&\SetCell[c=10]{l}CONTINUED TO PAGE:  \\
 | 
			
		||||
\end{tblr}
 | 
			
		||||
\medskip
 | 
			
		||||
 | 
			
		||||
\begin{tblr}{
 | 
			
		||||
	width = 175mm,
 | 
			
		||||
	colspec = { | X[14,r] | X[26,r] | X[14,r] | X[26,r] | X[6,r] | X[14,c] | },
 | 
			
		||||
	columns = {colsep = 1.5pt},
 | 
			
		||||
	hline{1,2} = {1-6}{0.5pt},
 | 
			
		||||
	rows = {5.5mm, m, rowsep=1.5pt }
 | 
			
		||||
	}
 | 
			
		||||
SIGNATURE: & & REVIEWED BY: & & DATE: & \\
 | 
			
		||||
\end{tblr}
 | 
			
		||||
 | 
			
		||||
\newpage
 | 
			
		||||
 | 
			
		||||
% End our loop
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
\end{document}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user