Skip to content

Commit

Permalink
Fixed typos & unitex script
Browse files Browse the repository at this point in the history
  • Loading branch information
BCarnaval committed Jun 6, 2024
1 parent b536ee7 commit 61ea915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Classic/TitlePage.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[main.text]{subfiles}
\documentclass[main.tex]{subfiles}

\begin{document}

Expand Down
2 changes: 1 addition & 1 deletion Homework/TitlePage.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[main.text]{subfiles}
\documentclass[main.tex]{subfiles}

\begin{document}

Expand Down
2 changes: 1 addition & 1 deletion unitex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ while getopts ":b:d:o:vh" opt; do
homework)
BUILD_TEMP=Homework
;;
cover)
presentation)
BUILD_TEMP=Presentation
;;
*)
Expand Down

0 comments on commit 61ea915

Please sign in to comment.