-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.tex
93 lines (83 loc) · 3.23 KB
/
template.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
\documentclass[9pt,compress,aspectratio=169]{beamer}
% ========================================================
% CUSTOMIZATIONS
\newcommand{\authorname}{Your Name}
\newcommand{\shortauthor}{Y. Name}
\newcommand{\authoremail}{your.name@polymtl.ca}
\newcommand{\coauthors}{Martin Lévesque, Daniel Therriault, Frédérick Gosselin}
\newcommand{\institution}{Polytechnique Montréal}
\newcommand{\authoraffiliation}{Laboratory for Multiscale Mechanics}
\newcommand{\slidesettitle}{Awesome Presentation Title}
\newcommand{\shorttitle}{Presentation}
\newcommand{\slidesetsubtitle}{}
\newcommand{\logoimagepath}{logos/polytechnique_logo}
\newcommand{\logoimagepathlab}{logos/Logo-LM2-nowriting}
\newcommand{\lastimagepath}{logos/LM2_team2019.jpg}
% Sponsor logos
% Go into header-commands.tex in the "DEFINE LAST SLIDE" section to enable the appropriate number of logos
\newcommand{\logoA}{logos/logo_CRSNG.pdf}
\newcommand{\logoB}{logos/crepecLogoFinaux2015.pdf}
\newcommand{\logoC}{logos/crepecLogoFinaux2015.pdf}
\newcommand{\logoD}{logos/logo_CRSNG.pdf}
\newcommand{\logoE}{logos/logo_CRSNG.pdf}
% ==========================================================
%% PACKAGES
\usepackage[utf8]{inputenc}
%\usepackage[english]{babel}
\usepackage[english]{babel}
\usepackage{tikz}
\usepackage{adjustbox}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{textpos}
\usepackage{color}
\usepackage{etex}
\usepackage{rotating}
\usepackage{hyperref}
\usepackage{import}
\usepackage{media9}
\usepackage{subfig}
\usepackage{siunitx}
\DeclareCaptionLabelSeparator{horse}{:\quad} % change according to your needs
\usepackage{textcomp,amsfonts,stmaryrd,soulutf8}
\usepackage{xifthen}% provides \isempty test
\usepackage{longtable,ifthen,xspace,url}
\usepackage{verbatim,pdflscape}
\usepackage[babel=true]{csquotes} % style de guillements
\usepackage[style=authortitle,backend=bibtex]{biblatex}
\usepackage{caption}
\captionsetup{font=scriptsize,labelfont=scriptsize}
\bibliography{Biblio}
\graphicspath{{./images/}}
%% Maths
\usepackage{mathtools,mathabx,mathpazo}
\usepackage{amsmath,amssymb,amscd,mathrsfs,fixmath}
%fraction a/b
\newcommand{\rfrac}[2]{\raisebox{0.5ex}{$#1$}\slash\raisebox{-0.5ex}{$#2$}}
% function f->...
\newcommand{\function}[5]{\begin{array}{crcl}
#1 \, : & #2 & \longrightarrow & #3 \\
& #4 & \longmapsto & #5 \end{array}}
%\begin{equation}
%\function{d}{\mathbb{R}^3}{\mathbb{R}^3}{\boldsymbol\xi}{\boldsymbol{d}(\boldsymbol\xi) = \boldsymbol\eta}
%\end{equation}
% ==========================================================
%BEGIN DOCUMENT
%\begin{document}
% ==========================================================
% DO NOT MODIFY THE NEXT LINE
% First slide + template
\input{includes/header-commands}
% ======================= BEGIN SLIDES =====================
%Sets
\captionsetup{font=scriptsize, labelfont=scriptsize}
\input{./sections/00-introduction.tex}
\input{./sections/10-context.tex}
\input{./sections/20-objectives.tex}
\input{./sections/30-methodology.tex}
\input{./sections/40-results.tex}
\input{./sections/90-conclusion.tex}
%=================================================================================================
%=================================================================================================
\end{document}