John Blischak Remove content from header.tex since Authorea now supports PLOS 2015 template. Also create header-local.tex for locally building the document.  over 8 years ago

Commit id: 3a618ea6afd48fe1cf79c04643c4d958b07e58b0

deletions | additions      

         

% header file used for building locally  % Template for PLoS  % Version 3.1 February 2015  %  % To compile to pdf, run:  % latex plos.template  % bibtex plos.template  % latex plos.template  % latex plos.template  % dvipdf plos.template  %  % % % % % % % % % % % % % % % % % % % % % %  %  % -- IMPORTANT NOTE  %  % This template contains comments intended  % to minimize problems and delays during our production  % process. Please follow the template instructions  % whenever possible.  %  % % % % % % % % % % % % % % % % % % % % % % %  %  % Once your paper is accepted for publication,  % PLEASE REMOVE ALL TRACKED CHANGES in this file and leave only  % the final text of your manuscript.  %  % There are no restrictions on package use within the LaTeX files except that  % no packages listed in the template may be deleted.  %  % Please do not include colors or graphics in the text.  %  % Please do not create a heading level below \subsection. For 3rd level headings, use \paragraph{}.  %  % % % % % % % % % % % % % % % % % % % % % % %  %  % -- FIGURES AND TABLES  %  % Please include tables/figure captions directly after the paragraph where they are first cited in the text.  %  % DO NOT INCLUDE GRAPHICS IN YOUR MANUSCRIPT  % - Figures should be uploaded separately from your manuscript file.  % - Figures generated using LaTeX should be extracted and removed from the PDF before submission.  % - Figures containing multiple panels/subfigures must be combined into one image file before submission.  % For figure citations, please use "Fig." instead of "Figure".  % See http://www.plosone.org/static/figureGuidelines for PLOS figure guidelines.  %  % Tables should be cell-based and may not contain:  % - tabs/spacing/line breaks within cells to alter layout or alignment  % - vertically-merged cells (no tabular environments within tabular environments, do not use \multirow)  % - colors, shading, or graphic objects  % See http://www.plosone.org/static/figureGuidelines#tables for table guidelines.  %  % For tables that exceed the width of the text column, use the adjustwidth environment as illustrated in the example table in text below.  %  % % % % % % % % % % % % % % % % % % % % % % % %  %  % -- EQUATIONS, MATH SYMBOLS, SUBSCRIPTS, AND SUPERSCRIPTS  %  % IMPORTANT  % Below are a few tips to help format your equations and other special characters according to our specifications. For more tips to help reduce the possibility of formatting errors during conversion, please see our LaTeX guidelines at http://www.plosone.org/static/latexGuidelines  %  % Please be sure to include all portions of an equation in the math environment.  %  % Do not include text that is not math in the math environment. For example, CO2 will be CO\textsubscript{2}.  %  % Please add line breaks to long display equations when possible in order to fit size of the column.  %  % For inline equations, please do not include punctuation (commas, etc) within the math environment unless this is part of the equation.  %  % % % % % % % % % % % % % % % % % % % % % % % %  %  % Please contact [email protected] with any questions.  %  % % % % % % % % % % % % % % % % % % % % % % % %  \documentclass[10pt,letterpaper]{article}  \usepackage[top=0.85in,left=2.75in,footskip=0.75in]{geometry}  % Use adjustwidth environment to exceed column width (see example table in text)  \usepackage{changepage}  % Use Unicode characters when possible  \usepackage[utf8]{inputenc}  % textcomp package and marvosym package for additional characters  \usepackage{textcomp,marvosym}  % fixltx2e package for \textsubscript  \usepackage{fixltx2e}  % amsmath and amssymb packages, useful for mathematical formulas and symbols  \usepackage{amsmath,amssymb}  % cite package, to clean up citations in the main text. Do not remove.  \usepackage{cite}  % Use nameref to cite supporting information files (see Supporting Information section for more info)  \usepackage{nameref,hyperref}  % line numbers  \usepackage[right]{lineno}  % ligatures disabled  \usepackage{microtype}  \DisableLigatures[f]{encoding = *, family = * }  % rotating package for sideways tables  \usepackage{rotating}  % Remove comment for double spacing  %\usepackage{setspace}  %\doublespacing  % Text layout  \raggedright  \setlength{\parindent}{0.5cm}  \textwidth 5.25in  \textheight 8.75in  % Bold the 'Figure #' in the caption and separate it from the title/caption with a period  % Captions will be left justified  \usepackage[aboveskip=1pt,labelfont=bf,labelsep=period,justification=raggedright,singlelinecheck=off]{caption}  % Use the PLoS provided BiBTeX style  \bibliographystyle{plos2015}  % Remove brackets from numbering in List of References  \makeatletter  \renewcommand{\@biblabel}[1]{\quad#1.}  \makeatother  % Leave date blank  \date{}  % Header and Footer with logo  \usepackage{lastpage,fancyhdr,graphicx}  \usepackage{epstopdf}  \pagestyle{myheadings}  \pagestyle{fancy}  \fancyhf{}  \lhead{\includegraphics[width=2.0in]{PLOS-submission.eps}}  \rfoot{\thepage/\pageref{LastPage}}  \renewcommand{\footrule}{\hrule height 2pt \vspace{2mm}}  \fancyheadoffset[L]{2.25in}  \fancyfootoffset[L]{2.25in}  \lfoot{\sf PLOS}  %% Include all macros below  \newcommand{\lorem}{{\bf LOREM}}  \newcommand{\ipsum}{{\bf IPSUM}}  %% END MACROS SECTION         

% Remove brackets from numbering in List of References  \makeatletter  \renewcommand{\@biblabel}[1]{\quad#1.}  \makeatother