generated from sxlxc/pdflatex-note
Compare commits
4 Commits
latest
...
922ee2e2a4
| Author | SHA1 | Date | |
|---|---|---|---|
| 922ee2e2a4 | |||
| 90efebad98 | |||
| 5a0338c3e0 | |||
| 3b68160c83 |
@@ -17,7 +17,6 @@ jobs:
|
||||
- uses: http://localhost:3000/sxlxc/gitea-release-action@v1
|
||||
with:
|
||||
body: ''
|
||||
prerelease: true
|
||||
name: PDF
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
tag_name: latest
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
$xelatex = 'xelatex -interaction=nonstopmode -synctex=1 %O %S';
|
||||
$pdf_mode = 5;
|
||||
$pdflatex = 'xelatex -interaction=nonstopmode -synctex=1';
|
||||
$pdf_mode = 1;
|
||||
43
main.tex
43
main.tex
@@ -1,13 +1,46 @@
|
||||
\documentclass{beamer}
|
||||
\usetheme{metropolis}
|
||||
\usetheme{moloch} % new metropolis
|
||||
% fonts
|
||||
\usepackage{fontspec}
|
||||
\setmainfont[
|
||||
ItalicFont={Fira Sans Italic},
|
||||
BoldFont={Fira Sans Medium},
|
||||
BoldItalicFont={Fira Sans Medium Italic}
|
||||
]{Fira Sans}
|
||||
\setsansfont[
|
||||
ItalicFont={Fira Sans Italic},
|
||||
BoldFont={Fira Sans Medium},
|
||||
BoldItalicFont={Fira Sans Medium Italic}
|
||||
]{Fira Sans}
|
||||
\setmonofont[BoldFont={Fira Mono Medium}]{Fira Mono}
|
||||
\AtBeginEnvironment{tabular}{%
|
||||
\addfontfeature{Numbers={Monospaced}}
|
||||
}
|
||||
\usepackage{firamath-otf}
|
||||
|
||||
\title{Connectivity Interdiction \& \\ Perturbed Graphic Matroid Cogirth}
|
||||
\date{\today}
|
||||
\author{congyu}
|
||||
\author{Cong Yu}
|
||||
\institute{A\&L Group, UESTC}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\section{First Section}
|
||||
\begin{frame}{First Frame}
|
||||
Hello, world!
|
||||
\section{Connectivity interdiction}
|
||||
\begin{frame}{Connectivity interdiction}
|
||||
\begin{problem}[CI]
|
||||
|
||||
\end{problem}
|
||||
\begin{theorem}[aaa]
|
||||
sdfsdf
|
||||
\end{theorem}
|
||||
\begin{lemma}[aaa]
|
||||
sdfsdf
|
||||
\end{lemma}
|
||||
\begin{proof}
|
||||
sdfs
|
||||
\end{proof}
|
||||
|
||||
\end{frame}
|
||||
\section{Computing cogirth in perturbed graphic matroids}
|
||||
\begin{frame}{Perturbed graphic matroids}
|
||||
\end{frame}
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user