%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% A nice looking LaTeX2e French template to use with autotex %% by Lilian Besson, (c) 2015-16 %% autotex can be downloaded from https://perso.crans.org/besson/bin/autotex) %% (https://perso.crans.org/besson/publis/latex/template.tex) %% mailto:Lilian.BESSON[@]ens-cachan[.]fr \documentclass[a4paper, 12pt]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Requires naereen.sty to be in ~/ %% (https://perso.crans.org/besson/publis/latex/naereen.sty) \usepackage[french]{naereen} \newcommand{\mytitle}[0]{MonTitreAChangerViaAutoTeX} %% Change here the default PDFAuthor value \usepackage[plainpages=false,pdfcenterwindow=true, pdftoolbar=false,pdfmenubar=false,backref, pdftitle={\mytitle{}}, pdfauthor={Lilian Besson (Lycée Kléber)}, linkcolor=black,citecolor=black,filecolor=black,urlcolor=black]{hyperref} % permet de mettre des liens url avec \href. \ifpdf \usepackage{graphicx} %% WARNING: autotex change scale=0.72[0-9\.]* to scale=MyScale so use only once %% the pattern scale=0.72[0-9\.]* in your document ! \usepackage[scale=0.75]{geometry} \usepackage{multicol} \usepackage{lastpage,fancyhdr} %\renewcommand{\chaptermark}[1]{ \markboth{#1}{} } %\renewcommand{\sectionmark}[1]{ \markright{#1}{} } \pagestyle{fancyplain} \renewcommand{\headrulewidth}{0.2pt} \renewcommand{\footrulewidth}{0.2pt} \lhead{\it{\mytitle{}}} \rhead{\it{\today}} % \lfoot{\small{Si besoin : \href{mailto:besson_at_crans_._org}{\texttt{{besson}{@}{crans.org}}}}} \lfoot{\small{Si besoin : \href{mailto:lilian.besson_à_ens-rennes_._fr}{\texttt{{lilian}.{besson}{@}{ens-rennes.fr}}}}} \cfoot{\thepage/\pageref{LastPage}} % \rfoot{\href{https://perso.crans.org/besson/}{Lilian Besson}, 2021} \rfoot{\copyright{}~~\href{https://perso.crans.org/besson/}{Lilian Besson}, 2021} % \rfoot{\copyright{}~~\href{https://bitbucket.org/lbesson/}{Lilian Besson}, 2016} % %% BEGIN of pygmentize.tex % %% Generated with `pygmentize -f tex -S colorful > ./pygmentize.tex` % \input{pygmentize} \fi %HEVEA \footerfalse % Disable hevea advertisement in footer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \numberwithin{equation}{section} \DeclareGraphicsExtensions{.pdf,.png,.jpg,.svg} \title{\mytitle{}} %Votre nom, celui de votre encadrant, le nom de son équipe/labo \author{ \textbf{Auteur}: \href{https://perso.crans.org/besson}{Lilian Besson} \footnote{ N'hésitez pas à me contacter par \it{courriel} (à \href{mailto:Lilian.BESSON[à]ens-cachan[point]fr}{Lilian.BESSON[à]ens-rennes[point]fr}) pour toute question, tout commentaire, ou pour signaler n'importe quel problème à propos de ce document PDF.} % \and \textbf{Tutors}: \href{http://jarvis.crans.org}{None} % \and \textbf{Team}: \href{http://pplv.cs.ucl.ac.uk}{PPLV} (Programming Principles, Logic and Verification Group) % \and \textbf{University}: \href{http://www.ens-cachan.fr}{ENS Cachan} } %\date{August 2014} \date{\today{} - version préliminaire} % \maketitle %%% \vfill %%% \newpage % \todo{While not conclude, embed tableofcontents.} %%% % Tables des matières : % \tableofcontents % \vfill % \newpage %%% % Liste des figures et des tableaux %% \listoftables %% \listoffigures %% \vfill %% \newpage %------------------------------------------------------------------------------ % Here is the content of your document (let MyFileNameToChangeWithAutoTex.tex) to work with autotex. % autotex can be download from https://perso.crans.org/besson/bin/autotex % or https://bitbucket.org/lbesson/bin/src/master/autotex \input{MyFileNameToChangeWithAutoTex.tex} %------------------------------------------------------------------------------ % %\vfill % %\newpage % \chead{Appendix} % \appendix %------------------------------------------------------------------------------ \end{document} %% END of template.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%