|
3 | 3 | %%% ADAPTED FROM ELIFE ARTICLE TEMPLATE (8/10/2017) |
4 | 4 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
5 | 5 | %%% PREAMBLE |
6 | | -\documentclass[9pt,bestpractices]{livecoms} |
| 6 | +\documentclass[9pt,bestpractices,pubversion]{livecoms} |
7 | 7 | % Use the 'onehalfspacing' option for 1.5 line spacing |
8 | 8 | % Use the 'doublespacing' option for 2.0 line spacing |
9 | 9 | % Use the 'lineno' option for adding line numbers. |
| 10 | +% Use the 'pubversion' option for adding the citation and publication information to the document footer. |
10 | 11 | % The 'bestpractices' option for indicates that this is a best practices guide. |
11 | 12 | % Omit the bestpractices option to remove the marking as a LiveCoMS paper. |
12 | 13 | % Please note that these options may affect formatting. |
|
69 | 70 | \githubrepository; to provide feedback, suggestions, or help improve it, please |
70 | 71 | visit the GitHub repository and participate via the issue tracker.} |
71 | 72 |
|
| 73 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 74 | + %%% PUBLICATION INFORMATION |
| 75 | + %%% Fill out these parameters when available |
| 76 | + %%% These are used when the "pubversion" option is invoked |
| 77 | + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 78 | + \pubDOI{10.XXXX/YYYYYYY} |
| 79 | + \pubvolume{1} |
| 80 | + \pubyear{<year>} |
| 81 | + \articlenum{<number>} |
| 82 | + \datereceived{August 2, 2018} |
| 83 | + \dateaccepted{November 9, 2018} |
| 84 | + |
72 | 85 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
73 | 86 | %%% ARTICLE START |
74 | 87 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|
0 commit comments