diff --git a/.gitignore b/.gitignore index 3ce8a20..fe903aa 100644 --- a/.gitignore +++ b/.gitignore @@ -284,6 +284,9 @@ TSWLatexianTemp* # Uncomment the next line to have this generated file ignored. #*Notes.bib +<<<<<<< HEAD # Mine /build/* /build/.* +======= +>>>>>>> c9e07e54a1c947a6290d4412b1fb5c1abd1fa81e diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f953ac --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# lab-notebook + diff --git a/lab-notebook-contents.tex b/lab-notebook-contents.tex index 5cb775d..e34f047 100644 --- a/lab-notebook-contents.tex +++ b/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} \ No newline at end of file