Skip to content

Commit

Permalink
compilation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 17, 2024
1 parent 8950868 commit ebfc0d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ \subsection{Cite References in Your LaTeX Document}

\section{GitHub Action Workflow for LaTeX Compilation}

The template article repository workflow uses \cite{cheng_xu_xu-chenglatex-action_2024} \mintline{bash}{xu-cheng/latex-action} to build the latex document.
The template article repository workflow uses \cite{cheng_xu_xu-chenglatex-action_2024} \mintinline{bash}{xu-cheng/latex-action} to build the latex document.

The GitHub Action workflow:
\begin{itemize}
\item Compiles the LaTeX document using \mintline{bash}{xu-cheng/latex-action}
\item Compiles the LaTeX document using \mintinline{bash}{xu-cheng/latex-action}
\item Uploads the resulting PDF
\item Creates a release with the PDF as an asset when a new tag is pushed of the type \texttt{v*}, e.g., \texttt{v1.0.0} or a pre-release \texttt{v1.0.0-preview.1}
\end{itemize}
Expand Down Expand Up @@ -169,6 +169,6 @@ \subsection{Update References from Zotero}
\item Overleaf will automatically sync the changes, ensuring your references are up to date.
\end{enumerate}

\bibliographystyle{plainnat}
\bibliographystyle{plain}
\bibliography{references}
\end{document}

0 comments on commit ebfc0d6

Please sign in to comment.