Skip to content

Commit

Permalink
Tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Fergusson committed May 27, 2024
1 parent 6fcc1cd commit ba63f16
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ fp-info-cache
# Exported BOM files
*.xml
*.csv

# Latex files
*.aux
*.fdb_latexmk
*.fls
*.log
*.pdf
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
cd macropad/worksheet/
pwd
ls ../../worksheet-components/
# This is a bit of a cheat, there's probably a better way of doing it.
cp -r ../../worksheet-components/* ./
make
3 changes: 3 additions & 0 deletions worksheet-components/lwworksheets.sty
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@

\vspace{3em}
\end{minipage}}
\vspace{1em}

Worksheet published: \today

\end{titlepage}
}
Expand Down

0 comments on commit ba63f16

Please sign in to comment.