Page headers complete

This commit is contained in:
Kenneth John Odle 2024-04-01 12:55:55 -04:00
commit 8b0a4d7aac
3 changed files with 22 additions and 3 deletions

3
.gitignore vendored
View File

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

2
README.md Normal file
View File

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

View File

@ -36,10 +36,24 @@
\ttfamily \ttfamily
% Begin our loop % 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}{ \begin{tblr}{
width = 175mm, width = 175mm,
colspec = { | X[10,r] | X[40,r] | X[10,r] | X[30,r] | X[10,c] | }, 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 our loop
} %}
\end{document} \end{document}