Skip to content

Commit

Permalink
Initial Overleaf Import
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-noel committed Oct 31, 2023
0 parents commit 0bc0a34
Show file tree
Hide file tree
Showing 58 changed files with 38,865 additions and 0 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

Binary file added Demo_metro_a.pdf
Binary file not shown.
187 changes: 187 additions & 0 deletions Demo_metro_a.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@
% !TEX TS-program = pdflatex
% !TeX encoding = UTF-8
% !TeX spellcheck = en_GB
%==============================================================================
%== template for LaTeX presentation ===========================================
%==============================================================================
\providecommand{\langue}{english} % english, french
\providecommand{\PathR}{./Resources/} % Path to Ressources 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.

\makeatletter
\def\input@path{{\PathSO}} % to be able to find package in ressource folders.
\ifx\c@levelstanda\undefined % to create a newcounter if it doesnt exists.
\newcounter{levelstanda}
\else
{}% it already exist
\fi
\makeatother

\RequirePackage[l2tabu, orthodox]{nag} % Help to prevent buggus with warnings
\documentclass[notheorems, noamsthm, aspectratio=169, 10pt]{beamer}
% use this instead for 16:9 aspect ratio: [aspectratio=169]
% supported acpect ratios 1610 169 149 54 43 (deault) 32
%
% The option "handout, " allows to the print the hidden slides maked by <handout:1|beamer:0>[noframenumbering].
%
% the option "notes=only, " to print only the notes !

%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% DEFAULT PACKAGES
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}


%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% BEAMER OPTIONS
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% Include some custum modifications but quite universal,
% like set the size appendices or hidden slides...
\usetheme{BeamerExtra}

% % Metropolis Theme
% \usetheme{metropolis}
%
% % Change progress bar size and redefine some colors.
% \usetheme{MetropolisBeamerExtra}
%
% % UGE Style
% \usetheme{UGE}
%
% % Apply all Metropolis setting.
% \metroset{
% % titleformat=%regular, smallcaps, allsmallcaps, allcaps
% sectionpage= progressbar, %none, simple, progressbar
% numbering=fraction, %none, counter, fraction
% progressbar= foot, %none, head, frametitle, foot
% block= fill, %transparent,% fill,%
% background= light, %dark, %light, %
% }

% Change color of the progress bar
%%%\usetheme{MyProgressBar}
\colorlet{ColorProgBar}{orange} % from MetropolisBeamerExtra


%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% 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/UsersSymbolsAcronyms.tex}
\input{\PathR/UsersMathsCommands.tex}


% \usepackage{booktabs}
\usepackage[scale=2]{ccicons}
% \usepackage{pgfplots}
\usepgfplotslibrary{dateplot}
\newcommand{\themename}{\textbf{\textsc{Univ-Eiffel Theme}} }

% 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}\inst{3}
\and Thibaud TOULLIER\inst{1}\inst{2}\inst{3} \and John DOE\inst{4}}
\institute[Univ. Eiffel]{\inst{1} Université Gustave {Eiffel}, INRIA, COSYS/SII, I4S, F-44344 Bouguenais, France %
\and \inst{2} Université Gustave Eiffel \and \inst{3} INRIA Rennes \and \inst{4} An Awesome Company}
\titlegraphic{\hspace*{0.52\textwidth}\vspace{1.6mm}%
\includegraphics[height=0.08\paperheight]{\PathS/inr_logo_rouge.pdf}}

\logo{\includegraphics[width=1.5cm]{\PathS/inr_logo_rouge.pdf}}
\addtobeamertemplate{logo}{\vspace{0.72\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} %
}


\begin{document} %
\stepcounter{levelstanda}

% FRONTMATTER
% FRAME
{%\usebackgroundtemplate{\includegraphics[scale=0.80]{\PathS/eth_logo_kurz_pos.pdf}}
\begin{frame}[plain,noframenumbering]
\titlepage
\note{Everything you want}
\end{frame}
}

% FRAME
\begin{frame}{Outline}
\begin{columns}[T,onlytextwidth]
\column{0.7\textwidth}
\tableofcontents[hideallsubsections]
\column{0.275\textwidth}
\includegraphics[width=0.99\textwidth]{\PathSO/Logos/EiffelTower.pdf}
\end{columns}
\end{frame}

% MAINMATTER
\input{./Parts/Section-Beamer.tex}

%\input{./Parts/Section-Metropolis.tex}

%\input{./Parts/Section-UGE.tex}

\section{Conclusion}

\begin{frame}{Summary}

Get the source of Metropolis theme and the demo presentation from

\begin{center}\url{github.com/matze/mtheme}\end{center}

The theme \emph{itself} is licensed under a
\href{http://creativecommons.org/licenses/by-sa/4.0/}{Creative Commons
Attribution-ShareAlike 4.0 International License}.

\begin{center}\ccbysa\end{center}
\end{frame}

\begin{frame}[plain]% , plain
\frametitle{Thank You !}

Questions?
\end{frame}

% BACKMATTER
\begin{frame}[noframenumbering, allowframebreaks]{References}

\printbibliography[heading=none]
% \bibliography{demo}
% \bibliographystyle{abbrv}
\end{frame}

\appendix
\miniframesoff % to deactive the navigation bar

