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
|
- uses: http://localhost:3000/sxlxc/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
body: ''
|
body: ''
|
||||||
prerelease: true
|
|
||||||
name: PDF
|
name: PDF
|
||||||
token: ${{ secrets.RELEASE_TOKEN }}
|
token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
tag_name: latest
|
tag_name: latest
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
$xelatex = 'xelatex -interaction=nonstopmode -synctex=1 %O %S';
|
$pdflatex = 'xelatex -interaction=nonstopmode -synctex=1';
|
||||||
$pdf_mode = 5;
|
$pdf_mode = 1;
|
||||||
43
main.tex
43
main.tex
@@ -1,13 +1,46 @@
|
|||||||
\documentclass{beamer}
|
\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}
|
\title{Connectivity Interdiction \& \\ Perturbed Graphic Matroid Cogirth}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
\author{congyu}
|
\author{Cong Yu}
|
||||||
\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}{Connectivity interdiction}
|
||||||
Hello, world!
|
\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{frame}
|
||||||
\end{document}
|
\end{document}
|
||||||
Reference in New Issue
Block a user