%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% A nice looking LaTeX2e English template to use with autotex %% by Lilian Besson, (c) 2015 %% 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, 11pt]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Requires naereen.sty to be in ~/ %% (https://perso.crans.org/besson/publis/latex/naereen.sty) \usepackage[english]{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 (ENS de Cachan)}, 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-9\.]* to scale=MyScale so use only once %% the pattern scale=[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{}}} % \chead{\fancyplain{}{\href{http://www.MahindraEcoleCentrale.edu.in/portal/course/view.php?id=27}{\textbf{CS101}}}} %% A changer ! avec l'URL pointant vers le Moodle ? \rhead{\it{\today}} \lfoot{\small{If needed: \href{mailto:besson_at_crans_._org}{\texttt{{besson}{@}{crans.org}}}}} \cfoot{\thepage/\pageref{LastPage}} % \rfoot{\href{https://perso.crans.org/besson/}{Lilian Besson}, 2016} \rfoot{\copyright{}~~\href{https://perso.crans.org/besson/}{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{Author}: \href{https://perso.crans.org/besson}{Lilian Besson} \footnote{ Please, do not hesitate to contact me by \it{email} (at \href{mailto:Lilian.BESSON[at]ens-cachan[dot]fr}{Lilian.BESSON[at]ens-rennes[dot]fr}) for any question, any comment or to signal any problem about this PDF document.} % \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{June - August 2013} \date{\today{} - preliminary version} % \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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%