size,par,var,goal

This commit is contained in:
Marc Beninca 2020-10-09 09:17:44 +02:00
parent 763bfbac30
commit c74443fe38
7 changed files with 27 additions and 2 deletions

View file

@ -1,6 +1,8 @@
\chapter*{}
\addcontentsline{toc}{chapter}{\ml{Summary}{Résumé}}
\textbf{\goal}
\textbf{Bordeaux, 2021}
\summaries

View file

@ -8,6 +8,8 @@
\hrq
\goal
\vfill
\ml{by}{par}
\vfill

View file

@ -1,4 +1,5 @@
\input{settings}
\input{variables}
\begin{document}

View file

@ -1,5 +1,5 @@
% set default size and document class
\documentclass[12pt]{report}
\documentclass[11pt]{report}
% set paper geometry
\usepackage[a4paper,portrait,
@ -7,6 +7,8 @@ bmargin=20mm,lmargin=20mm,rmargin=20mm,tmargin=20mm]{geometry}
% set fonts
\usepackage{fontspec}
\setlength{\parindent}{0em}
\setlength{\parskip}{1em}
\setmainfont{DejaVu Sans}
\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{\warn}[1]{/!\textbackslash #1 /!\textbackslash}
\newcommand{\warn}[1]{/!\textbackslash\_#1\_/!\textbackslash}
\newcommand{\ml}[2]{%
\ifstr{\mainlanguage}{en}{\ifstrempty{#1}{\warn{TRANSLATION}}{#1}}{%

View file

@ -1,8 +1,11 @@
\begin{center}
\hr
\textbf{SUMMARY}
\end{center}
.\\
.\\
.

View file

@ -1,8 +1,11 @@
\begin{center}
\hr
\textbf{RÉSUMÉ}
\end{center}
.\\
.\\
.

View 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}
}