-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro-slides.tex
58 lines (57 loc) · 1.48 KB
/
intro-slides.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
\documentclass[mathserif]{beamer}%
%
%
\RequirePackage{./styles/slides}%
\RequirePackage{./shortcuts}%
%
\title[%
\optimizationBenchmarkingText: Intro%
]{%
\mbox{\optimizationBenchmarkingText}\\%
\mbox{-- An Introduction --}%
}%
%
%
\blAuthor{Thomas Weise}{汤卫思}{[email protected]}{http://iao.hfuu.edu.cn}%
\blInstitute{%
\blUni{Hefei University, South Campus}{合肥学院 南艳湖校区}\\%
\blFaculty{Faculty of Computer Science and Technology}{计算机科学与技术系}\\%
\blGroup{Institute of Applied Optimization}{应用优化研究所}\\%
\blAddressA{230601}{Hefei, Anhui, China}{中国 安徽省 合肥市}\\%
\blAddressB{Econ.\ \& Tech.\ Devel.\ Zone, Jinxiu Dadao 99}{经济技术开发区 锦绣大道99号}%
}%
%
\date{\today}%
%
\begin{document}%
%
%
\protected\gdef\barcodes{%
\locate{}{%
\includegraphics[width=0.26\paperwidth]{graphics/barcodes/website}~\rotatebox{90}{\Large{~\textcolor{alert}{website}}}%
\bigskip\\%
\includegraphics[width=0.26\paperwidth]{graphics/barcodes/slides}~\rotatebox{90}{\Large{~\textcolor{alert}{slides}}}%
}{0.625}{0.16}%
}%
%
\startPresentation{\barcodes}%
%
\printSectionOutlines{\barcodes}%
%
%
\input{part_introduction.tex}%
%
\section{Installation}%
\input{part_install.tex}%
\input{part_maxSatExample.tex}%
\input{part_conclusions.tex}%
%
\endPresentation%
%
\appendices{\barcodes}%
%
\input{appendix_maxSatExample.tex}%
\input{appendix_complexityAnalysis.tex}%
%
\end{document}%%
\endinput%