Compare commits

..

No commits in common. "8b0a4d7aac1a0fb87a155b80e796e19a5b52e6c2" and "12f1bf32556654a0931ac60b01903afe09579ba6" have entirely different histories.

3 changed files with 3 additions and 22 deletions

3
.gitignore vendored
View File

@ -284,9 +284,6 @@ TSWLatexianTemp*
# Uncomment the next line to have this generated file ignored.
#*Notes.bib
<<<<<<< HEAD
# Mine
/build/*
/build/.*
=======
>>>>>>> c9e07e54a1c947a6290d4412b1fb5c1abd1fa81e

View File

@ -1,2 +0,0 @@
# lab-notebook

View File

@ -36,24 +36,10 @@
\ttfamily
% Begin our loop
%\forloop{ct}{1}{\value{ct}<\value{pgct}}{
\forloop{ct}{1}{\value{ct}<\value{pgct}}{
% 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 \the\value{ct}} \\
\end{tblr}
\newpage
% This is the left page header
% This is the page header
\begin{tblr}{
width = 175mm,
colspec = { | X[10,r] | X[40,r] | X[10,r] | X[30,r] | X[10,c] | },
@ -67,6 +53,6 @@ PROJECT: & & DATE: & & {\LARGE \the\value{ct}} \\
% End our loop
%}
}
\end{document}