\input{./Parts/Section-BeamerExtra.tex}

\input{./Parts/Section-MyPackages.tex}


\addtocounter{levelstanda}{-1}
\end{document}
Binary file added Demo_metro_b.pdf
Binary file not shown.
194 changes: 194 additions & 0 deletions Demo_metro_b.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,194 @@
% !TEX TS-program = pdflatex
% !TeX encoding = UTF-8
% !TeX spellcheck = en_GB
%==============================================================================
%== template for LaTeX presentation ===========================================
%==============================================================================
\providecommand{\langue}{english} % english, french
\providecommand{\PathR}{./Resources/} % Path to Ressources 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.

\makeatletter
\def\input@path{{\PathSO}} % to be able to find package in ressource folders.
\ifx\c@levelstanda\undefined % to create a newcounter if it doesnt exists.
\newcounter{levelstanda}
\else
{}% it already exist
\fi
\makeatother

\RequirePackage[l2tabu, orthodox]{nag} % Help to prevent buggus with warnings
\documentclass[notheorems, noamsthm, aspectratio=169, 10pt]{beamer}
% use this instead for 16:9 aspect ratio: [aspectratio=169]
% supported acpect ratios 1610 169 149 54 43 (deault) 32
%
% The option "handout, " allows to the print the hidden slides maked by <handout:1|beamer:0>[noframenumbering].
%
% the option "notes=only, " to print only the notes !

%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% DEFAULT PACKAGES
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}


%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% BEAMER OPTIONS
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% Include some custum modifications but quite universal,
% like set the size appendices or hidden slides...
\usetheme{BeamerExtra}

% Metropolis Theme
\usetheme{metropolis}

% Change progress bar size and redefine some colors.
\usetheme{MetropolisBeamerExtra}

% UGE Style
\usetheme{UGE}

% Apply all Metropolis setting.
\metroset{
% titleformat=%regular, smallcaps, allsmallcaps, allcaps
sectionpage= progressbar, %none, simple, progressbar
numbering=fraction, %none, counter, fraction
progressbar= foot, %none, head, frametitle, foot
block= fill, %transparent,% fill,%
background= light, %dark, %light, %
}

% Change color of the progress bar
% \colorlet{ColorProgBar}{orange} % from MetropolisBeamerExtra


%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% 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/UsersSymbolsAcronyms.tex}
\input{\PathR/UsersMathsCommands.tex}


% \usepackage{booktabs}
\usepackage[scale=2]{ccicons}
% \usepackage{pgfplots}
\usepgfplotslibrary{dateplot}
\newcommand{\themename}{\textbf{\textsc{Univ-Eiffel Theme}} }

% 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}\inst{3}
\and Thibaud TOULLIER\inst{1}\inst{2}\inst{3} \and John DOE\inst{4}}
\institute[Univ. Eiffel]{\inst{1} Université Gustave {Eiffel}, INRIA, COSYS/SII, I4S, F-44344 Bouguenais, France %
\and \inst{2} Université Gustave Eiffel \and \inst{3} INRIA Rennes \and \inst{4} An Awesome Company}
\titlegraphic{\hspace*{0.52\textwidth}\vspace{1.6mm}%
\includegraphics[height=0.08\paperheight]{\PathS/inr_logo_rouge.pdf}}

\logo{\includegraphics[width=1.5cm]{\PathS/inr_logo_rouge.pdf}}
\addtobeamertemplate{logo}{\vspace{0.72\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} %
}


\begin{document} %
\stepcounter{levelstanda}

%%%%%%%%%%%%%%%%%%%%%
%%% FRONTMATTER %%%
%%%%%%%%%%%%%%%%%%%%%
% FRAME
{%\usebackgroundtemplate{\includegraphics[scale=0.80]{\PathS/eth_logo_kurz_pos.pdf}}
\begin{frame}[plain,noframenumbering]
\titlepage
\note{Everything you want}
\end{frame}
}

% FRAME
\begin{frame}{Outline}
\begin{columns}[T,onlytextwidth]
\column{0.7\textwidth}
\tableofcontents[hideallsubsections]
\column{0.275\textwidth}
\includegraphics[width=0.99\textwidth]{\PathSO/Logos/EiffelTower.pdf}
\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%
%%% MAINMATTER %%%
%%%%%%%%%%%%%%%%%%%%
\input{./Parts/Section-Beamer.tex}

\input{./Parts/Section-Metropolis.tex}

\input{./Parts/Section-UGE.tex}

\section{Conclusion}

\begin{frame}{Summary}

Get the source of Metropolis theme and the demo presentation from

\begin{center}\url{github.com/matze/mtheme}\end{center}

The theme \emph{itself} is licensed under a
\href{http://creativecommons.org/licenses/by-sa/4.0/}{Creative Commons
Attribution-ShareAlike 4.0 International License}.

\begin{center}\ccbysa\end{center}
\end{frame}

\begin{frame}[standout]% , plain
\frametitle{Thank You !}

Questions?
\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

\input{./Parts/Section-BeamerExtra.tex}

\input{./Parts/Section-MyPackages.tex}


\addtocounter{levelstanda}{-1}
\end{document}
Loading

0 comments on commit 0bc0a34

Please sign in to comment.