size,par,var,goal
This commit is contained in:
parent
763bfbac30
commit
c74443fe38
7 changed files with 27 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
\chapter*{}
|
\chapter*{}
|
||||||
\addcontentsline{toc}{chapter}{\ml{Summary}{Résumé}}
|
\addcontentsline{toc}{chapter}{\ml{Summary}{Résumé}}
|
||||||
|
|
||||||
|
\textbf{\goal}
|
||||||
|
|
||||||
\textbf{Bordeaux, 2021}
|
\textbf{Bordeaux, 2021}
|
||||||
|
|
||||||
\summaries
|
\summaries
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
|
|
||||||
\hrq
|
\hrq
|
||||||
|
|
||||||
|
\goal
|
||||||
|
|
||||||
\vfill
|
\vfill
|
||||||
\ml{by}{par}
|
\ml{by}{par}
|
||||||
\vfill
|
\vfill
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\input{settings}
|
\input{settings}
|
||||||
|
\input{variables}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% set default size and document class
|
% set default size and document class
|
||||||
\documentclass[12pt]{report}
|
\documentclass[11pt]{report}
|
||||||
|
|
||||||
% set paper geometry
|
% set paper geometry
|
||||||
\usepackage[a4paper,portrait,
|
\usepackage[a4paper,portrait,
|
||||||
|
@ -7,6 +7,8 @@ bmargin=20mm,lmargin=20mm,rmargin=20mm,tmargin=20mm]{geometry}
|
||||||
|
|
||||||
% set fonts
|
% set fonts
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
|
\setlength{\parindent}{0em}
|
||||||
|
\setlength{\parskip}{1em}
|
||||||
\setmainfont{DejaVu Sans}
|
\setmainfont{DejaVu Sans}
|
||||||
\setmonofont{DejaVu Sans Mono}
|
\setmonofont{DejaVu Sans Mono}
|
||||||
|
|
||||||
|
@ -25,7 +27,7 @@ bmargin=20mm,lmargin=20mm,rmargin=20mm,tmargin=20mm]{geometry}
|
||||||
|
|
||||||
\newcommand{\ifstr}[4]{\expandafter\ifstrequal\expandafter{#1}{#2}{#3}{#4}}
|
\newcommand{\ifstr}[4]{\expandafter\ifstrequal\expandafter{#1}{#2}{#3}{#4}}
|
||||||
|
|
||||||
\newcommand{\warn}[1]{/!\textbackslash #1 /!\textbackslash}
|
\newcommand{\warn}[1]{/!\textbackslash\_#1\_/!\textbackslash}
|
||||||
|
|
||||||
\newcommand{\ml}[2]{%
|
\newcommand{\ml}[2]{%
|
||||||
\ifstr{\mainlanguage}{en}{\ifstrempty{#1}{\warn{TRANSLATION}}{#1}}{%
|
\ifstr{\mainlanguage}{en}{\ifstrempty{#1}{\warn{TRANSLATION}}{#1}}{%
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
|
\begin{center}
|
||||||
|
|
||||||
\hr
|
\hr
|
||||||
|
|
||||||
\textbf{SUMMARY}
|
\textbf{SUMMARY}
|
||||||
|
|
||||||
|
\end{center}
|
||||||
|
|
||||||
.\\
|
.\\
|
||||||
.\\
|
.\\
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
|
\begin{center}
|
||||||
|
|
||||||
\hr
|
\hr
|
||||||
|
|
||||||
\textbf{RÉSUMÉ}
|
\textbf{RÉSUMÉ}
|
||||||
|
|
||||||
|
\end{center}
|
||||||
|
|
||||||
.\\
|
.\\
|
||||||
.\\
|
.\\
|
||||||
.
|
.
|
||||||
|
|
12
cnam/travaux/mémoire/thesis/variables.tex
Normal file
12
cnam/travaux/mémoire/thesis/variables.tex
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
\def\goal{\ml
|
||||||
|
{Thesis\\
|
||||||
|
defended in order to obtain\\
|
||||||
|
the CNAM Engineer diploma\\
|
||||||
|
Specialty: Computer Science\\
|
||||||
|
Option: Networks, Systems and Multimedia}
|
||||||
|
{Mémoire\\
|
||||||
|
présenté en vue d’obtenir\\
|
||||||
|
le diplôme d’Ingénieur CNAM\\
|
||||||
|
Spécialité : Informatique\\
|
||||||
|
Option : Réseaux, Systèmes et Multimédia}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue