-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Files restructuring, template for presentation
- Loading branch information
1 parent
84207a8
commit 6f4d9c2
Showing
50 changed files
with
121 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
LATEXCMD = pdflatex --shell-escape presentation.tex | ||
|
||
fast: | ||
$(LATEXCMD) | ||
|
||
thesis: | ||
$(LATEXCMD) && $(LATEXCMD) | ||
|
||
clean: | ||
rm -rf *.aux *.bbl *.bcf *.blg *.lof *.log *.lot *.toc *.xml svg-inkscape *.pdf |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
\documentclass{beamer} | ||
\usetheme{CambridgeUS} | ||
\usepackage{svg} | ||
\usepackage{amsmath} | ||
\usepackage[utf8]{inputenc} | ||
|
||
% Source: https://www.epfl.ch/about/overview/wp-content/uploads/2020/06/EPFL-brand-guidelines.pdf | ||
\definecolor{epfl-rouge}{RGB}{255,0,0} | ||
\definecolor{epfl-groseille}{RGB}{181,31,31} | ||
\definecolor{epfl-leman}{RGB}{0,167,159} | ||
\definecolor{epfl-canard}{RGB}{0,116,128} | ||
\definecolor{epfl-taupe}{RGB}{65,61,58} | ||
\definecolor{epfl-perle}{RGB}{200,199,199} | ||
|
||
\setbeamercolor*{palette primary}{bg=epfl-taupe, fg=white} | ||
\setbeamercolor*{palette secondary}{bg=epfl-perle, fg=black} | ||
\setbeamercolor*{palette tertiary}{bg=epfl-groseille, fg=white} | ||
%\setbeamercolor*{palette quaternary}{bg=blue, fg=green} | ||
|
||
\title[Master Thesis]{A front-end for LISA} | ||
\subtitle{Master Thesis} | ||
\author{Florian Cassayre} | ||
\date{June 2022} | ||
|
||
\institute[EPFL]{École polytechnique fédérale de Lausanne} | ||
\date{2022-07-21} | ||
\titlegraphic{\leavevmode\smash{\raisebox{5.9cm}{\includesvg[width=3cm]{figures/epfl-logo}}}} | ||
|
||
\begin{document} | ||
|
||
\frame{\titlepage} | ||
|
||
\begin{frame} | ||
\frametitle{My title} | ||
My text on the first slide. | ||
\end{frame} | ||
|
||
\end{document} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.