Skip to content

Commit

Permalink
pre-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiglierhammer committed Nov 26, 2024
1 parent 8e23ac3 commit 1531da8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
working_directory: mug_document_src
root_file: main.tex
pre_compile: cd mug_document_src
latexmk_use_lualatex: true
- name: Upload PDF file
uses: actions/upload-artifact@v4
Expand Down
8 changes: 4 additions & 4 deletions mug_document_src/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@
% Now begin the document
% ======================================
\begin{document}\thispagestyle{empty}
\subfile{./sections/cover_page.tex}
\newpage\subfile{./sections/front_matter.tex}
\newpage\subfile{./sections/contributors.tex}
\subfile{sections/cover_page.tex}
\newpage\subfile{sections/front_matter.tex}
\newpage\subfile{sections/contributors.tex}
\renewcommand{\contentsname}{\color{maroon}{Contents}}
\newpage\tableofcontents\thispagestyle{fancy}
\newpage\subfile{./sections/change_log.tex}
\newpage\subfile{sections/change_log.tex}

% ======================================
% Content here
Expand Down

0 comments on commit 1531da8

Please sign in to comment.