lab-notebook/lab-notebook-contents.tex

209 lines
6.0 KiB
TeX
Raw Normal View History

2024-04-01 17:19:23 +00:00
\documentclass[twoside]{book}
2024-04-01 16:47:16 +00:00
\usepackage[utf8]{inputenc}
2024-04-01 17:19:23 +00:00
% \usepackage{showframe}
% \renewcommand*\ShowFrameColor{\color{red}}
2024-04-01 16:47:16 +00:00
% 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}
2024-04-01 17:10:24 +00:00
\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
2024-04-01 17:10:24 +00:00
% Note: a "leaf" is composed of two double-sided pages.
2024-04-01 16:47:16 +00:00
% Select an appropriate monotype font
\usepackage[varqu]{inconsolata}
% Build tables
\usepackage{tabularray}
2024-04-01 17:49:59 +00:00
\usepackage{ninecolors}
2024-04-01 17:19:23 +00:00
\setlength{\parindent}{0pt} % Remove space in front of tables
2024-04-01 16:47:16 +00:00
\author{Kenneth John Odle}
\begin{document}
\pagestyle{empty}
\ttfamily
% Begin our loop
\forloop{ct}{1}{\value{ct}<\lfct{}}{
2024-04-01 16:47:16 +00:00
2024-04-01 16:55:55 +00:00
% 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 \\
2024-04-01 17:10:24 +00:00
PROJECT: & & DATE: & & {\LARGE \arabic{pg}} \\
2024-04-01 16:55:55 +00:00
\end{tblr}
2024-04-01 17:49:59 +00:00
\stepcounter{pg} % Increment page number
\medskip
\begin{tblr}{
width = 175mm,
column{1-35} = {2.8,l},
rows = {5mm, m, rowsep=0pt,fg=gray8},
hlines = {0.5pt, gray8},
vlines = {0.5pt, gray8},
}
\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}
2024-04-01 16:55:55 +00:00
\newpage
% This is the left page header
2024-04-01 16:47:16 +00:00
\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 \\
2024-04-01 17:10:24 +00:00
PROJECT: & & DATE: & & {\LARGE \arabic{pg}} \\
2024-04-01 16:47:16 +00:00
\end{tblr}
2024-04-01 17:49:59 +00:00
\stepcounter{pg} % Increment page number
\medskip
\begin{tblr}{
width = 175mm,
column{1-35} = {2.8,l},
rows = {5mm, m, rowsep=0pt,fg=gray8},
hlines = {0.5pt, gray8},
vlines = {0.5pt, gray8},
}
\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}
2024-04-01 16:47:16 +00:00
2024-04-01 17:10:24 +00:00
\newpage
2024-04-01 16:47:16 +00:00
% End our loop
2024-04-01 17:10:24 +00:00
}
2024-04-01 16:47:16 +00:00
\end{document}