%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% A nice looking LaTeX2e template to use with autotex %% by Lilian Besson, (c) 2014-16 %% 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[english, a4paper, 11pt]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Requires naereen.sty to be in ~/ %% (http://perso.crans.org/besson/publis/latex/naereen.sty) \usepackage{naereen} \newcommand{\mytitle}[0]{Title of the document (to be changed)} %% Change here the default PDFAuthor value \usepackage[plainpages=false,pdfcenterwindow=true, pdftoolbar=false,pdfmenubar=false,backref, pdftitle={\mytitle{}}, pdfauthor={Lilian Besson (Mahindra Ecole Centrale)}, linkcolor=black,citecolor=black,filecolor=black,urlcolor=black]{hyperref} \ifpdf \usepackage{graphicx} \usepackage[scale=0.75]{geometry} \usepackage{multicol} \usepackage{lastpage,fancyhdr} \pagestyle{fancyplain} \renewcommand{\headrulewidth}{0.2pt} \renewcommand{\footrulewidth}{0.2pt} \lhead{\it{\mytitle{}}} \chead{\fancyplain{}{\textbf{MA 101}}} %% A changer ! avec l'URL pointant vers le Moodle ? \rhead{\it{\today}} \lfoot{\href{http://perso.crans.org/besson/}{Lilian Besson}} \cfoot{\thepage/\pageref{LastPage}} \rfoot{\tt{\href{http://www.mahindraecolecentrale.edu.in/}{Mahindra Ecole Centrale}}} \fi %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \numberwithin{equation}{section} \DeclareGraphicsExtensions{.pdf,.png,.jpg,.svg} \title{\mytitle{}} \date{\today{} - preliminary version} %%% \maketitle %%% \vfill %%% \newpage %%% % Tables des matières : % \tableofcontents % \vfill % \newpage %%% % Liste des figures et des tableaux %% \listoftables %% \listoffigures %% \vfill %% \newpage \input{Included File Name.tex} % \vfill % \newpage % \chead{Appendix} % \appendix %------------------------------------------------------------------------------ \end{document} %% END of template.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%