Skip to content
Snippets Groups Projects
Commit 196b3bed authored by Théo Pirkl's avatar Théo Pirkl
Browse files

Update default.latex

parent 8bc53235
Branches
No related tags found
No related merge requests found
......@@ -276,14 +276,14 @@ $endif$
\caption{#3}
\end{figure}
}
\newcommand{\cimg}[3]{% \img{path}{settings}{caption}
\newcommand{\cimg}[4]{% \img{path}{settings}{caption}{source}
\begin{figure}
\centering
\includegraphics[#2]{#1}
\caption{#3}
\caption*{\textit{#4}}
\end{figure}
}
% END OF CUSTOM ROUTINES
\begin{document}
......@@ -315,22 +315,29 @@ $endif$
\begin{center}
\huge{$title$}\\
\vspace{1cm}
\vspace{.5cm}
\IfFileExists{figs/front-logo.png}{
\includegraphics[width=8cm,height=8cm]{figs/front-logo.png}\\
}{
\vspace{8cm}
}
\vspace{1cm}
\Large{Thèse de Bachelor présentée par}\\
\vspace{5mm}
\textbf{\Large{$author$}}\\
\vspace{5mm}
\Large{pour l’obtention du titre Bachelor of Science HES-SO en}\\
\vspace{5mm}
\textbf{\Large{Ingénierie des technologies de l’information avec orientation en \\$orientation$}}
\vspace{1cm}
\large{\textbf{Septembre $year$}}\\
\vspace{1cm}
\textbf{\Large{Projet de semestre présenté par $author$}}\\
\vspace{2cm}
\large{Ingénierie des technologies de l’information avec orientation $orientation$}\\
\vspace{1.5cm}
\large{\textbf{Mars $year$}}\\
\vspace{2cm}
\begin{tabular}{ p{6cm} p{1cm} p{1cm} p{6cm} }
\multicolumn{1}{c}{Professeur-e HES responsable :}& & & \multicolumn{1}{c}{Mandant (si existant) : }\\
\multicolumn{1}{c}{\textbf{$sensei$}} & & & \multicolumn{1}{c}{\textbf{$mandator$}} \\
\begin{tabular}{ p{6cm} }
\multicolumn{1}{c}{Professeur-e HES responsable}\\
\multicolumn{1}{c}{\textbf{$sensei$}}\\
\end{tabular}
\end{center}
% End of cover page
......@@ -341,7 +348,7 @@ $endif$
% Illustration URL page
\vspace*{\fill}
\IfFileExists{figs/front-logo.png}{
Légende et source de l'illustration de couverture : \url{$frontLogoSourceURL$}
Légende et source de l'illustration de couverture : Vue d'artiste de la montagne d'information sur Internet \url{$frontLogoSourceURL$}
}{
Cette page a été laissée blanche intentionnellement.
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment