Browse Source

Page headers complete

main
Kenneth John Odle 2 months ago
parent
commit
8b0a4d7aac
  1. 3
      .gitignore
  2. 2
      README.md
  3. 20
      lab-notebook-contents.tex

3
.gitignore

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

2
README.md

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

20
lab-notebook-contents.tex

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