settings
This commit is contained in:
parent
471d2886a2
commit
1168c66b44
4 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
\documentclass[aspectratio=1610]{beamer}
|
\documentclass[aspectratio=1610]{beamer}
|
||||||
|
|
||||||
\input{../common}
|
\input{../settings}
|
||||||
|
|
||||||
\input{toc}
|
\input{toc}
|
||||||
|
|
||||||
|
|
|
@ -21,10 +21,6 @@
|
||||||
\setmainlanguage{\mainlanguage}
|
\setmainlanguage{\mainlanguage}
|
||||||
\setotherlanguages{\otherlanguages}
|
\setotherlanguages{\otherlanguages}
|
||||||
|
|
||||||
% imports
|
|
||||||
|
|
||||||
\input{settings}
|
|
||||||
|
|
||||||
% handle multiple languages
|
% handle multiple languages
|
||||||
|
|
||||||
\newcommand{\ifstreq}[4]{\expandafter\ifstrequal\expandafter{#1}{#2}{#3}{#4}}
|
\newcommand{\ifstreq}[4]{\expandafter\ifstrequal\expandafter{#1}{#2}{#3}{#4}}
|
||||||
|
@ -51,6 +47,10 @@ ERROR%
|
||||||
{\def\titlelong{Systèmes d’Exploitation autonomes incrémentaux}
|
{\def\titlelong{Systèmes d’Exploitation autonomes incrémentaux}
|
||||||
\def\titlesub{une inversion des approches conventionnelles}}
|
\def\titlesub{une inversion des approches conventionnelles}}
|
||||||
|
|
||||||
|
% imports
|
||||||
|
|
||||||
|
\input{settings}
|
||||||
|
|
||||||
% begin document
|
% begin document
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
|
@ -1,7 +1,7 @@
|
||||||
% set default size and document class
|
% set default size and document class
|
||||||
\documentclass[12pt]{report}
|
\documentclass[12pt]{report}
|
||||||
|
|
||||||
\input{../common}
|
\input{../settings}
|
||||||
|
|
||||||
\singlespacing
|
\singlespacing
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,5 @@ DIRECTORY="$(dirname "${FILE}")"
|
||||||
cd "${DIRECTORY}"
|
cd "${DIRECTORY}"
|
||||||
|
|
||||||
gedit --new-window thesis/* &
|
gedit --new-window thesis/* &
|
||||||
gedit --new-window index.rst build.py common.tex presentation/* &
|
gedit --new-window index.rst build.py settings.tex presentation/* &
|
||||||
evince mémoire.pdf présentation.pdf &
|
evince mémoire.pdf présentation.pdf &
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue