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/ifac.tex.erb
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
%===============================================================================
|
|
2
|
+
% $Id: ifacconf.tex 19 2011-10-27 09:32:13Z jpuente $
|
|
3
|
+
% Template for IFAC meeting papers
|
|
4
|
+
% Copyright (c) 2007-2008 International Federation of Automatic Control
|
|
5
|
+
%===============================================================================
|
|
6
|
+
\documentclass{ifacconf}
|
|
7
|
+
|
|
8
|
+
%\usepackage{graphicx} % include this line if your document contains figures
|
|
9
|
+
%\usepackage{natbib} % required for bibliography
|
|
10
|
+
<%=@default_packages%>
|
|
11
|
+
<%=@header%>
|
|
12
|
+
|
|
13
|
+
%===============================================================================
|
|
14
|
+
\begin{document}
|
|
15
|
+
|
|
16
|
+
\begin{frontmatter}
|
|
17
|
+
|
|
18
|
+
\title{<%=@long_title%>}
|
|
19
|
+
% Title, preferably not more than 10 words.
|
|
20
|
+
|
|
21
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
22
|
+
<%= @alternative_author_string %>
|
|
23
|
+
<% else %>
|
|
24
|
+
\author[First]{<%=@first_author%>}
|
|
25
|
+
\address[First]{<%=@first_affiliation%>}
|
|
26
|
+
<% end %>
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
<%= @abstract_begin_end %>
|
|
30
|
+
|
|
31
|
+
%\begin{keyword}
|
|
32
|
+
%Five to ten keywords, preferably chosen from the IFAC keyword list.
|
|
33
|
+
%\end{keyword}
|
|
34
|
+
|
|
35
|
+
\end{frontmatter}
|
|
36
|
+
%===============================================================================
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
%%%% ijcai16.tex
|
|
2
|
+
|
|
3
|
+
\typeout{<%=@long_title%>}
|
|
4
|
+
|
|
5
|
+
% These are the instructions for authors for IJCAI-16.
|
|
6
|
+
% They are the same as the ones for IJCAI-11 with superficical wording
|
|
7
|
+
% changes only.
|
|
8
|
+
|
|
9
|
+
\documentclass{article}
|
|
10
|
+
% The file ijcai16.sty is the style file for IJCAI-16 (same as ijcai07.sty).
|
|
11
|
+
\usepackage{ijcai16}
|
|
12
|
+
|
|
13
|
+
% Use the postscript times font!
|
|
14
|
+
\usepackage{times}
|
|
15
|
+
|
|
16
|
+
% the following package is optional:
|
|
17
|
+
%\usepackage{latexsym}
|
|
18
|
+
|
|
19
|
+
<%=@default_packages%>
|
|
20
|
+
|
|
21
|
+
<%=@header%>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
% Following comment is from ijcai97-submit.tex:
|
|
25
|
+
% The preparation of these files was supported by Schlumberger Palo Alto
|
|
26
|
+
% Research, AT\&T Bell Laboratories, and Morgan Kaufmann Publishers.
|
|
27
|
+
% Shirley Jowell, of Morgan Kaufmann Publishers, and Peter F.
|
|
28
|
+
% Patel-Schneider, of AT\&T Bell Laboratories collaborated on their
|
|
29
|
+
% preparation.
|
|
30
|
+
|
|
31
|
+
% These instructions can be modified and used in other conferences as long
|
|
32
|
+
% as credit to the authors and supporting agencies is retained, this notice
|
|
33
|
+
% is not changed, and further modification or reuse is not restricted.
|
|
34
|
+
% Neither Shirley Jowell nor Peter F. Patel-Schneider can be listed as
|
|
35
|
+
% contacts for providing assistance without their prior permission.
|
|
36
|
+
|
|
37
|
+
% To use for other conferences, change references to files and the
|
|
38
|
+
% conference appropriate and use other authors, contacts, publishers, and
|
|
39
|
+
% organizations.
|
|
40
|
+
% Also change the deadline and address for returning papers and the length and
|
|
41
|
+
% page charge instructions.
|
|
42
|
+
% Put where the files are available in the appropriate places.
|
|
43
|
+
|
|
44
|
+
\title{<%=@long_title%>}
|
|
45
|
+
|
|
46
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
47
|
+
<%= @alternative_author_string %>
|
|
48
|
+
<% else %>
|
|
49
|
+
\author{<%=@first_author%>\\
|
|
50
|
+
<%=@first_affiliation%>}
|
|
51
|
+
<% end %>
|
|
52
|
+
|
|
53
|
+
\begin{document}
|
|
54
|
+
|
|
55
|
+
\maketitle
|
|
56
|
+
|
|
57
|
+
<%= @abstract_begin_end %>
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
% Template for the submission to:
|
|
2
|
+
% The Annals of Probability [aop]
|
|
3
|
+
% The Annals of Applied Probability [aap]
|
|
4
|
+
% The Annals of Statistics [aos]
|
|
5
|
+
% The Annals of Applied Statistics [aoas]
|
|
6
|
+
% Stochastic Systems [ssy]
|
|
7
|
+
%
|
|
8
|
+
%Author: In this template, the places where you need to add information
|
|
9
|
+
% (or delete line) are indicated by {???}. Mostly the information
|
|
10
|
+
% required is obvious, but some explanations are given in lines starting
|
|
11
|
+
%Author:
|
|
12
|
+
%All other lines should be ignored. After editing, there should be
|
|
13
|
+
%no instances of ??? after this line.
|
|
14
|
+
|
|
15
|
+
% use option [preprint] to remove info line at bottom
|
|
16
|
+
% journal options: aop,aap,aos,aoas,ssy
|
|
17
|
+
% natbib option: authoryear
|
|
18
|
+
\documentclass[aoas,preprint]{imsart}
|
|
19
|
+
|
|
20
|
+
<%=@default_packages%>
|
|
21
|
+
|
|
22
|
+
%\usepackage{amsthm,amsmath,natbib}
|
|
23
|
+
%\RequirePackage[colorlinks,citecolor=blue,urlcolor=blue]{hyperref}
|
|
24
|
+
|
|
25
|
+
% provide arXiv number if available:
|
|
26
|
+
%\arxiv{arXiv:0000.0000}
|
|
27
|
+
|
|
28
|
+
<%=@header%>
|
|
29
|
+
|
|
30
|
+
% put your definitions there:
|
|
31
|
+
%\startlocaldefs
|
|
32
|
+
%\endlocaldefs
|
|
33
|
+
|
|
34
|
+
\begin{document}
|
|
35
|
+
|
|
36
|
+
\begin{frontmatter}
|
|
37
|
+
|
|
38
|
+
% "Title of the paper"
|
|
39
|
+
\title{<%=@long_title%>}
|
|
40
|
+
\runtitle{<%=@short_title%>}
|
|
41
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
42
|
+
<%= @alternative_author_string %>
|
|
43
|
+
<% else %>
|
|
44
|
+
\author{<%=@first_author%>\thanksref{1}}
|
|
45
|
+
<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>
|
|
46
|
+
\and \author{<%=@coauthor_list[i]%>\thanksref{<%=i+2%>}}<% end %><% end %>
|
|
47
|
+
|
|
48
|
+
\runauthor{<%=@first_author%> <% if !@coauthor_list.to_a.empty? %>{et~al.}<% end %>}
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
\affiliation{<%=@first_affiliation%>\thanksmark{1}}
|
|
52
|
+
<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>
|
|
53
|
+
\affiliation{<%=@coauthor_affiliations[i]%>\thanksmark{<%=i+2%>}}
|
|
54
|
+
<% end %><% end %>
|
|
55
|
+
<% end %>
|
|
56
|
+
|
|
57
|
+
<%= @abstract_begin_end %>
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
%\begin{keyword}[class=MSC]
|
|
61
|
+
%\kwd[Primary ]{}
|
|
62
|
+
%\kwd{}
|
|
63
|
+
%\kwd[; secondary ]{}
|
|
64
|
+
%\end{keyword}
|
|
65
|
+
|
|
66
|
+
%\begin{keyword}
|
|
67
|
+
%\kwd{}
|
|
68
|
+
%\kwd{}
|
|
69
|
+
%\end{keyword}
|
|
70
|
+
|
|
71
|
+
\end{frontmatter}
|
|
72
|
+
|
|
73
|
+
% AOS,AOAS: If there are supplements please fill:
|
|
74
|
+
%\begin{supplement}[id=suppA]
|
|
75
|
+
% \sname{Supplement A}
|
|
76
|
+
% \stitle{Title}
|
|
77
|
+
% \slink[doi]{10.1214/00-AOASXXXXSUPP}
|
|
78
|
+
% \sdatatype{.pdf}"
|
|
79
|
+
% \sdescription{Some text}
|
|
80
|
+
%\end{supplement}
|
|
81
|
+
|
|
82
|
+
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
% Template for the submission to:
|
|
2
|
+
% The Annals of Probability [aop]
|
|
3
|
+
% The Annals of Applied Probability [aap]
|
|
4
|
+
% The Annals of Statistics [aos]
|
|
5
|
+
% The Annals of Applied Statistics [aoas]
|
|
6
|
+
% Stochastic Systems [ssy]
|
|
7
|
+
%
|
|
8
|
+
%Author: In this template, the places where you need to add information
|
|
9
|
+
% (or delete line) are indicated by {???}. Mostly the information
|
|
10
|
+
% required is obvious, but some explanations are given in lines starting
|
|
11
|
+
%Author:
|
|
12
|
+
%All other lines should be ignored. After editing, there should be
|
|
13
|
+
%no instances of ??? after this line.
|
|
14
|
+
|
|
15
|
+
% use option [preprint] to remove info line at bottom
|
|
16
|
+
% journal options: aop,aap,aos,aoas,ssy
|
|
17
|
+
% natbib option: authoryear
|
|
18
|
+
\documentclass[aos,preprint]{imsart}
|
|
19
|
+
|
|
20
|
+
<%=@default_packages%>
|
|
21
|
+
|
|
22
|
+
%\usepackage{amsthm,amsmath,natbib}
|
|
23
|
+
%\RequirePackage[colorlinks,citecolor=blue,urlcolor=blue]{hyperref}
|
|
24
|
+
|
|
25
|
+
% provide arXiv number if available:
|
|
26
|
+
%\arxiv{arXiv:0000.0000}
|
|
27
|
+
|
|
28
|
+
<%=@header%>
|
|
29
|
+
|
|
30
|
+
% put your definitions there:
|
|
31
|
+
%\startlocaldefs
|
|
32
|
+
%\endlocaldefs
|
|
33
|
+
|
|
34
|
+
\begin{document}
|
|
35
|
+
|
|
36
|
+
\begin{frontmatter}
|
|
37
|
+
|
|
38
|
+
% "Title of the paper"
|
|
39
|
+
\title{<%=@long_title%>}
|
|
40
|
+
\runtitle{<%=@short_title%>}
|
|
41
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
42
|
+
<%= @alternative_author_string %>
|
|
43
|
+
<% else %>
|
|
44
|
+
\author{<%=@first_author%>\thanksref{1}}
|
|
45
|
+
<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>
|
|
46
|
+
\and \author{<%=@coauthor_list[i]%>\thanksref{<%=i+2%>}}<% end %><% end %>
|
|
47
|
+
|
|
48
|
+
\runauthor{<%=@first_author%> <% if !@coauthor_list.to_a.empty? %>{et~al.}<% end %>}
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
\affiliation{<%=@first_affiliation%>\thanksmark{1}}
|
|
52
|
+
<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>
|
|
53
|
+
\affiliation{<%=@coauthor_affiliations[i]%>\thanksmark{<%=i+2%>}}
|
|
54
|
+
<% end %><% end %>
|
|
55
|
+
<% end %>
|
|
56
|
+
|
|
57
|
+
<%= @abstract_begin_end %>
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
%\begin{keyword}[class=MSC]
|
|
61
|
+
%\kwd[Primary ]{}
|
|
62
|
+
%\kwd{}
|
|
63
|
+
%\kwd[; secondary ]{}
|
|
64
|
+
%\end{keyword}
|
|
65
|
+
|
|
66
|
+
%\begin{keyword}
|
|
67
|
+
%\kwd{}
|
|
68
|
+
%\kwd{}
|
|
69
|
+
%\end{keyword}
|
|
70
|
+
|
|
71
|
+
\end{frontmatter}
|
|
72
|
+
|
|
73
|
+
% AOS,AOAS: If there are supplements please fill:
|
|
74
|
+
%\begin{supplement}[id=suppA]
|
|
75
|
+
% \sname{Supplement A}
|
|
76
|
+
% \stitle{Title}
|
|
77
|
+
% \slink[doi]{10.1214/00-AOASXXXXSUPP}
|
|
78
|
+
% \sdatatype{.pdf}"
|
|
79
|
+
% \sdescription{Some text}
|
|
80
|
+
%\end{supplement}
|
|
81
|
+
|
|
82
|
+
|
data/styles/iop.tex.erb
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
2
|
+
% INSTITUTE OF PHYSICS PUBLISHING %
|
|
3
|
+
% %
|
|
4
|
+
% `Preparing an article for publication in an Institute of Physics %
|
|
5
|
+
% Publishing journal using LaTeX' %
|
|
6
|
+
% %
|
|
7
|
+
% LaTeX source code `ioplau2e.tex' used to generate `author %
|
|
8
|
+
% guidelines', the documentation explaining and demonstrating use %
|
|
9
|
+
% of the Institute of Physics Publishing LaTeX preprint files %
|
|
10
|
+
% `iopart.cls, iopart12.clo and iopart10.clo'. %
|
|
11
|
+
% %
|
|
12
|
+
% `ioplau2e.tex' itself uses LaTeX with `iopart.cls' %
|
|
13
|
+
% %
|
|
14
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
15
|
+
%
|
|
16
|
+
%
|
|
17
|
+
% First we have a character check
|
|
18
|
+
%
|
|
19
|
+
% ! exclamation mark " double quote
|
|
20
|
+
% # hash ` opening quote (grave)
|
|
21
|
+
% & ampersand ' closing quote (acute)
|
|
22
|
+
% $ dollar % percent
|
|
23
|
+
% ( open parenthesis ) close paren.
|
|
24
|
+
% - hyphen = equals sign
|
|
25
|
+
% | vertical bar ~ tilde
|
|
26
|
+
% @ at sign _ underscore
|
|
27
|
+
% { open curly brace } close curly
|
|
28
|
+
% [ open square ] close square bracket
|
|
29
|
+
% + plus sign ; semi-colon
|
|
30
|
+
% * asterisk : colon
|
|
31
|
+
% < open angle bracket > close angle
|
|
32
|
+
% , comma . full stop
|
|
33
|
+
% ? question mark / forward slash
|
|
34
|
+
% \ backslash ^ circumflex
|
|
35
|
+
%
|
|
36
|
+
% ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
37
|
+
% abcdefghijklmnopqrstuvwxyz
|
|
38
|
+
% 1234567890
|
|
39
|
+
%
|
|
40
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
41
|
+
%
|
|
42
|
+
\documentclass[12pt]{iopart}
|
|
43
|
+
%Uncomment next line if AMS fonts required
|
|
44
|
+
\usepackage{iopams}
|
|
45
|
+
\usepackage[breaklinks=true,colorlinks=true,linkcolor=blue,urlcolor=blue,citecolor=blue]{hyperref}
|
|
46
|
+
|
|
47
|
+
\usepackage{graphicx}
|
|
48
|
+
\usepackage[space]{grffile}
|
|
49
|
+
\usepackage{latexsym}
|
|
50
|
+
|
|
51
|
+
\expandafter\let\csname equation*\endcsname\relax
|
|
52
|
+
\expandafter\let\csname endequation*\endcsname\relax
|
|
53
|
+
|
|
54
|
+
\usepackage{amsfonts,amsmath,amssymb}
|
|
55
|
+
\usepackage{url}
|
|
56
|
+
\usepackage[utf8]{inputenc}
|
|
57
|
+
\usepackage{hyperref}
|
|
58
|
+
\hypersetup{colorlinks=false,pdfborder={0 0 0},}
|
|
59
|
+
\usepackage{textcomp}
|
|
60
|
+
\usepackage{longtable}
|
|
61
|
+
\usepackage{multirow,booktabs}
|
|
62
|
+
|
|
63
|
+
<%=@header%>
|
|
64
|
+
|
|
65
|
+
\begin{document}
|
|
66
|
+
|
|
67
|
+
\title[<%=@long_title%>]{<%=@long_title%>}
|
|
68
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
69
|
+
<%= @alternative_author_string %>
|
|
70
|
+
<% else %>
|
|
71
|
+
\author{<%=@first_author%>$^{1}$}
|
|
72
|
+
\address{$^1$<%=@first_affiliation%>}
|
|
73
|
+
|
|
74
|
+
<% if !@coauthor_list.to_a.empty? %>
|
|
75
|
+
<% for i in (0..@coauthor_list.length-1) %>
|
|
76
|
+
\author{<%=@coauthor_list[i]%>$^{<%=i+2%>}$}
|
|
77
|
+
\address{$^<%=i+2%>$<%=@coauthor_affiliations[i]%>}
|
|
78
|
+
<% end %><% end %>
|
|
79
|
+
<% end %>
|
|
80
|
+
|
|
81
|
+
<%= @abstract_begin_end %>
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
%Uncomment for PACS numbers title message
|
|
85
|
+
%\pacs{00.00, 20.00, 42.10}
|
|
86
|
+
% Keywords required only for MST, PB, PMB, PM, JOA, JOB?
|
|
87
|
+
%\vspace{2pc}
|
|
88
|
+
%\noindent{\it Keywords}: Article preparation, IOP journals
|
|
89
|
+
% Uncomment for Submitted to journal title message
|
|
90
|
+
%\submitto{\JPA}
|
|
91
|
+
% Comment out if separate title page not required
|
|
92
|
+
%\maketitle
|
|
93
|
+
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
%------------------------------------------------------------------------------
|
|
2
|
+
% This is a LaTeX template for the scientific justification of IRAM Proposals
|
|
3
|
+
%------------------------------------------------------------------------------
|
|
4
|
+
%
|
|
5
|
+
% We encourage IRAM proposers to use this template for the sake of unity
|
|
6
|
+
% and clarity when Program Committee members assess their proposals.
|
|
7
|
+
%
|
|
8
|
+
% You may customize this template to suit your preferences (e.g. using BibTex),
|
|
9
|
+
% but please respect the following requirements:
|
|
10
|
+
% The scientific and technical justification should contain a
|
|
11
|
+
% maximum of 2 pages of text (4 pages for Large Programs),
|
|
12
|
+
% plus 2 pages of Figs., Tables and Refs.
|
|
13
|
+
% The font size should be 11pt or larger.
|
|
14
|
+
%
|
|
15
|
+
% For Large Programs, the following sections should be included:
|
|
16
|
+
% i) Scientific Rationale,
|
|
17
|
+
% ii) Immediate Objective,
|
|
18
|
+
% iii) Feasibility and Technical Justification, and
|
|
19
|
+
% iv) Organizational Issues.
|
|
20
|
+
%
|
|
21
|
+
%
|
|
22
|
+
%------------------------------------------------------------------------------
|
|
23
|
+
%
|
|
24
|
+
\documentclass[11pt,a4paper,twoside,graphicx,color]{article}
|
|
25
|
+
%
|
|
26
|
+
\usepackage[margin=2cm]{geometry}
|
|
27
|
+
<%=@default_packages%>
|
|
28
|
+
%
|
|
29
|
+
% Page size and text dimensions
|
|
30
|
+
% Do not change!
|
|
31
|
+
\textheight 260mm
|
|
32
|
+
\textwidth 178mm
|
|
33
|
+
\oddsidemargin -8mm
|
|
34
|
+
\evensidemargin -8mm
|
|
35
|
+
\marginparwidth 50pt
|
|
36
|
+
\topmargin -22mm
|
|
37
|
+
\brokenpenalty=10000
|
|
38
|
+
\sloppy
|
|
39
|
+
%
|
|
40
|
+
|
|
41
|
+
<%=@header%>
|
|
42
|
+
%-------------------------------------------------------------------
|
|
43
|
+
\begin{document}
|
|
44
|
+
%
|
|
45
|
+
%
|
|
46
|
+
\begin{center}{\huge \bf
|
|
47
|
+
%-------------------------------------------------------------------
|
|
48
|
+
<%=@long_title%>
|
|
49
|
+
%-------------------------------------------------------------------
|
|
50
|
+
}\end{center}
|
|
51
|
+
%
|
|
52
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
53
|
+
<%= @alternative_author_string %>
|
|
54
|
+
<% else %>
|
|
55
|
+
\centerline{\bf P.I.: <%=@first_author%>}
|
|
56
|
+
<% end %>
|
|
57
|
+
|
|
58
|
+
%\section{Scientific context}
|
|
59
|
+
%
|
|
60
|
+
%Start the scientific justification here...
|
|
61
|
+
%
|
|
62
|
+
%\subsection{Structure your proposal}
|
|
63
|
+
%
|
|
64
|
+
%\subsection{Another subsection}
|
|
65
|
+
%
|
|
66
|
+
%\section{Planned observations}
|
|
67
|
+
%
|
|
68
|
+
%\section{Technical justification}
|
|
69
|
+
%
|
|
70
|
+
%
|
|
71
|
+
%\section{Supporting material}
|
|
72
|
+
% You may include up to two pages of figures, tables, and References.
|
|
73
|
+
%
|
|
74
|
+
% Below is an example for including a figure in your proposal.
|
|
75
|
+
% If you are compiling with pdflatex, you can include jpeg, png, and pdf files.
|
|
76
|
+
% if compiling with latex, only eps files can be included.
|
|
77
|
+
%\begin{figure}
|
|
78
|
+
% \centering
|
|
79
|
+
% \includegraphics[width=0.8\textwidth]{image.png}
|
|
80
|
+
% \caption{Enter the figure caption here.}
|
|
81
|
+
% \label{fig:myPlot_1}
|
|
82
|
+
%\end{figure}
|
|
83
|
+
%
|
|
84
|
+
%%%%%%%%%%%%
|
|
85
|
+
%\begin{thebibliography}{9}
|
|
86
|
+
%
|
|
87
|
+
%\bibitem{lamport94}
|
|
88
|
+
% Leslie Lamport,
|
|
89
|
+
% \emph{\LaTeX: A Document Preparation System}.
|
|
90
|
+
% Addison Wesley, Massachusetts,
|
|
91
|
+
% 2nd Edition,
|
|
92
|
+
% 1994.
|
|
93
|
+
%\end{thebibliography}
|