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
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
\documentclass{bioinfo}
|
|
2
|
+
\copyrightyear{2005}
|
|
3
|
+
\pubyear{2005}
|
|
4
|
+
|
|
5
|
+
<%=@default_packages%>
|
|
6
|
+
|
|
7
|
+
<%=@header%>
|
|
8
|
+
|
|
9
|
+
\begin{document}
|
|
10
|
+
|
|
11
|
+
\firstpage{1}
|
|
12
|
+
|
|
13
|
+
\title[<%=@long_title%>]{<%=@long_title%>}
|
|
14
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
15
|
+
<%= @alternative_author_string %>
|
|
16
|
+
<% else %>
|
|
17
|
+
\author[<%=@first_author%> \textit{et~al}]{<%=@first_author%>\,$^{1}$ <% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %> , <%=@coauthor_list[i]%>\,$^{<%=i+2%>}$<% end %><% end %>}
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
\address{$^{1}$<%=@first_affiliation%>\\<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>
|
|
21
|
+
$^{<%=i+2%>}$<%=@coauthor_list[i]%><% end %><% end %>}
|
|
22
|
+
<% end %>
|
|
23
|
+
|
|
24
|
+
\history{Received on XXXXX; revised on XXXXX; accepted on XXXXX}
|
|
25
|
+
|
|
26
|
+
\editor{Associate Editor: XXXXXXX}
|
|
27
|
+
|
|
28
|
+
\maketitle
|
|
29
|
+
|
|
30
|
+
<%= @abstract_begin_end %>
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
data/styles/bmc.tex.erb
ADDED
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
%% BioMed_Central_Tex_Template_v1.06
|
|
2
|
+
%% %
|
|
3
|
+
% bmc_article.tex ver: 1.06 %
|
|
4
|
+
% %
|
|
5
|
+
|
|
6
|
+
%%IMPORTANT: do not delete the first line of this template
|
|
7
|
+
%%It must be present to enable the BMC Submission system to
|
|
8
|
+
%%recognise this template!!
|
|
9
|
+
|
|
10
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
11
|
+
%% %%
|
|
12
|
+
%% LaTeX template for BioMed Central %%
|
|
13
|
+
%% journal article submissions %%
|
|
14
|
+
%% %%
|
|
15
|
+
%% <8 June 2012> %%
|
|
16
|
+
%% %%
|
|
17
|
+
%% %%
|
|
18
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
22
|
+
%% %%
|
|
23
|
+
%% For instructions on how to fill out this Tex template %%
|
|
24
|
+
%% document please refer to Readme.html and the instructions for %%
|
|
25
|
+
%% authors page on the biomed central website %%
|
|
26
|
+
%% http://www.biomedcentral.com/info/authors/ %%
|
|
27
|
+
%% %%
|
|
28
|
+
%% Please do not use \input{...} to include other tex files. %%
|
|
29
|
+
%% Submit your LaTeX manuscript as one .tex document. %%
|
|
30
|
+
%% %%
|
|
31
|
+
%% All additional figures and files should be attached %%
|
|
32
|
+
%% separately and not embedded in the \TeX\ document itself. %%
|
|
33
|
+
%% %%
|
|
34
|
+
%% BioMed Central currently use the MikTex distribution of %%
|
|
35
|
+
%% TeX for Windows) of TeX and LaTeX. This is available from %%
|
|
36
|
+
%% http://www.miktex.org %%
|
|
37
|
+
%% %%
|
|
38
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
39
|
+
|
|
40
|
+
%%% additional documentclass options:
|
|
41
|
+
% [doublespacing]
|
|
42
|
+
% [linenumbers] - put the line numbers on margins
|
|
43
|
+
|
|
44
|
+
%%% loading packages, author definitions
|
|
45
|
+
|
|
46
|
+
%\documentclass[twocolumn]{bmcart}% uncomment this for twocolumn layout and comment line below
|
|
47
|
+
\documentclass{bmcart}
|
|
48
|
+
|
|
49
|
+
%%% Load packages
|
|
50
|
+
%\usepackage{amsthm,amsmath}
|
|
51
|
+
%\RequirePackage{natbib}
|
|
52
|
+
%\RequirePackage{hyperref}
|
|
53
|
+
%\usepackage[utf8]{inputenc} %unicode support
|
|
54
|
+
%\usepackage[applemac]{inputenc} %applemac support if unicode package fails
|
|
55
|
+
%\usepackage[latin1]{inputenc} %UNIX support if unicode package fails
|
|
56
|
+
|
|
57
|
+
<%=@default_packages%>
|
|
58
|
+
|
|
59
|
+
<%=@header%>
|
|
60
|
+
|
|
61
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
62
|
+
%% %%
|
|
63
|
+
%% If you wish to display your graphics for %%
|
|
64
|
+
%% your own use using includegraphic or %%
|
|
65
|
+
%% includegraphics, then comment out the %%
|
|
66
|
+
%% following two lines of code. %%
|
|
67
|
+
%% NB: These line *must* be included when %%
|
|
68
|
+
%% submitting to BMC. %%
|
|
69
|
+
%% All figure files must be submitted as %%
|
|
70
|
+
%% separate graphics through the BMC %%
|
|
71
|
+
%% submission process, not included in the %%
|
|
72
|
+
%% submitted article. %%
|
|
73
|
+
%% %%
|
|
74
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
75
|
+
|
|
76
|
+
% Commenting these so that images appear
|
|
77
|
+
%\def\includegraphic{}
|
|
78
|
+
%\def\includegraphics{}
|
|
79
|
+
|
|
80
|
+
%%% Begin ...
|
|
81
|
+
\begin{document}
|
|
82
|
+
|
|
83
|
+
%%% Start of article front matter
|
|
84
|
+
\begin{frontmatter}
|
|
85
|
+
|
|
86
|
+
\begin{fmbox}
|
|
87
|
+
\dochead{Research}
|
|
88
|
+
|
|
89
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
90
|
+
%% %%
|
|
91
|
+
%% Enter the title of your article here %%
|
|
92
|
+
%% %%
|
|
93
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
94
|
+
|
|
95
|
+
\title{<%=@long_title%>}
|
|
96
|
+
|
|
97
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
98
|
+
%% %%
|
|
99
|
+
%% Enter the authors here %%
|
|
100
|
+
%% %%
|
|
101
|
+
%% Specify information, if available, %%
|
|
102
|
+
%% in the form: %%
|
|
103
|
+
%% <key>={<id1>,<id2>} %%
|
|
104
|
+
%% <key>= %%
|
|
105
|
+
%% Comment or delete the keys which are %%
|
|
106
|
+
%% not used. Repeat \author command as much %%
|
|
107
|
+
%% as required. %%
|
|
108
|
+
%% %%
|
|
109
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
110
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
111
|
+
<%= @alternative_author_string %>
|
|
112
|
+
<% else %>
|
|
113
|
+
\author[
|
|
114
|
+
addressref={aff1}, % id's of addresses, e.g. {aff1,aff2}
|
|
115
|
+
corref={aff1}, % id of corresponding address, if any
|
|
116
|
+
email={email@email.edu} % email address
|
|
117
|
+
]{<%=@first_author%>}<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>
|
|
118
|
+
\author[
|
|
119
|
+
addressref={aff<%=i+2%>}, % id's of addresses, e.g. {aff1,aff2}
|
|
120
|
+
noteref={}, % id's of article notes, if any
|
|
121
|
+
email={} % email address
|
|
122
|
+
]{<%=@coauthor_list[i]%>}
|
|
123
|
+
<% end %>
|
|
124
|
+
<% end %>
|
|
125
|
+
|
|
126
|
+
\address[id=aff1]{<%=@first_affiliation%>}<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>
|
|
127
|
+
\address[id=aff<%=i+2%>]{<%=@coauthor_affiliations[i]%>}
|
|
128
|
+
<% end %><% end %>
|
|
129
|
+
<% end %>
|
|
130
|
+
|
|
131
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
132
|
+
%% %%
|
|
133
|
+
%% Enter short notes here %%
|
|
134
|
+
%% %%
|
|
135
|
+
%% Short notes will be after addresses %%
|
|
136
|
+
%% on first page. %%
|
|
137
|
+
%% %%
|
|
138
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
139
|
+
|
|
140
|
+
%\begin{artnotes}
|
|
141
|
+
%\note{Sample of title note} % note to the article
|
|
142
|
+
%\note[id=n1]{Equal contributor} % note, connected to author
|
|
143
|
+
%\end{artnotes}
|
|
144
|
+
|
|
145
|
+
\end{fmbox}% comment this for two column layout
|
|
146
|
+
|
|
147
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
148
|
+
%% %%
|
|
149
|
+
%% The Abstract begins here %%
|
|
150
|
+
%% %%
|
|
151
|
+
%% Please refer to the Instructions for %%
|
|
152
|
+
%% authors on http://www.biomedcentral.com %%
|
|
153
|
+
%% and include the section headings %%
|
|
154
|
+
%% accordingly for your article type. %%
|
|
155
|
+
%% %%
|
|
156
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
157
|
+
|
|
158
|
+
\begin{abstractbox}
|
|
159
|
+
|
|
160
|
+
<%= @abstract_begin_end %>
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
164
|
+
%% %%
|
|
165
|
+
%% The keywords begin here %%
|
|
166
|
+
%% %%
|
|
167
|
+
%% Put each keyword in separate \kwd{}. %%
|
|
168
|
+
%% %%
|
|
169
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
170
|
+
|
|
171
|
+
%\begin{keyword}
|
|
172
|
+
%\kwd{sample}
|
|
173
|
+
%\kwd{article}
|
|
174
|
+
%\kwd{author}
|
|
175
|
+
%\end{keyword}
|
|
176
|
+
|
|
177
|
+
% MSC classifications codes, if any
|
|
178
|
+
%\begin{keyword}[class=AMS]
|
|
179
|
+
%\kwd[Primary ]{}
|
|
180
|
+
%\kwd{}
|
|
181
|
+
%\kwd[; secondary ]{}
|
|
182
|
+
%\end{keyword}
|
|
183
|
+
|
|
184
|
+
\end{abstractbox}
|
|
185
|
+
%
|
|
186
|
+
%\end{fmbox}% uncomment this for twcolumn layout
|
|
187
|
+
|
|
188
|
+
\end{frontmatter}
|
|
189
|
+
|
|
190
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
191
|
+
%% %%
|
|
192
|
+
%% The Main Body begins here %%
|
|
193
|
+
%% %%
|
|
194
|
+
%% Please refer to the instructions for %%
|
|
195
|
+
%% authors on: %%
|
|
196
|
+
%% http://www.biomedcentral.com/info/authors%%
|
|
197
|
+
%% and include the section headings %%
|
|
198
|
+
%% accordingly for your article type. %%
|
|
199
|
+
%% %%
|
|
200
|
+
%% See the Results and Discussion section %%
|
|
201
|
+
%% for details on how to create sub-sections%%
|
|
202
|
+
%% %%
|
|
203
|
+
%% use \cite{...} to cite references %%
|
|
204
|
+
%% \cite{koon} and %%
|
|
205
|
+
%% \cite{oreg,khar,zvai,xjon,schn,pond} %%
|
|
206
|
+
%% \nocite{smith,marg,hunn,advi,koha,mouse}%%
|
|
207
|
+
%% %%
|
|
208
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
%%%%%%%%%%%%%%%%%%%%%%%%% start of article main body
|
|
212
|
+
% <put your article body there>
|
data/styles/book.tex.erb
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
\documentclass{book}
|
|
2
|
+
|
|
3
|
+
<%=@default_packages%>
|
|
4
|
+
<%=@header%>
|
|
5
|
+
|
|
6
|
+
\begin{document}
|
|
7
|
+
|
|
8
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
9
|
+
<%= @alternative_author_string %>
|
|
10
|
+
<% else %>
|
|
11
|
+
\author{<%=@first_author%>\\ <%=@first_affiliation%> <% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %> \and <%=@coauthor_list[i]%>\\ <%=@coauthor_affiliations[i]%><% end %><% end %>}
|
|
12
|
+
<% end %>
|
|
13
|
+
|
|
14
|
+
\title{<%=@long_title%>}
|
|
15
|
+
|
|
16
|
+
\maketitle
|
|
17
|
+
|
|
18
|
+
\frontmatter
|
|
19
|
+
\tableofcontents
|
|
20
|
+
\newpage
|
|
21
|
+
|
|
22
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
\documentclass{cernatsnote}
|
|
2
|
+
\usepackage{texnames}
|
|
3
|
+
%\usepackage[T1]{fontenc}
|
|
4
|
+
\usepackage{rotating}
|
|
5
|
+
|
|
6
|
+
<%=@default_packages%>
|
|
7
|
+
|
|
8
|
+
<%=@header%>
|
|
9
|
+
|
|
10
|
+
\pagestyle{plain}
|
|
11
|
+
|
|
12
|
+
\begin{document}
|
|
13
|
+
|
|
14
|
+
\title{<%=@long_title%>}
|
|
15
|
+
|
|
16
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
17
|
+
<%= @alternative_author_string %>
|
|
18
|
+
<% else %>
|
|
19
|
+
\author{<%=@first_author%><% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>, <%=@coauthor_list[i]%><% end %><% end %>}
|
|
20
|
+
<% end %>
|
|
21
|
+
|
|
22
|
+
\keywords{}
|
|
23
|
+
|
|
24
|
+
\maketitle % this produces the title block
|
|
25
|
+
|
|
26
|
+
<%= @abstract_begin_end %>
|
|
27
|
+
|
|
28
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
\documentclass{cernyrep}
|
|
2
|
+
\usepackage{texnames}
|
|
3
|
+
%\usepackage[T1]{fontenc}
|
|
4
|
+
\usepackage{rotating}
|
|
5
|
+
|
|
6
|
+
<%=@default_packages%>
|
|
7
|
+
|
|
8
|
+
<%=@header%>
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
\pagestyle{plain}
|
|
12
|
+
|
|
13
|
+
\begin{document}
|
|
14
|
+
|
|
15
|
+
\title{<%=@long_title%>}
|
|
16
|
+
|
|
17
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
18
|
+
<%= @alternative_author_string %>
|
|
19
|
+
<% else %>
|
|
20
|
+
\author{<%=@first_author%><% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>, <%=@coauthor_list[i]%><% end %><% end %>}
|
|
21
|
+
|
|
22
|
+
\institute{<%=@first_affiliation%><% if !@coauthor_affiliations.to_a.empty? %><% for i in (0..@coauthor_affiliations.length-1) %>, <%=@coauthor_affiliations[i]%><% end %><% end %>}
|
|
23
|
+
<% end %>
|
|
24
|
+
\maketitle % this produces the title block
|
|
25
|
+
|
|
26
|
+
<%= @abstract_begin_end %>
|
|
27
|
+
|
|
28
|
+
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
%% LaTeX template for the science justification & technical
|
|
2
|
+
%% feasibility to be submitted as part of a Chandra X-ray Observatory
|
|
3
|
+
%% proposal.
|
|
4
|
+
%%
|
|
5
|
+
%% Chandra Cycle 16
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
9
|
+
%%%%% DOCUMENT FORMAT %%%%%
|
|
10
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
11
|
+
|
|
12
|
+
%% The default font was chosen to be easily readable while allowing
|
|
13
|
+
%% sufficient material to be included.
|
|
14
|
+
|
|
15
|
+
%% The two-column, 11pt format fits the largest number of characters
|
|
16
|
+
%% per page while still being easily read
|
|
17
|
+
|
|
18
|
+
%% There are three documentclass commands provided below. Please
|
|
19
|
+
%% uncomment the version you would like to use and comment out the
|
|
20
|
+
%% others.
|
|
21
|
+
|
|
22
|
+
%% Please note that the proposal will be printed on US Letter size paper,
|
|
23
|
+
%% 8.5 in x 11 in, and that formatting the text for other sizes will
|
|
24
|
+
%% generally cause layout problems and may result in text being cut
|
|
25
|
+
%% off near the edges. PLEASE DO NOT CHANGE THE 'LETTERPAPER' OPTION
|
|
26
|
+
%% IN THE DOCUMENTCLASS COMMAND.
|
|
27
|
+
|
|
28
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
29
|
+
%%%%% Converting this document to PDF %%%%%%%%
|
|
30
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
31
|
+
|
|
32
|
+
%% See http://cxc.harvard.edu/proposer/generatePDF.html
|
|
33
|
+
|
|
34
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
35
|
+
%%%%% Displaying DS9 figures %%%%%%%%%%%%%%%%%
|
|
36
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
37
|
+
|
|
38
|
+
%% See http://cxc.harvard.edu/proposer/generatePDF.html
|
|
39
|
+
|
|
40
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
41
|
+
%%%%% Default format: 11pt single column %%%%%
|
|
42
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
43
|
+
|
|
44
|
+
\documentclass[letterpaper,11pt]{article}
|
|
45
|
+
|
|
46
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
47
|
+
%%%%% Default font, two-column %%%%%
|
|
48
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
49
|
+
|
|
50
|
+
%\documentclass[letterpaper,11pt,twocolumn]{article}
|
|
51
|
+
|
|
52
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
53
|
+
%%%% Maximum Recommended format %%%%
|
|
54
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
55
|
+
|
|
56
|
+
%\documentclass[letterpaper,11pt,twocolumn]{article}
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
61
|
+
%%%%% HOW TO INCLUDE FIGURES %%%%%
|
|
62
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
63
|
+
|
|
64
|
+
%% Please see the ``Included packages'' section below.
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
69
|
+
%%%%% Included packages %%%%%
|
|
70
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
71
|
+
|
|
72
|
+
\usepackage{graphics}
|
|
73
|
+
|
|
74
|
+
%% Feel free to modify the included packages list to use your
|
|
75
|
+
%% favorite packages.
|
|
76
|
+
|
|
77
|
+
<%=@default_packages%>
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
%% In the graphics and graphicx packages, Postscript and eps figures
|
|
81
|
+
%% can be included using the \includegraphics command. The graphics
|
|
82
|
+
%% package is part of standard LaTeX2e and provides a basic way of including a
|
|
83
|
+
%% figure. The graphicx package is not standard, but extends the
|
|
84
|
+
%% \includegraphics command to make it more user-friendly. If graphicx
|
|
85
|
+
%% is not available on your system please remove it from the list of
|
|
86
|
+
%% included packages above.
|
|
87
|
+
|
|
88
|
+
%% Syntax:
|
|
89
|
+
%% In the graphics package:
|
|
90
|
+
%%
|
|
91
|
+
%% \begin{figure}
|
|
92
|
+
%% \includegraphics[llx,lly][urx,ury]{file}
|
|
93
|
+
%% \end{figure}
|
|
94
|
+
%%
|
|
95
|
+
%% where ll denotes 'lower left' and ur 'upper right' and the x and y
|
|
96
|
+
%% values are the coordinates of the PostScript bounding box in
|
|
97
|
+
%% points. There are 72 points in an inch.
|
|
98
|
+
%%
|
|
99
|
+
%% In the graphicx package:
|
|
100
|
+
%%
|
|
101
|
+
%% \begin{figure}
|
|
102
|
+
%% \includegraphics[key=val,key=val,...]{file}
|
|
103
|
+
%% \end{figure}
|
|
104
|
+
%%
|
|
105
|
+
%% where some of the useful keys are: angle, width, height,
|
|
106
|
+
%% keepaspectratio (='true' or 'false') and scale. Bounding box values
|
|
107
|
+
%% can be given as [bb=llx lly urx ury].
|
|
108
|
+
%%
|
|
109
|
+
%% In either case you have to use LaTeX figure placement commands to
|
|
110
|
+
%% position the figure on the page; \includegraphics will not do
|
|
111
|
+
%% that. Both these commands also have other options that are listed
|
|
112
|
+
%% in the LaTeX manual (for the graphics package) and in 'The LaTeX
|
|
113
|
+
%% Graphics Companion' (for the graphicx package).
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
118
|
+
%%%%% Page dimensions %%%%%
|
|
119
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
120
|
+
|
|
121
|
+
\setlength{\textwidth}{6.5in}
|
|
122
|
+
\setlength{\textheight}{9in}
|
|
123
|
+
\setlength{\topmargin}{-0.0625in}
|
|
124
|
+
\setlength{\oddsidemargin}{0in}
|
|
125
|
+
\setlength{\evensidemargin}{0in}
|
|
126
|
+
\setlength{\headheight}{0in}
|
|
127
|
+
\setlength{\headsep}{0in}
|
|
128
|
+
\setlength{\hoffset}{0in}
|
|
129
|
+
\setlength{\voffset}{0in}
|
|
130
|
+
|
|
131
|
+
<%=@header%>
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
135
|
+
%%%%% Section heading format %%%%%
|
|
136
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
137
|
+
|
|
138
|
+
\makeatletter
|
|
139
|
+
\renewcommand{\section}{\@startsection%
|
|
140
|
+
{section}{1}{0mm}{-\baselineskip}%
|
|
141
|
+
{0.5\baselineskip}{\normalfont\Large\bfseries}}%
|
|
142
|
+
\makeatother
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
147
|
+
%%%%% Start of document %%%%%
|
|
148
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
149
|
+
|
|
150
|
+
\begin{document}
|
|
151
|
+
\pagestyle{plain}
|
|
152
|
+
\pagenumbering{arabic}
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
157
|
+
%%%%% Title of proposal %%%%%
|
|
158
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
159
|
+
|
|
160
|
+
\begin{center}
|
|
161
|
+
\bfseries\uppercase{%
|
|
162
|
+
%%
|
|
163
|
+
%% ENTER TITLE OF PROPOSAL BELOW THIS LINE
|
|
164
|
+
<%=@long_title%>
|
|
165
|
+
%%
|
|
166
|
+
%%
|
|
167
|
+
}
|
|
168
|
+
\end{center}
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
173
|
+
%%%%% Body of science justification %%%%%
|
|
174
|
+
%%%%% and technical feasibility %%%%%
|
|
175
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
176
|
+
|
|
177
|
+
%%
|
|
178
|
+
%% ENTER TEXT AND FIGURES BELOW
|
|
179
|
+
%%
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|