fix latexmk
All checks were successful
build pdf / build (push) Successful in 4s

This commit is contained in:
2025-12-23 19:10:15 +08:00
parent 68d39b9f17
commit 3b68160c83
2 changed files with 7 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
$xelatex = 'xelatex -interaction=nonstopmode -synctex=1 %O %S'; $pdflatex = 'xelatex -interaction=nonstopmode -synctex=1';
$pdf_mode = 5; $pdf_mode = 1;

View File

@@ -6,8 +6,12 @@
\institute{A\&L Group, UESTC} \institute{A\&L Group, UESTC}
\begin{document} \begin{document}
\maketitle \maketitle
\section{First Section} \section{Connectivity interdiction}
\begin{frame}{First Frame} \begin{frame}{First Frame}
Hello, world! Hello, world!
\end{frame} \end{frame}
\section{Computing cogirth in perturbed graphic matroids}
\begin{frame}{Perturbed graphic matroids}
some backgrounds
\end{frame}
\end{document} \end{document}