texstyles 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +50 -0
- data/.travis.yml +4 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +34 -0
- data/Rakefile +10 -0
- data/lib/texstyles.rb +26 -0
- data/lib/texstyles/style.rb +38 -0
- data/styles/a0poster-landscape.tex.erb +84 -0
- data/styles/a0poster-portrait.tex.erb +84 -0
- data/styles/aa.tex.erb +46 -0
- data/styles/aa_onecolumn.tex.erb +45 -0
- data/styles/aa_twocolumn.tex.erb +47 -0
- data/styles/aaai.tex.erb +29 -0
- data/styles/abnt.tex.erb +141 -0
- data/styles/acl.tex.erb +46 -0
- data/styles/acm.tex.erb +77 -0
- data/styles/acm_large.tex.erb +82 -0
- data/styles/acm_sig_alternate.tex.erb +116 -0
- data/styles/acm_sig_strict.tex.erb +90 -0
- data/styles/acs.tex.erb +76 -0
- data/styles/agu.tex.erb +211 -0
- data/styles/aiaa.tex.erb +84 -0
- data/styles/aip_preprint.tex.erb +65 -0
- data/styles/aip_reprint.tex.erb +67 -0
- data/styles/aisb2008.tex.erb +31 -0
- data/styles/aj_manuscript.tex.erb +76 -0
- data/styles/aj_preprint.tex.erb +78 -0
- data/styles/ajps.tex.erb +69 -0
- data/styles/alma.tex.erb +53 -0
- data/styles/ams_one.tex.erb +115 -0
- data/styles/ams_two.tex.erb +119 -0
- data/styles/apa_doc.tex.erb +21 -0
- data/styles/apj_emulate.tex.erb +104 -0
- data/styles/apj_manuscript.tex.erb +76 -0
- data/styles/aps.tex.erb +79 -0
- data/styles/aps_preprint.tex.erb +79 -0
- data/styles/article.tex.erb +28 -0
- data/styles/asp.tex.erb +26 -0
- data/styles/authorea-double-numbered.tex.erb +65 -0
- data/styles/authorea-double.tex.erb +62 -0
- data/styles/authorea-numbered.tex.erb +62 -0
- data/styles/authorea.tex.erb +59 -0
- data/styles/biogeosciences.tex.erb +71 -0
- data/styles/bioinformatics.tex.erb +34 -0
- data/styles/bmc.tex.erb +212 -0
- data/styles/book.tex.erb +22 -0
- data/styles/cernatsnote.tex.erb +28 -0
- data/styles/cernyrep.tex.erb +28 -0
- data/styles/chandra.tex.erb +182 -0
- data/styles/cogsci.tex.erb +43 -0
- data/styles/cornell.tex.erb +75 -0
- data/styles/cv.tex.erb +30 -0
- data/styles/development.tex.erb +55 -0
- data/styles/dfgproposal.tex.erb +103 -0
- data/styles/dod.tex.erb +221 -0
- data/styles/doe.tex.erb +62 -0
- data/styles/econf.tex.erb +174 -0
- data/styles/egu.tex.erb +73 -0
- data/styles/elsevier.tex.erb +138 -0
- data/styles/elsevier_review.tex.erb +140 -0
- data/styles/elsevier_softwarex.tex.erb +132 -0
- data/styles/elsevier_twocolumn.tex.erb +148 -0
- data/styles/empty.tex.erb +29 -0
- data/styles/epjc.tex.erb +78 -0
- data/styles/f1000.tex.erb +38 -0
- data/styles/frontiersENG.tex.erb +66 -0
- data/styles/frontiersFPHY.tex.erb +67 -0
- data/styles/frontiersMED.tex.erb +66 -0
- data/styles/frontiersSCNS.tex.erb +66 -0
- data/styles/g3.tex.erb +57 -0
- data/styles/geophysics.tex.erb +38 -0
- data/styles/gji.tex.erb +51 -0
- data/styles/hess.tex.erb +71 -0
- data/styles/hst.tex.erb +37 -0
- data/styles/iclr.tex.erb +35 -0
- data/styles/ieee_bare_conf.tex.erb +316 -0
- data/styles/ieee_bare_jrnl.tex.erb +459 -0
- data/styles/ieee_bare_jrnl_compsoc.tex.erb +530 -0
- data/styles/ifac.tex.erb +36 -0
- data/styles/ijcai.tex.erb +60 -0
- data/styles/imsart_aas.tex.erb +82 -0
- data/styles/imsart_as.tex.erb +82 -0
- data/styles/iop.tex.erb +93 -0
- data/styles/iram_proposal.tex.erb +93 -0
- data/styles/jacow.tex.erb +77 -0
- data/styles/jfm.tex.erb +43 -0
- data/styles/jhep.tex.erb +57 -0
- data/styles/jinst.tex.erb +46 -0
- data/styles/jrss.tex.erb +32 -0
- data/styles/jxb.tex.erb +56 -0
- data/styles/lncs.tex.erb +75 -0
- data/styles/mdpi.tex.erb +122 -0
- data/styles/mit.tex.erb +186 -0
- data/styles/mnras.tex.erb +41 -0
- data/styles/nasa.tex.erb +111 -0
- data/styles/nature.tex.erb +34 -0
- data/styles/nature_scirep.tex.erb +36 -0
- data/styles/nih.tex.erb +223 -0
- data/styles/nime.tex.erb +82 -0
- data/styles/nips.tex.erb +26 -0
- data/styles/nsf.tex.erb +66 -0
- data/styles/osaexpress.tex.erb +73 -0
- data/styles/osaletters.tex.erb +54 -0
- data/styles/peerj.tex.erb +45 -0
- data/styles/plos.tex.erb +69 -0
- data/styles/plos2015.tex.erb +237 -0
- data/styles/pnas.tex.erb +118 -0
- data/styles/report.tex.erb +17 -0
- data/styles/rsc.tex.erb +99 -0
- data/styles/sciadvances.tex.erb +120 -0
- data/styles/science.tex.erb +127 -0
- data/styles/sigchi.tex.erb +91 -0
- data/styles/sigplan.tex.erb +94 -0
- data/styles/spie.tex.erb +68 -0
- data/styles/spieman.tex.erb +75 -0
- data/styles/springer.tex.erb +92 -0
- data/styles/springer_twocolumn.tex.erb +92 -0
- data/styles/svmono.tex.erb +63 -0
- data/styles/trb.tex.erb +150 -0
- data/styles/tufte-handout.tex.erb +60 -0
- data/styles/uchicago.tex.erb +53 -0
- data/styles/ucriverside.tex.erb +79 -0
- data/styles/uiowa.tex.erb +78 -0
- data/styles/umich.tex.erb +68 -0
- data/styles/uvic.tex.erb +196 -0
- data/styles/uwollongong.tex.erb +149 -0
- data/texstyles.gemspec +25 -0
- metadata +258 -0
data/styles/mit.tex.erb
ADDED
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
% -*- Mode:TeX -*-
|
|
2
|
+
|
|
3
|
+
%% IMPORTANT: The official thesis specifications are available at:
|
|
4
|
+
%% http://libraries.mit.edu/archives/thesis-specs/
|
|
5
|
+
%%
|
|
6
|
+
%% Please verify your thesis' formatting and copyright
|
|
7
|
+
%% assignment before submission. If you notice any
|
|
8
|
+
%% discrepancies between these templates and the
|
|
9
|
+
%% MIT Libraries' specs, please let us know
|
|
10
|
+
%% by e-mailing thesis@mit.edu
|
|
11
|
+
|
|
12
|
+
%% The documentclass options along with the pagestyle can be used to generate
|
|
13
|
+
%% a technical report, a draft copy, or a regular thesis. You may need to
|
|
14
|
+
%% re-specify the pagestyle after you \include cover.tex. For more
|
|
15
|
+
%% information, see the first few lines of mitthesis.cls.
|
|
16
|
+
|
|
17
|
+
%\documentclass[12pt,vi,twoside]{mitthesis}
|
|
18
|
+
%%
|
|
19
|
+
%% If you want your thesis copyright to you instead of MIT, use the
|
|
20
|
+
%% ``vi'' option, as above.
|
|
21
|
+
%%
|
|
22
|
+
%\documentclass[12pt,twoside,leftblank]{mitthesis}
|
|
23
|
+
%%
|
|
24
|
+
%% If you want blank pages before new chapters to be labelled ``This
|
|
25
|
+
%% Page Intentionally Left Blank'', use the ``leftblank'' option, as
|
|
26
|
+
%% above.
|
|
27
|
+
|
|
28
|
+
\documentclass[12pt,twoside]{mitthesis}
|
|
29
|
+
\usepackage{lgrind}
|
|
30
|
+
%% These have been added at the request of the MIT Libraries, because
|
|
31
|
+
%% some PDF conversions mess up the ligatures. -LB, 1/22/2014
|
|
32
|
+
\usepackage{cmap}
|
|
33
|
+
%\usepackage[T1]{fontenc}
|
|
34
|
+
\pagestyle{plain}
|
|
35
|
+
|
|
36
|
+
%% This bit allows you to either specify only the files which you wish to
|
|
37
|
+
%% process, or `all' to process all files which you \include.
|
|
38
|
+
%% Krishna Sethuraman (1990).
|
|
39
|
+
|
|
40
|
+
<%=@default_packages%>
|
|
41
|
+
|
|
42
|
+
<%=@header%>
|
|
43
|
+
|
|
44
|
+
\begin{document}
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
% -*-latex-*-
|
|
48
|
+
%
|
|
49
|
+
% For questions, comments, concerns or complaints:
|
|
50
|
+
% thesis@mit.edu
|
|
51
|
+
%
|
|
52
|
+
%
|
|
53
|
+
% $Log: cover.tex,v $
|
|
54
|
+
% Revision 1.8 2008/05/13 15:02:15 jdreed
|
|
55
|
+
% Degree month is June, not May. Added note about prevdegrees.
|
|
56
|
+
% Arthur Smith's title updated
|
|
57
|
+
%
|
|
58
|
+
% Revision 1.7 2001/02/08 18:53:16 boojum
|
|
59
|
+
% changed some \newpages to \cleardoublepages
|
|
60
|
+
%
|
|
61
|
+
% Revision 1.6 1999/10/21 14:49:31 boojum
|
|
62
|
+
% changed comment referring to documentstyle
|
|
63
|
+
%
|
|
64
|
+
% Revision 1.5 1999/10/21 14:39:04 boojum
|
|
65
|
+
% *** empty log message ***
|
|
66
|
+
%
|
|
67
|
+
% Revision 1.4 1997/04/18 17:54:10 othomas
|
|
68
|
+
% added page numbers on abstract and cover, and made 1 abstract
|
|
69
|
+
% page the default rather than 2. (anne hunter tells me this
|
|
70
|
+
% is the new institute standard.)
|
|
71
|
+
%
|
|
72
|
+
% Revision 1.4 1997/04/18 17:54:10 othomas
|
|
73
|
+
% added page numbers on abstract and cover, and made 1 abstract
|
|
74
|
+
% page the default rather than 2. (anne hunter tells me this
|
|
75
|
+
% is the new institute standard.)
|
|
76
|
+
%
|
|
77
|
+
% Revision 1.3 93/05/17 17:06:29 starflt
|
|
78
|
+
% Added acknowledgements section (suggested by tompalka)
|
|
79
|
+
%
|
|
80
|
+
% Revision 1.2 92/04/22 13:13:13 epeisach
|
|
81
|
+
% Fixes for 1991 course 6 requirements
|
|
82
|
+
% Phrase "and to grant others the right to do so" has been added to
|
|
83
|
+
% permission clause
|
|
84
|
+
% Second copy of abstract is not counted as separate pages so numbering works
|
|
85
|
+
% out
|
|
86
|
+
%
|
|
87
|
+
% Revision 1.1 92/04/22 13:08:20 epeisach
|
|
88
|
+
|
|
89
|
+
% NOTE:
|
|
90
|
+
% These templates make an effort to conform to the MIT Thesis specifications,
|
|
91
|
+
% however the specifications can change. We recommend that you verify the
|
|
92
|
+
% layout of your title page with your thesis advisor and/or the MIT
|
|
93
|
+
% Libraries before printing your final copy.
|
|
94
|
+
\title{<%=@long_title%>}
|
|
95
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
96
|
+
<%= @alternative_author_string %>
|
|
97
|
+
<% else %>
|
|
98
|
+
\author{<%=@first_author%>}
|
|
99
|
+
% If you wish to list your previous degrees on the cover page, use the
|
|
100
|
+
% previous degrees command:
|
|
101
|
+
% \prevdegrees{A.A., Harvard University (1985)}
|
|
102
|
+
% You can use the \\ command to list multiple previous degrees
|
|
103
|
+
% \prevdegrees{B.S., University of California (1978) \\
|
|
104
|
+
% S.M., Massachusetts Institute of Technology (1981)}
|
|
105
|
+
\department{Department}
|
|
106
|
+
<% end %>
|
|
107
|
+
% If the thesis is for two degrees simultaneously, list them both
|
|
108
|
+
% separated by \and like this:
|
|
109
|
+
% \degree{Doctor of Philosophy \and Master of Science}
|
|
110
|
+
\degree{Bachelor Degree}
|
|
111
|
+
|
|
112
|
+
% As of the 2007-08 academic year, valid degree months are September,
|
|
113
|
+
% February, or June. The default is June.
|
|
114
|
+
\degreemonth{June}
|
|
115
|
+
\degreeyear{1990}
|
|
116
|
+
\thesisdate{May 18, 1990}
|
|
117
|
+
|
|
118
|
+
%% By default, the thesis will be copyrighted to MIT. If you need to copyright
|
|
119
|
+
%% the thesis to yourself, just specify the `vi' documentclass option. If for
|
|
120
|
+
%% some reason you want to exactly specify the copyright notice text, you can
|
|
121
|
+
%% use the \copyrightnoticetext command.
|
|
122
|
+
%\copyrightnoticetext{\copyright IBM, 1990. Do not open till Xmas.}
|
|
123
|
+
|
|
124
|
+
% If there is more than one supervisor, use the \supervisor command
|
|
125
|
+
% once for each.
|
|
126
|
+
\supervisor{Supervison}
|
|
127
|
+
|
|
128
|
+
% This is the department committee chairman, not the thesis committee
|
|
129
|
+
% chairman. You should replace this with your Department's Committee
|
|
130
|
+
% Chairman.
|
|
131
|
+
%\chairman{Arthur C. Smith}{Chairman, Department Committee on Graduate Theses}
|
|
132
|
+
|
|
133
|
+
% Make the titlepage based on the above information. If you need
|
|
134
|
+
% something special and can't use the standard form, you can specify
|
|
135
|
+
% the exact text of the titlepage yourself. Put it in a titlepage
|
|
136
|
+
% environment and leave blank lines where you want vertical space.
|
|
137
|
+
% The spaces will be adjusted to fill the entire page. The dotted
|
|
138
|
+
% lines for the signatures are made with the \signature command.
|
|
139
|
+
\maketitle
|
|
140
|
+
|
|
141
|
+
% The abstractpage environment sets up everything on the page except
|
|
142
|
+
% the text itself. The title and other header material are put at the
|
|
143
|
+
% top of the page, and the supervisors are listed at the bottom. A
|
|
144
|
+
% new page is begun both before and after. Of course, an abstract may
|
|
145
|
+
% be more than one page itself. If you need more control over the
|
|
146
|
+
% format of the page, you can use the abstract environment, which puts
|
|
147
|
+
% the word "Abstract" at the beginning and single spaces its text.
|
|
148
|
+
|
|
149
|
+
%% You can either \input (*not* \include) your abstract file, or you can put
|
|
150
|
+
%% the text of the abstract directly between the \begin{abstractpage} and
|
|
151
|
+
%% \end{abstractpage} commands.
|
|
152
|
+
|
|
153
|
+
% First copy: start a new page, and save the page number.
|
|
154
|
+
\cleardoublepage
|
|
155
|
+
% Uncomment the next line if you do NOT want a page number on your
|
|
156
|
+
% abstract and acknowledgments pages.
|
|
157
|
+
% \pagestyle{empty}
|
|
158
|
+
\setcounter{savepage}{\thepage}
|
|
159
|
+
\begin{abstractpage}
|
|
160
|
+
<%=@abstract%>
|
|
161
|
+
\end{abstractpage}
|
|
162
|
+
|
|
163
|
+
% Additional copy: start a new page, and reset the page number. This way,
|
|
164
|
+
% the second copy of the abstract is not counted as separate pages.
|
|
165
|
+
% Uncomment the next 6 lines if you need two copies of the abstract
|
|
166
|
+
% page.
|
|
167
|
+
% \setcounter{page}{\thesavepage}
|
|
168
|
+
% \begin{abstractpage}
|
|
169
|
+
% \input{abstract}
|
|
170
|
+
% \end{abstractpage}
|
|
171
|
+
|
|
172
|
+
\cleardoublepage
|
|
173
|
+
|
|
174
|
+
\section*{Acknowledgments}
|
|
175
|
+
|
|
176
|
+
This is the acknowledgements section. You should replace this with your
|
|
177
|
+
own acknowledgements.
|
|
178
|
+
|
|
179
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
180
|
+
% -*-latex-*-
|
|
181
|
+
|
|
182
|
+
\pagestyle{plain}
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
%\documentclass[referee,usenatbib]{mn2e}
|
|
2
|
+
\documentclass[usenatbib]{mn2e}
|
|
3
|
+
|
|
4
|
+
<%=@default_packages%>
|
|
5
|
+
|
|
6
|
+
%\usepackage{natbib}
|
|
7
|
+
|
|
8
|
+
<%=@header%>
|
|
9
|
+
|
|
10
|
+
\title[<%=@long_title%>]{<%=@long_title%>}
|
|
11
|
+
|
|
12
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
13
|
+
<%= @alternative_author_string %>
|
|
14
|
+
<% else %>
|
|
15
|
+
\author[<%=@first_author%>]{<%=@first_author%>$^{1}$<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>, <%=@coauthor_list[i]%>$^{<%=i+2%>}$<% end %><% end %>\\
|
|
16
|
+
$^{1}$<%=@first_affiliation%>
|
|
17
|
+
<% if !@coauthor_affiliations.to_a.empty? %><% for i in (0..@coauthor_affiliations.length-1) %>\\
|
|
18
|
+
$^{<%=i+2%>}$<%=@coauthor_affiliations[i]%><% end %><% end %>}
|
|
19
|
+
<% end %>
|
|
20
|
+
|
|
21
|
+
\begin{document}
|
|
22
|
+
|
|
23
|
+
%\date{Accepted 1988 December 15. Received 1988 December 14; in original form 1988 October 11}
|
|
24
|
+
|
|
25
|
+
%\pagerange{\pageref{firstpage}--\pageref{lastpage}} \pubyear{2002}
|
|
26
|
+
|
|
27
|
+
\maketitle
|
|
28
|
+
|
|
29
|
+
\label{firstpage}
|
|
30
|
+
|
|
31
|
+
<%= @abstract_begin_end %>
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
%\begin{keywords}
|
|
35
|
+
%circumstellar matter -- infrared: stars.
|
|
36
|
+
%\end{keywords}
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
data/styles/nasa.tex.erb
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
\documentclass[letterpaper,12pt]{article}
|
|
2
|
+
%\documentclass{article}
|
|
3
|
+
|
|
4
|
+
%% ----------------------- Header ----------------------------------
|
|
5
|
+
%% *****************************************************************
|
|
6
|
+
%% ""
|
|
7
|
+
%% *****************************************************************
|
|
8
|
+
%% -----------------------------------------------------------------
|
|
9
|
+
%% -----------------------------------------------------------------
|
|
10
|
+
|
|
11
|
+
%% **************************************************************************
|
|
12
|
+
%% Packages
|
|
13
|
+
%% **************************************************************************
|
|
14
|
+
|
|
15
|
+
% \usepackage{epsfig}
|
|
16
|
+
% \usepackage{colortbl}
|
|
17
|
+
%\usepackage{aas_short}
|
|
18
|
+
\usepackage{color}
|
|
19
|
+
\usepackage{deluxetable}
|
|
20
|
+
|
|
21
|
+
\usepackage[sort&compress,numbers]{natbib}
|
|
22
|
+
\usepackage{verbatim}
|
|
23
|
+
\usepackage{caption}
|
|
24
|
+
\captionsetup[figure]{
|
|
25
|
+
font=footnotesize,
|
|
26
|
+
% labelformat=empty,
|
|
27
|
+
labelsep=none,
|
|
28
|
+
% labelfont=bf,
|
|
29
|
+
justification=RaggedRight
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
<%=@default_packages %>
|
|
33
|
+
%%***************************************************************************
|
|
34
|
+
%% hyper-ref
|
|
35
|
+
%%***************************************************************************
|
|
36
|
+
\hypersetup{colorlinks=true}
|
|
37
|
+
|
|
38
|
+
%%***************************************************************************
|
|
39
|
+
%% Biblio options
|
|
40
|
+
%%***************************************************************************
|
|
41
|
+
|
|
42
|
+
% \bibfont{\footnotesize}
|
|
43
|
+
\setlength{\bibsep}{0.125cm}
|
|
44
|
+
\setlength{\bibhang}{0.25cm}
|
|
45
|
+
\renewcommand\bibsection% force references to be a numbered section.
|
|
46
|
+
{%
|
|
47
|
+
\section{\refname}%
|
|
48
|
+
}
|
|
49
|
+
\bibpreamble{}
|
|
50
|
+
|
|
51
|
+
%%***************************************************************************
|
|
52
|
+
%% Layout options
|
|
53
|
+
%%***************************************************************************
|
|
54
|
+
|
|
55
|
+
\textwidth=6.5in
|
|
56
|
+
\textheight=8.5in
|
|
57
|
+
\topmargin=-0.25in
|
|
58
|
+
\oddsidemargin=0.0in
|
|
59
|
+
\evensidemargin=0.0in
|
|
60
|
+
\setlength{\parskip}{1ex plus0.3ex minus0.2ex}
|
|
61
|
+
|
|
62
|
+
%\pagenumbering{arabic}
|
|
63
|
+
|
|
64
|
+
\usepackage{fancyhdr}
|
|
65
|
+
\pagestyle{fancy}
|
|
66
|
+
\fancyhf{} % delete current header and footer
|
|
67
|
+
\lhead{\bfseries <%=@short_title%>}
|
|
68
|
+
\rhead{\bfseries \thepage}
|
|
69
|
+
%\rhead{\bfseries \rightmark}
|
|
70
|
+
%\rfoot{\thepage}
|
|
71
|
+
\renewcommand{\headrulewidth}{0.5pt}
|
|
72
|
+
\renewcommand{\footrulewidth}{0pt}
|
|
73
|
+
\addtolength{\headheight}{0.5pt} % space for the rule
|
|
74
|
+
\fancypagestyle{plain}{%
|
|
75
|
+
\fancyhead{} % get rid of headers on plain pages
|
|
76
|
+
\renewcommand{\headrulewidth}{0pt} % and the line
|
|
77
|
+
}
|
|
78
|
+
\fancypagestyle{toc}{%
|
|
79
|
+
\fancyhead{} % get rid of headers on plain pages
|
|
80
|
+
\lhead{}
|
|
81
|
+
\rhead{}
|
|
82
|
+
\chead{\bfseries <%=@short_title%>}
|
|
83
|
+
\renewcommand{\headrulewidth}{0.0pt} % and the line
|
|
84
|
+
}
|
|
85
|
+
\title{<%=@long_title%>}
|
|
86
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
87
|
+
<%= @alternative_author_string %>
|
|
88
|
+
<% else %>
|
|
89
|
+
\author{<%=@first_author%><% if !@coauthor_list.to_a.empty? %><% for author in @coauthor_list %>, <%=author%><% end %><% end %>}
|
|
90
|
+
<% end %>
|
|
91
|
+
%% **************************************************************************
|
|
92
|
+
%% Miscellaneous commands
|
|
93
|
+
%% **************************************************************************
|
|
94
|
+
|
|
95
|
+
\hyphenation{}
|
|
96
|
+
%
|
|
97
|
+
|
|
98
|
+
<%=@header%>
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
%% **************************************************************************
|
|
102
|
+
%% Begin document
|
|
103
|
+
%% **************************************************************************s
|
|
104
|
+
|
|
105
|
+
\begin{document}
|
|
106
|
+
|
|
107
|
+
\thispagestyle{toc}
|
|
108
|
+
\tableofcontents
|
|
109
|
+
\newpage
|
|
110
|
+
\setcounter{page}{1}
|
|
111
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
%% Template for a preprint Letter or Article for submission
|
|
2
|
+
%% to the journal Nature.
|
|
3
|
+
%% Written by Peter Czoschke, 26 February 2004
|
|
4
|
+
%%
|
|
5
|
+
|
|
6
|
+
\documentclass{nature}
|
|
7
|
+
|
|
8
|
+
%% make sure you have the nature.cls and naturemag.bst files where
|
|
9
|
+
%% LaTeX can find them
|
|
10
|
+
|
|
11
|
+
<%=@default_packages%>
|
|
12
|
+
|
|
13
|
+
<%=@header%>
|
|
14
|
+
|
|
15
|
+
\title{<%=@long_title%>}
|
|
16
|
+
|
|
17
|
+
%% Notice placement of commas and superscripts and use of &
|
|
18
|
+
%% in the author list
|
|
19
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
20
|
+
<%= @alternative_author_string %>
|
|
21
|
+
<% else %>
|
|
22
|
+
\author{<%=@first_author%>$^{1}$<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>, <%=@coauthor_list[i]%>$^{<%=i+2%>}$<% end %><% end %>}
|
|
23
|
+
<% end %>
|
|
24
|
+
\begin{document}
|
|
25
|
+
|
|
26
|
+
\maketitle
|
|
27
|
+
|
|
28
|
+
\begin{affiliations}
|
|
29
|
+
\item <%=@first_affiliation%>
|
|
30
|
+
<% if !@coauthor_affiliations.to_a.empty? %><% for i in (0..@coauthor_affiliations.length-1) %>
|
|
31
|
+
\item <%=@coauthor_affiliations[i]%><% end %><% end %>
|
|
32
|
+
\end{affiliations}
|
|
33
|
+
|
|
34
|
+
<%= @abstract_begin_end %>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
% Template from WL: * <john.hammersley@gmail.com> 2015-02-09T12:07:31.197Z:
|
|
2
|
+
|
|
3
|
+
\documentclass[fleqn,10pt]{wlscirep}
|
|
4
|
+
|
|
5
|
+
<%=@default_packages%>
|
|
6
|
+
|
|
7
|
+
<%=@header%>
|
|
8
|
+
|
|
9
|
+
\title{<%=@long_title%>}
|
|
10
|
+
|
|
11
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
12
|
+
<%= @alternative_author_string %>
|
|
13
|
+
<% else %>
|
|
14
|
+
\author[1]{<%=@first_author%>}
|
|
15
|
+
<% if !@coauthor_list.to_a.empty? %>
|
|
16
|
+
<% for i in (0..@coauthor_list.length-1) %>
|
|
17
|
+
\author[<%=i+2%>]{<%=@coauthor_list[i]%>}
|
|
18
|
+
<% end %><% end %>
|
|
19
|
+
|
|
20
|
+
\affil[1]{<%=@first_affiliation%>}
|
|
21
|
+
<% if !@coauthor_list.to_a.empty? %>
|
|
22
|
+
<% for i in (0..@coauthor_list.length-1) %>
|
|
23
|
+
\affil[<%=i+2%>]{<%=@coauthor_affiliations[i]%>}
|
|
24
|
+
<% end %><% end %>
|
|
25
|
+
<% end %>
|
|
26
|
+
|
|
27
|
+
<%= @abstract_begin_end %>
|
|
28
|
+
|
|
29
|
+
\begin{document}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
\flushbottom
|
|
33
|
+
\maketitle
|
|
34
|
+
|
|
35
|
+
\thispagestyle{empty}
|
|
36
|
+
|
data/styles/nih.tex.erb
ADDED
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
% This example file for NIH submissions was originally written
|
|
2
|
+
% by Bruce Donald (http://www.cs.duke.edu/brd/).
|
|
3
|
+
%
|
|
4
|
+
% You may freely use, modify and/or distribute this file.
|
|
5
|
+
%
|
|
6
|
+
\documentclass[11pt]{nih-blank}
|
|
7
|
+
%\documentclass{article}
|
|
8
|
+
%\documentclass[12pt]{article}%
|
|
9
|
+
% last revision:
|
|
10
|
+
\def\mydate{2005-06-09 13:58:03 brd}
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
%%%%%%% Two column control
|
|
14
|
+
\newif\ifdotwocol
|
|
15
|
+
\dotwocoltrue % two col
|
|
16
|
+
%\dotwocolfalse % one col
|
|
17
|
+
\long\def\twocol#1#2{\ifdotwocol{#1}\else{#2}\fi}
|
|
18
|
+
%%%%%%%
|
|
19
|
+
|
|
20
|
+
\def\mybeforeequation{\footnotesize}
|
|
21
|
+
%\def\mybeforeequation{\small}
|
|
22
|
+
%\def\mybeforeequation{}
|
|
23
|
+
|
|
24
|
+
\def\myafterequation{\renewcommand\baselinestretch{1.1}}
|
|
25
|
+
%\def\myafterequation{}
|
|
26
|
+
|
|
27
|
+
%%%%%%%%%%%%%%%%
|
|
28
|
+
%%%%%%%%%%%%%%%%
|
|
29
|
+
|
|
30
|
+
\def\citeusmark{$^{\textstyle \star}$}
|
|
31
|
+
\def\citeus#1#2{\cite{#1}}
|
|
32
|
+
|
|
33
|
+
\def\crow#1#2{#2}
|
|
34
|
+
|
|
35
|
+
%\usepackage{denselists}
|
|
36
|
+
%\usepackage{scaledfullpage}
|
|
37
|
+
\usepackage[dvips]{graphicx}
|
|
38
|
+
\usepackage{color}
|
|
39
|
+
\usepackage{boxedminipage}
|
|
40
|
+
\usepackage{amsfonts}
|
|
41
|
+
\usepackage{amsmath}
|
|
42
|
+
\usepackage{url}
|
|
43
|
+
%\usepackage{times}
|
|
44
|
+
%\usepackage{nih} % PHS 398 Forms
|
|
45
|
+
%\usepackage{nihblank} % For printing on Blank PHS 398 Forms
|
|
46
|
+
%\usepackage{confidential}
|
|
47
|
+
|
|
48
|
+
\def\Paper{grant application}
|
|
49
|
+
\def\paper{application}
|
|
50
|
+
\def\refappendix{Sec.}
|
|
51
|
+
|
|
52
|
+
\def\poster{(Poster)}
|
|
53
|
+
|
|
54
|
+
%Note from brd
|
|
55
|
+
\long\def\todo#1{{\bf{To do:}} #1}
|
|
56
|
+
%\long\def\todo#1{}
|
|
57
|
+
\def\ICRA{IEEE International Conference on Robotics and Automation (ICRA)}
|
|
58
|
+
|
|
59
|
+
\long\def\squeezable#1{#1}
|
|
60
|
+
|
|
61
|
+
%\def\a5{$\alpha_{_5}$
|
|
62
|
+
|
|
63
|
+
\def\a5{5}
|
|
64
|
+
|
|
65
|
+
%\def\mycaptionsize{\normalsize}
|
|
66
|
+
%\def\mycaptionsize{\small}
|
|
67
|
+
%\def\mycaptionsize{\small}
|
|
68
|
+
\def\mycaptionsize{\footnotesize}
|
|
69
|
+
\def\mycodesize{\footnotesize}
|
|
70
|
+
\def\myeqnsize{\small}
|
|
71
|
+
|
|
72
|
+
\def\sheading#1{{\bf #1:}\ }
|
|
73
|
+
\def\sheading#1{\subsubsection{#1}}
|
|
74
|
+
%\def\sheading#1{\bigskip {\bf #1.}}
|
|
75
|
+
|
|
76
|
+
\def\ssheading#1{\noindent {\bf #1.}\ }
|
|
77
|
+
|
|
78
|
+
\newtheorem{hypothesis}{Hypothesis}
|
|
79
|
+
\long\def\hyp#1{\begin{hypothesis} #1 \end{hypothesis}}
|
|
80
|
+
|
|
81
|
+
\def\cbk#1{[{\em #1}]}
|
|
82
|
+
|
|
83
|
+
\def\R{\mathbb{R}}
|
|
84
|
+
\def\midv{\mathop{\,|\,}}
|
|
85
|
+
\def\Fscr{\mathcal{F}}
|
|
86
|
+
\def\Gscr{\mathcal{G}}
|
|
87
|
+
\def\Sscr{\mathcal{S}}
|
|
88
|
+
\def\set#1{{\{#1\}}}
|
|
89
|
+
\def\edge{\!\rightarrow\!}
|
|
90
|
+
\def\dedge{\!\leftrightarrow\!}
|
|
91
|
+
\newcommand{\EOP}{\nolinebreak[1]~~~\hspace*{\fill} $\Box$\vspace*{\parskip}\vspace*{1ex}}
|
|
92
|
+
%my way of doing starred references
|
|
93
|
+
\newcommand{\mybibitem}[1]{\bibitem{#1}
|
|
94
|
+
\label{mybiblabel:#1}}
|
|
95
|
+
\newcommand{\BC}{[}
|
|
96
|
+
\newcommand{\EC}{]}
|
|
97
|
+
\newcommand{\mycite}[1]{\ref{mybiblabel:#1}\nocite{#1}}
|
|
98
|
+
\newcommand{\starcite}[1]{\ref{mybiblabel:#1}\citeusmark\nocite{#1}}
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
\def\degree{$^\circ$}
|
|
102
|
+
\def\R{\mathbb{R}}
|
|
103
|
+
\def\Fscr{\mathcal{F}}
|
|
104
|
+
\def\set#1{{\{#1\}}}
|
|
105
|
+
\def\edge{\!\rightarrow\!}
|
|
106
|
+
\def\dedge{\!\leftrightarrow\!}
|
|
107
|
+
|
|
108
|
+
\long\def\gobble#1{}
|
|
109
|
+
\def\Jigsaw{{\sc Jigsaw}}
|
|
110
|
+
\def\ahelix{\ensuremath{\alpha}-helix}
|
|
111
|
+
\def\ahelices{\ensuremath{\alpha}-helices}
|
|
112
|
+
\def\ahelical{$\alpha$-helical}
|
|
113
|
+
\def\bstrand{\ensuremath{\beta}-strand}
|
|
114
|
+
\def\bstrands{\ensuremath{\beta}-strands}
|
|
115
|
+
\def\bsheet{\ensuremath{\beta}-sheet}
|
|
116
|
+
\def\bsheets{\ensuremath{\beta}-sheets}
|
|
117
|
+
\def\hone{{\ensuremath{^1}\rm{H}}}
|
|
118
|
+
\def\htwo{{$^{2}$H}}
|
|
119
|
+
\def\cthir{{\ensuremath{^{13}}\rm{C}}}
|
|
120
|
+
\def\nfif{{\ensuremath{^{15}}\rm{N}}}
|
|
121
|
+
\def\hn{{\rm{H}\ensuremath{^\mathrm{N}}}}
|
|
122
|
+
\def\hnone{{\textup{H}\ensuremath{^1_\mathrm{N}}}}
|
|
123
|
+
\def\ca{{\rm{C}\ensuremath{^\alpha}}}
|
|
124
|
+
\def\catwel{{\ensuremath{^{12}}\rm{C}\ensuremath{^\alpha}}}
|
|
125
|
+
\def\ha{{\rm{H}\ensuremath{^\alpha}}}
|
|
126
|
+
\def\cb{{\rm{C}\ensuremath{^\beta}}}
|
|
127
|
+
\def\hb{{\rm{H}\ensuremath{^\beta}}}
|
|
128
|
+
\def\hg{{\rm{H}\ensuremath{^\gamma}}}
|
|
129
|
+
\def\dnn{{\ensuremath{d_{\mathrm{NN}}}}}
|
|
130
|
+
\def\dan{{\ensuremath{d_{\alpha \mathrm{N}}}}}
|
|
131
|
+
\def\jconst{{\ensuremath{^{3}\mathrm{J}_{\mathrm{H}^{\mathrm{N}}\mathrm{H}^{\alpha}}}} }
|
|
132
|
+
\def\cbfb{{CBF-$\beta$}}
|
|
133
|
+
|
|
134
|
+
\newtheorem{defn}{Definition}
|
|
135
|
+
\newtheorem{claim}{Claim}
|
|
136
|
+
|
|
137
|
+
\gobble{
|
|
138
|
+
\psfrag{CO}[][]{\colorbox{white}{C}}
|
|
139
|
+
\psfrag{OO}[][]{\colorbox{white}{O}}
|
|
140
|
+
\psfrag{CA}[][]{\colorbox{white}{\ca}}
|
|
141
|
+
\psfrag{HA}[][]{\colorbox{white}{\ha}}
|
|
142
|
+
\psfrag{CB}[][]{\colorbox{white}{\cb}}
|
|
143
|
+
\psfrag{HB}[][]{\colorbox{white}{\hb}}
|
|
144
|
+
\psfrag{HN}[][]{\colorbox{white}{\hn}}
|
|
145
|
+
\psfrag{N15}[][]{\colorbox{white}{\nfif}}
|
|
146
|
+
\psfrag{dnn}[][]{\dnn}
|
|
147
|
+
\psfrag{dan}[][]{\dan}
|
|
148
|
+
\psfrag{phi}[][]{$\phi$}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
\newenvironment{closeenumerate}{\begin{list}{\arabic{enumi}.}{\topsep=0in\itemsep=0in\parsep=0in\usecounter{enumi}}}{\end{list}}
|
|
152
|
+
\def\CR{\hspace{0pt}} % ``invisible'' space for line break
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
\newif\ifdbspacing
|
|
157
|
+
%\dbspacingtrue % For double spacing
|
|
158
|
+
\dbspacingfalse % For normal spacing
|
|
159
|
+
|
|
160
|
+
\ifdbspacing
|
|
161
|
+
\doublespacing
|
|
162
|
+
\newcommand{\capspacing}{\doublespace\mycaptionsize}
|
|
163
|
+
\else
|
|
164
|
+
\newcommand{\capspacing}{\mycaptionsize}
|
|
165
|
+
\fi
|
|
166
|
+
|
|
167
|
+
\def\rulefigure{\smallskip\hrule}
|
|
168
|
+
|
|
169
|
+
% \def\codesize{\normalsize}
|
|
170
|
+
\def\codesize{\small}
|
|
171
|
+
|
|
172
|
+
% Can use macros \be, \ee, \en as shortcuts
|
|
173
|
+
% for \begin{enumerate}, \end{enumerate}, \item
|
|
174
|
+
% respectively.
|
|
175
|
+
|
|
176
|
+
\usepackage[american]{babel}
|
|
177
|
+
<%=@header%>
|
|
178
|
+
|
|
179
|
+
\def\be{\begin{enumerate}} % Begin Enumerate
|
|
180
|
+
\def\ee{\end{enumerate}} % End Enumerate
|
|
181
|
+
\def\en{\item} % ENtry (item)
|
|
182
|
+
\def\bi{\begin{itemize}} % Begin Itemize
|
|
183
|
+
\def\ei{\end{itemize}} % End Itemize
|
|
184
|
+
\def\bv{\begin{verbatim}} % Begin Verbatim
|
|
185
|
+
\def\ev{\end{verbatim}} % End Verbatim
|
|
186
|
+
|
|
187
|
+
\def\matlab{{\sc matlab} }
|
|
188
|
+
\def\amber{{\sc amber} }
|
|
189
|
+
\def\KS{{$K^*$}}
|
|
190
|
+
\def\KSM{{K^*}} % K-Star Math
|
|
191
|
+
\def\KSTM{{\tilde{K}^*}} % K-Star Tilde Math (appx K*)
|
|
192
|
+
\def\KOP{{$K^{\dagger}_{o}$}} % K-Star Optimal partial
|
|
193
|
+
\def\KOPM{{K^{\dagger}_{o}}} % K-Star Optimal partial Math
|
|
194
|
+
\def\KP{{$K^{\dagger}$}} % K-Star partial
|
|
195
|
+
\def\KPM{{K^{\dagger}}} % K-Star partial Math
|
|
196
|
+
\def\KTPM{{\tilde{K}^{\dagger}}} % K-Star Tilde partial Math
|
|
197
|
+
\def\KD{{$K_{_D}$}}
|
|
198
|
+
\def\KA{{$K_{_A}$}}
|
|
199
|
+
\def\qpM{{q_{_P}}}
|
|
200
|
+
\def\qlM{{q_{_L}}}
|
|
201
|
+
\def\qplM{{q_{_{PL}}}}
|
|
202
|
+
\def\qSplM{{q^*_{_{PL}}}}
|
|
203
|
+
\def\KSO{{$K^*_{o}$}} % K-Star Optimal
|
|
204
|
+
\def\KSOM{{K^*_{o}}} % K-Star Optimal Math
|
|
205
|
+
\def\CBFB{{CBF-$\beta$}} % Core binding factor beta
|
|
206
|
+
\def\argmin{\mathop{\mathrm{argmin}}}
|
|
207
|
+
\def\rhl#1{{\em \underline{RYAN}: *\{{#1}\}*}}
|
|
208
|
+
\def\set#1{{\left\{ #1 \right\}}}
|
|
209
|
+
\def\Escr{{\mathcal{E}}}
|
|
210
|
+
\def\Jscr{{\mathcal{J}}}
|
|
211
|
+
\def\Kscr{{\mathcal{K}}}
|
|
212
|
+
\def\th{{$^{{\mathrm{th}}}$}}
|
|
213
|
+
|
|
214
|
+
\newtheorem{proposition}{Proposition}
|
|
215
|
+
\newtheorem{lemma}{Lemma}
|
|
216
|
+
|
|
217
|
+
\begin{document}
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|