|
12 | 12 | % |
13 | 13 | % -- IMPORTANT NOTE |
14 | 14 | % |
15 | | -% This template contains comments intended |
16 | | -% to minimize problems and delays during our production |
| 15 | +% This template contains comments intended |
| 16 | +% to minimize problems and delays during our production |
17 | 17 | % process. Please follow the template instructions |
18 | 18 | % whenever possible. |
19 | 19 | % |
20 | | -% % % % % % % % % % % % % % % % % % % % % % % |
| 20 | +% % % % % % % % % % % % % % % % % % % % % % % |
21 | 21 | % |
22 | | -% Once your paper is accepted for publication, |
| 22 | +% Once your paper is accepted for publication, |
23 | 23 | % PLEASE REMOVE ALL TRACKED CHANGES in this file and leave only |
24 | 24 | % the final text of your manuscript. |
25 | 25 | % |
26 | | -% There are no restrictions on package use within the LaTeX files except that |
| 26 | +% There are no restrictions on package use within the LaTeX files except that |
27 | 27 | % no packages listed in the template may be deleted. |
28 | 28 | % |
29 | 29 | % Please do not include colors or graphics in the text. |
|
37 | 37 | % Please include tables/figure captions directly after the paragraph where they are first cited in the text. |
38 | 38 | % |
39 | 39 | % DO NOT INCLUDE GRAPHICS IN YOUR MANUSCRIPT |
40 | | -% - Figures should be uploaded separately from your manuscript file. |
41 | | -% - Figures generated using LaTeX should be extracted and removed from the PDF before submission. |
| 40 | +% - Figures should be uploaded separately from your manuscript file. |
| 41 | +% - Figures generated using LaTeX should be extracted and removed from the PDF before submission. |
42 | 42 | % - Figures containing multiple panels/subfigures must be combined into one image file before submission. |
43 | 43 | % For figure citations, please use "Fig." instead of "Figure". |
44 | 44 | % See http://www.plosone.org/static/figureGuidelines for PLOS figure guidelines. |
|
62 | 62 | % |
63 | 63 | % Do not include text that is not math in the math environment. For example, CO2 will be CO\textsubscript{2}. |
64 | 64 | % |
65 | | -% Please add line breaks to long display equations when possible in order to fit size of the column. |
| 65 | +% Please add line breaks to long display equations when possible in order to fit size of the column. |
66 | 66 | % |
67 | 67 | % For inline equations, please do not include punctuation (commas, etc) within the math environment unless this is part of the equation. |
68 | 68 | % |
69 | | -% % % % % % % % % % % % % % % % % % % % % % % % |
| 69 | +% % % % % % % % % % % % % % % % % % % % % % % % |
70 | 70 | % |
71 | 71 | % Please contact latex@plos.org with any questions. |
72 | 72 | % |
|
94 | 94 | \usepackage{cite} |
95 | 95 |
|
96 | 96 | % Use nameref to cite supporting information files (see Supporting Information section for more info) |
97 | | -\usepackage{nameref,hyperref} |
| 97 | +\usepackage{nameref} |
98 | 98 |
|
99 | 99 | % line numbers |
100 | 100 | \usepackage[right]{lineno} |
|
107 | 107 | \usepackage{rotating} |
108 | 108 |
|
109 | 109 | % Remove comment for double spacing |
110 | | -%\usepackage{setspace} |
| 110 | +%\usepackage{setspace} |
111 | 111 | %\doublespacing |
112 | 112 |
|
| 113 | +%to handle url breaks in references |
| 114 | +\usepackage{url} |
| 115 | +\usepackage{hyperref} |
| 116 | +\usepackage{breakurl} |
| 117 | + |
113 | 118 | % Text layout |
114 | 119 | \raggedright |
115 | 120 | \setlength{\parindent}{0.5cm} |
116 | | -\textwidth 5.25in |
| 121 | +\textwidth 5.25in |
117 | 122 | \textheight 8.75in |
118 | 123 |
|
119 | 124 | % Bold the 'Figure #' in the caption and separate it from the title/caption with a period |
|
190 | 195 | % Please keep the abstract below 300 words |
191 | 196 |
|
192 | 197 | % Please keep the Author Summary between 150 and 200 words |
193 | | -% Use first person. PLOS ONE authors please skip this step. |
194 | | -% Author Summary not valid for PLOS ONE submissions. |
| 198 | +% Use first person. PLOS ONE authors please skip this step. |
| 199 | +% Author Summary not valid for PLOS ONE submissions. |
195 | 200 |
|
196 | 201 | % For figure citations, please use "Fig." instead of "Figure". |
197 | 202 |
|
|
209 | 214 | % Compile your BiBTeX database using our plos2015.bst |
210 | 215 | % style file and paste the contents of your .bbl file |
211 | 216 | % here. |
212 | | -% |
| 217 | +% |
213 | 218 |
|
214 | 219 | \end{document} |
215 | | - |
|
0 commit comments