%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% A nice looking LaTeX2e template to use with autotex %% by Lilian Besson, (c) 2014 %% autotex can be downloaded from http://besson.qc.to/bin/autotex) %% (http://besson.qc.to/publis/latex/template.tex) %% mailto:Lilian.BESSON[@]ens-cachan[.]fr \documentclass[english, a4paper, 11pt]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Requires naereen.sty to be in ~/ %% (http://besson.qc.to/publis/latex/naereen.sty) \usepackage{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 (Mahindra Ecole Centrale)}, 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{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{}{\textbf{MA 101}}} \rhead{\it{\today}} \lfoot{By \href{http://besson.qc.to/}{Lilian Besson}} % \cfoot{\thepage/\pageref{LastPage}} % \rfoot{For \tt{\href{http://www.mahindraecolecentrale.edu.in/}{Mahindra Ecole Centrale}}} %% \rfoot{\tt{ENS de Cachan}} \rfoot{{\tiny \href{https://bitbucket.org/lbesson/bin/src/master/autotex}{Powered by autotex}}} % %% 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{http://besson.qc.to}{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-cachan[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 http://besson.qc.to/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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%