first commit
All checks were successful
build pdf / build (push) Successful in 2s

This commit is contained in:
2025-12-19 15:35:51 +08:00
parent 763601f1b3
commit 68d39b9f17
2 changed files with 13 additions and 11 deletions

2
.latexmkrc Normal file
View File

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

View File

@@ -1,13 +1,13 @@
\documentclass[a4paper,11pt]{article}
\usepackage{chao}
\usepackage{algo}
\geometry{margin=2cm}
\title{}
\author{}
\date{}
\documentclass{beamer}
\usetheme{metropolis}
\title{Connectivity Interdiction \& \\ Perturbed Graphic Matroid Cogirth}
\date{\today}
\author{congyu}
\institute{A\&L Group, UESTC}
\begin{document}
\maketitle
\end{document}
\section{First Section}
\begin{frame}{First Frame}
Hello, world!
\end{frame}
\end{document}