-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathready2Go.tex
178 lines (146 loc) · 5.07 KB
/
ready2Go.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
% !TEX TS-program = pdflatex
% !TeX encoding = UTF-8
% !TeX spellcheck = en_GB
%=======================================================================
%== Template for LaTeX presentation ====================================
%=======================================================================
\providecommand{\PathP}{./parts/} % Path to Parts folders
\providecommand{\PathR}{./resources/} % Path to Resources folders
\providecommand{\PathSO}{./sources/} % Path to Sources folders
\providecommand{\PathS}{./supplies/} % Path to Supplies folders
\providecommand{\BuildTrigger}{buildnew} % Trigger to build or not standalone parts.
\providecommand{\langue}{english} % english, french
\makeatletter
\def\input@path{{\PathSO}{\PathSO/gotham}{\PathSO/UGE/}{\PathSO/Inria/}} % to be able to find package in resource folders.
\ifx\c@levelstanda\undefined % to create a newcounter if it doesn't exists.
\newcounter{levelstanda}
\else
{}% it already exist
\fi
\makeatother
\documentclass[notheorems, noamsthm, aspectratio=169, 10pt]{beamer}
% use this instead for 16:9 aspect ratio: [aspectratio=169]
% supported aspect ratios 1610 169 149 54 43 (default) 32
%
% The option "handout, " allows to the print the hidden slides made by <handout:1|beamer:0>[noframenumbering].
%
% the option "notes=only, " to print only the notes !
\usepackage[l2tabu, orthodox]{nag} % Help to prevent buggus with warnings
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% DEFAULT PACKAGES
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% BEAMER OPTIONS
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% Gotham Theme
\usetheme{gotham}
\usetheme{gothamUGE}
\UgeSet{unofficial}% {official,unofficial}
% \usetheme{gothamInria}
% \InriaSet{old1}% {RF,old1,old2,old3}
% \usetheme{gothamCEA}
% \CEASet{official}% {official}
% Apply all Gotham setting.
\gothamset{
% format frametitle=titlecase,
% format title=titlecase, format section=titlecase,
% sectionframe default=on, sectiontocframe default=on,
numbering= totalframenumber, %none, framenumber,
progressbar position= foot, %none, head, frametitle, foot
background= light, %dark, %light, %transparent,
}
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% LOADING MY PACKAGES
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\newcommand{\Pathbasebib}{\PathR/Presentation.bib}
\newcommand{\PathSymbolsEntries}{\PathR/UsersSymbolsAcronyms}%.bib
\def\OSvar{linux} % windows, mac, linux
\input{\PathR/UsersPackagesDefs.tex}
\input{\PathR/UsersMathsCommands.tex}
% To see notes !
%\setbeameroption{show notes} % un-comment to see the notes in
%\usepackage{pgfpages}
% See notes
%\setbeameroption{show notes on second screen=right} % Requires \usepackage{pgfpages} and pympress or pdfpc
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% PRESENTATION INFORMATION
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\title[]{Univ-Eiffel Template}
\subtitle{A modern beamer theme based}
\date[]{\today}
\author[[email protected]]{
Romain NOËL\inst{1}\inst{2}
\and John DOE\inst{3}
}
\institute[Univ. Eiffel]{
\inst{1} Université Gustave Eiffel
\and \inst{2} Inria Rennes
\and \inst{3} An Awesome Company
}
\titlegraphic{%
\hspace*{0.52\textwidth}\vspace{1.6mm}%
\includegraphics[height=0.08\paperheight]{\PathSO/Inria/logos/inr_logo_rouge.pdf}%
}
\logo{\includegraphics[width=1.5cm]{\PathSO/Inria/logos/inr_logo_rouge.pdf}}
\addtobeamertemplate{logo}{\vspace{0.76\paperheight}}{} % Top Right
%\addtobeamertemplate{logo}{}{\hspace{0.885\paperwidth}} % Bottom Left
%\addtobeamertemplate{logo}{\vspace{0.72\paperheight}}{\hspace{0.885\paperwidth}} % Top Left
\hypersetup{
pdfpagemode = FullScreen, % Display the presentation in fullscreen at launch.
pdfauthor = {R. NOEL}, %
pdfproducer = {LaTeX-Beamer} %
}
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% DOCUMENT
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\begin{document}
\stepcounter{levelstanda}
%%%%%%%%%%%%%%%%%%%%%
%%% FRONTMATTER %%%
%%%%%%%%%%%%%%%%%%%%%
% FRAME
\begin{frame}[plain,noframenumbering]
\titlepage
\note{Everything you want}
\end{frame}
% FRAME
\begin{frame}[toc]{Outline}
\tableofcontents[hideallsubsections]
\end{frame}
%%%%%%%%%%%%%%%%%%%%
%%% MAINMATTER %%%
%%%%%%%%%%%%%%%%%%%%
\section{name your section}
\input{\PathP/new-section.tex}
% FRAME
\begin{frame}[standout, plain]
\centering
Thank you for your attention !
---
Do you have any question ?
\end{frame}
%%%%%%%%%%%%%%%%%%%%
%%% BACKMATTER %%%
%%%%%%%%%%%%%%%%%%%%
% \begin{frame}[noframenumbering, allowframebreaks]{References}
% \printbibliography[heading=none]
% % \bibliography{demo}
% % \bibliographystyle{abbrv}
% \end{frame}
%% APPENDIX %%
%%%%%%%%%%%%%%%%
\appendix
% \miniframesoff % to deactive the navigation bar
% FRAME
\begin{frame}[standout, plain]
\centering
Backup !
\end{frame}
% % FRAME
% \begin{frame}{title}
% toto
% \end{frame}
\addtocounter{levelstanda}{-1}
\end{document}