%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% A nice looking two columns LaTeX2e French template to use with autotex %% by Lilian Besson, (c) 2016 %% autotex can be downloaded from http://perso.crans.org/besson/bin/autotex) %% (http://perso.crans.org/besson/publis/latex/template.tex) %% mailto:Lilian.BESSON[@]ens-cachan[.]fr \documentclass[a4paper,11pt,twocolumn]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Requires naereen.sty to be in ~/ %% (http://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 (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 ! % FIXME remove top,bottom,left,rigt margins, put scale=0.82 again \usepackage[landscape,top=2.9cm,bottom=2.9cm,left=1.3cm,right=1.3cm]{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{\it{(Good luck)}} \rhead{\it{\today}} \lfoot{\small{An issue? Send me an email \href{mailto:besson_to_crans_._org}{\texttt{{besson}{@}{crans.org}}} please.}} % \lfoot{\small{Un problème ? Signalez-le à \href{mailto:besson_à_crans_._org}{\texttt{{besson}{@}{crans.org}}} !}} \cfoot{\thepage/\pageref{LastPage}} \rfoot{\copyright{}~~\tt{\href{https://bitbucket.org/lbesson/}{Lilian Besson}}, 2016, \href{http://lbesson.mit-license.org/}{MIT Licensed}} % %% 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{http://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-cachan[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 http://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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%