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,47 @@
|
|
|
1
|
+
% aa.dem
|
|
2
|
+
% AA vers. 8.2, LaTeX class for Astronomy & Astrophysics
|
|
3
|
+
% demonstration file
|
|
4
|
+
% (c) EDP Sciences
|
|
5
|
+
%-----------------------------------------------------------------------
|
|
6
|
+
%
|
|
7
|
+
%\documentclass[referee]{aa} % for a referee version
|
|
8
|
+
%\documentclass[onecolumn]{aa} % for a paper on 1 column
|
|
9
|
+
%\documentclass[longauth]{aa} % for the long lists of affiliations
|
|
10
|
+
%\documentclass[rnote]{aa} % for the research notes
|
|
11
|
+
%\documentclass[letter]{aa} % for the letters
|
|
12
|
+
%\documentclass[bibyear]{aa} % if the references are not structured
|
|
13
|
+
% according to the author-year natbib style
|
|
14
|
+
|
|
15
|
+
%
|
|
16
|
+
\documentclass{aa}
|
|
17
|
+
|
|
18
|
+
%
|
|
19
|
+
%\usepackage{graphicx}
|
|
20
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
21
|
+
\usepackage{txfonts}
|
|
22
|
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
23
|
+
%\usepackage[options]{hyperref}
|
|
24
|
+
% To add links in your PDF file, use the package "hyperref"
|
|
25
|
+
% with options according to your LaTeX or PDFLaTeX drivers.
|
|
26
|
+
%
|
|
27
|
+
%\usepackage{natbib}
|
|
28
|
+
|
|
29
|
+
<%=@default_packages%>
|
|
30
|
+
|
|
31
|
+
<%=@header%>
|
|
32
|
+
|
|
33
|
+
\begin{document}
|
|
34
|
+
|
|
35
|
+
\title{<%=@long_title%>}
|
|
36
|
+
|
|
37
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
38
|
+
<%= @alternative_author_string %>
|
|
39
|
+
<% else %>
|
|
40
|
+
\author{<%=@first_author%><% if !@coauthor_list.to_a.empty? %><% for author in @coauthor_list %> \and <%=author%><% end %><% end %>}
|
|
41
|
+
<% end %>
|
|
42
|
+
|
|
43
|
+
\institute{<%=@first_affiliation%><% if !@coauthor_affiliations.to_a.empty? %><% for affiliation in @coauthor_affiliations %> \and <%=affiliation%><% end %><% end %>}
|
|
44
|
+
|
|
45
|
+
<%= @abstract_command %>
|
|
46
|
+
|
|
47
|
+
\maketitle
|
data/styles/aaai.tex.erb
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
\documentclass[letterpaper]{article}
|
|
2
|
+
<%=@default_packages%>
|
|
3
|
+
\usepackage{aaai}
|
|
4
|
+
\usepackage{times}
|
|
5
|
+
\usepackage{helvet}
|
|
6
|
+
\usepackage{courier}
|
|
7
|
+
\usepackage{times}
|
|
8
|
+
|
|
9
|
+
<%=@header%>
|
|
10
|
+
|
|
11
|
+
\frenchspacing
|
|
12
|
+
\setlength{\pdfpagewidth}{8.5in}
|
|
13
|
+
\setlength{\pdfpageheight}{11in}
|
|
14
|
+
\setcounter{secnumdepth}{0}
|
|
15
|
+
\begin{document}
|
|
16
|
+
% The file aaai.sty is the style file for AAAI Press
|
|
17
|
+
% proceedings, working notes, and technical reports.
|
|
18
|
+
%
|
|
19
|
+
|
|
20
|
+
\title{<%=@long_title%>}
|
|
21
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
22
|
+
<%= @alternative_author_string %>
|
|
23
|
+
<% else %>
|
|
24
|
+
\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 %>}
|
|
25
|
+
<% end %>
|
|
26
|
+
|
|
27
|
+
\maketitle
|
|
28
|
+
|
|
29
|
+
<%= @abstract_begin_end %>
|
data/styles/abnt.tex.erb
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
%% abtex2-modelo-artigo.tex, v-1.9.2 laurocesar
|
|
2
|
+
%% Copyright 2012-2014 by abnTeX2 group at http://abntex2.googlecode.com/
|
|
3
|
+
%%
|
|
4
|
+
%% This work may be distributed and/or modified under the
|
|
5
|
+
%% conditions of the LaTeX Project Public License, either version 1.3
|
|
6
|
+
%% of this license or (at your option) any later version.
|
|
7
|
+
%% The latest version of this license is in
|
|
8
|
+
%% http://www.latex-project.org/lppl.txt
|
|
9
|
+
%% and version 1.3 or later is part of all distributions of LaTeX
|
|
10
|
+
%% version 2005/12/01 or later.
|
|
11
|
+
%%
|
|
12
|
+
%% This work has the LPPL maintenance status `maintained'.
|
|
13
|
+
%%
|
|
14
|
+
%% The Current Maintainer of this work is the abnTeX2 team, led
|
|
15
|
+
%% by Lauro César Araujo. Further information are available on
|
|
16
|
+
%% http://abntex2.googlecode.com/
|
|
17
|
+
%%
|
|
18
|
+
%% This work consists of the files abntex2-modelo-artigo.tex and
|
|
19
|
+
%% abntex2-modelo-references.bib
|
|
20
|
+
%%
|
|
21
|
+
|
|
22
|
+
% ------------------------------------------------------------------------
|
|
23
|
+
% ------------------------------------------------------------------------
|
|
24
|
+
% abnTeX2: Modelo de Artigo Acadêmico em conformidade com
|
|
25
|
+
% ABNT NBR 6022:2003: Informação e documentação - Artigo em publicação
|
|
26
|
+
% periódica científica impressa - Apresentação
|
|
27
|
+
% ------------------------------------------------------------------------
|
|
28
|
+
% ------------------------------------------------------------------------
|
|
29
|
+
|
|
30
|
+
\documentclass[
|
|
31
|
+
% -- opções da classe memoir --
|
|
32
|
+
article, % indica que é um artigo acadêmico
|
|
33
|
+
11pt, % tamanho da fonte
|
|
34
|
+
oneside, % para impressão apenas no verso. Oposto a twoside
|
|
35
|
+
a4paper, % tamanho do papel.
|
|
36
|
+
% -- opções da classe abntex2 --
|
|
37
|
+
%chapter=TITLE, % títulos de capítulos convertidos em letras maiúsculas
|
|
38
|
+
%section=TITLE, % títulos de seções convertidos em letras maiúsculas
|
|
39
|
+
%subsection=TITLE, % títulos de subseções convertidos em letras maiúsculas
|
|
40
|
+
%subsubsection=TITLE % títulos de subsubseções convertidos em letras maiúsculas
|
|
41
|
+
% -- opções do pacote babel --
|
|
42
|
+
english, % idioma adicional para hifenização
|
|
43
|
+
brazil, % o último idioma é o principal do documento
|
|
44
|
+
sumario=tradicional
|
|
45
|
+
]{abntex2}
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
% ---
|
|
49
|
+
% PACOTES
|
|
50
|
+
% ---
|
|
51
|
+
|
|
52
|
+
% ---
|
|
53
|
+
% Pacotes fundamentais
|
|
54
|
+
% ---
|
|
55
|
+
%\usepackage{lmodern} % Usa a fonte Latin Modern
|
|
56
|
+
%\usepackage[T1]{fontenc} % Selecao de codigos de fonte.
|
|
57
|
+
%\usepackage[utf8]{inputenc} % Codificacao do documento (conversão automática dos acentos)
|
|
58
|
+
%\usepackage{indentfirst} % Indenta o primeiro parágrafo de cada seção.
|
|
59
|
+
%\usepackage{nomencl} % Lista de simbolos
|
|
60
|
+
%\usepackage{color} % Controle das cores
|
|
61
|
+
%\usepackage{graphicx} % Inclusão de gráficos
|
|
62
|
+
%\usepackage{microtype} % para melhorias de justificação
|
|
63
|
+
% ---
|
|
64
|
+
|
|
65
|
+
% ---
|
|
66
|
+
% Pacotes adicionais, usados apenas no âmbito do Modelo Canônico do abnteX2
|
|
67
|
+
% ---
|
|
68
|
+
%\usepackage{lipsum} % para geração de dummy text
|
|
69
|
+
% ---
|
|
70
|
+
|
|
71
|
+
% ---
|
|
72
|
+
% Pacotes de citações
|
|
73
|
+
% ---
|
|
74
|
+
%\usepackage[brazilian,hyperpageref]{backref} % Paginas com as citações na bibl
|
|
75
|
+
\usepackage[alf]{abntex2cite} % Citações padrão ABNT
|
|
76
|
+
% ---
|
|
77
|
+
|
|
78
|
+
<%=@default_packages%>
|
|
79
|
+
|
|
80
|
+
<%=@header%>
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
% ---
|
|
84
|
+
% Informações de dados para CAPA e FOLHA DE ROSTO
|
|
85
|
+
% ---
|
|
86
|
+
\titulo{<%=@long_title%>}
|
|
87
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
88
|
+
<%= @alternative_author_string %>
|
|
89
|
+
<% else %>
|
|
90
|
+
\autor{<%=@first_author%>
|
|
91
|
+
<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %> \and <%=@coauthor_list[i]%><% end %><% end %>
|
|
92
|
+
}
|
|
93
|
+
<% end %>
|
|
94
|
+
%\local{Brasil}
|
|
95
|
+
%\data{2014, v-1.9.2}
|
|
96
|
+
% ---
|
|
97
|
+
|
|
98
|
+
% ---
|
|
99
|
+
% Configurações de aparência do PDF final
|
|
100
|
+
|
|
101
|
+
% alterando o aspecto da cor azul
|
|
102
|
+
%\definecolor{blue}{RGB}{41,5,195}
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
% ----
|
|
106
|
+
% Início do documento
|
|
107
|
+
% ----
|
|
108
|
+
\begin{document}
|
|
109
|
+
|
|
110
|
+
% Retira espaço extra obsoleto entre as frases.
|
|
111
|
+
\frenchspacing
|
|
112
|
+
|
|
113
|
+
% ----------------------------------------------------------
|
|
114
|
+
% ELEMENTOS PRÉ-TEXTUAIS
|
|
115
|
+
% ----------------------------------------------------------
|
|
116
|
+
|
|
117
|
+
%---
|
|
118
|
+
%
|
|
119
|
+
% Se desejar escrever o artigo em duas colunas, descomente a linha abaixo
|
|
120
|
+
% e a linha com o texto ``FIM DE ARTIGO EM DUAS COLUNAS''.
|
|
121
|
+
% \twocolumn[ % INICIO DE ARTIGO EM DUAS COLUNAS
|
|
122
|
+
%
|
|
123
|
+
%---
|
|
124
|
+
% página de titulo
|
|
125
|
+
\maketitle
|
|
126
|
+
|
|
127
|
+
% resumo em português
|
|
128
|
+
\begin{resumoumacoluna}
|
|
129
|
+
<%=@abstract%>
|
|
130
|
+
|
|
131
|
+
\vspace{\onelineskip}
|
|
132
|
+
|
|
133
|
+
\end{resumoumacoluna}
|
|
134
|
+
|
|
135
|
+
% ] % FIM DE ARTIGO EM DUAS COLUNAS
|
|
136
|
+
% ---
|
|
137
|
+
|
|
138
|
+
% ----------------------------------------------------------
|
|
139
|
+
% ELEMENTOS TEXTUAIS
|
|
140
|
+
% ----------------------------------------------------------
|
|
141
|
+
\textual
|
data/styles/acl.tex.erb
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
%
|
|
2
|
+
% File acl2014.tex
|
|
3
|
+
%
|
|
4
|
+
% Contact: koller@ling.uni-potsdam.de, yusuke@nii.ac.jp
|
|
5
|
+
%%
|
|
6
|
+
%% Based on the style files for ACL-2013, which were, in turn,
|
|
7
|
+
%% Based on the style files for ACL-2012, which were, in turn,
|
|
8
|
+
%% based on the style files for ACL-2011, which were, in turn,
|
|
9
|
+
%% based on the style files for ACL-2010, which were, in turn,
|
|
10
|
+
%% based on the style files for ACL-IJCNLP-2009, which were, in turn,
|
|
11
|
+
%% based on the style files for EACL-2009 and IJCNLP-2008...
|
|
12
|
+
|
|
13
|
+
%% Based on the style files for EACL 2006 by
|
|
14
|
+
%%e.agirre@ehu.es or Sergi.Balari@uab.es
|
|
15
|
+
%% and that of ACL 08 by Joakim Nivre and Noah Smith
|
|
16
|
+
|
|
17
|
+
\documentclass[11pt]{article}
|
|
18
|
+
<%=@default_packages%>
|
|
19
|
+
\usepackage{acl2014}
|
|
20
|
+
\usepackage{times}
|
|
21
|
+
%\usepackage{url}
|
|
22
|
+
%\usepackage{latexsym}
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
%\setlength\titlebox{5cm}
|
|
26
|
+
|
|
27
|
+
% You can expand the titlebox if you need extra space
|
|
28
|
+
% to show all the authors. Please do not make the titlebox
|
|
29
|
+
% smaller than 5cm (the original size); we will check this
|
|
30
|
+
% in the camera-ready version and ask you to change it back.
|
|
31
|
+
|
|
32
|
+
<%=@header%>
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
\title{<%=@long_title%>}
|
|
36
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
37
|
+
<%= @alternative_author_string %>
|
|
38
|
+
<% else %>
|
|
39
|
+
\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 %>}
|
|
40
|
+
<% end %>
|
|
41
|
+
\date{}
|
|
42
|
+
|
|
43
|
+
\begin{document}
|
|
44
|
+
\maketitle
|
|
45
|
+
<%= @abstract_begin_end %>
|
|
46
|
+
|
data/styles/acm.tex.erb
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
% v2-acmsmall-sample.tex, dated March 6 2012
|
|
2
|
+
% This is a sample file for ACM small trim journals
|
|
3
|
+
%
|
|
4
|
+
% Compilation using 'acmsmall.cls' - version 1.3 (March 2012), Aptara Inc.
|
|
5
|
+
% (c) 2010 Association for Computing Machinery (ACM)
|
|
6
|
+
%
|
|
7
|
+
% Questions/Suggestions/Feedback should be addressed to => "acmtexsupport@aptaracorp.com".
|
|
8
|
+
% Users can also go through the FAQs available on the journal's submission webpage.
|
|
9
|
+
%
|
|
10
|
+
% Steps to compile: latex, bibtex, latex latex
|
|
11
|
+
%
|
|
12
|
+
% For tracking purposes => this is v1.3 - March 2012
|
|
13
|
+
|
|
14
|
+
\documentclass[prodmode,acmtecs]{acmsmall} % Aptara syntax
|
|
15
|
+
|
|
16
|
+
% Package to generate and customize Algorithm as per ACM style
|
|
17
|
+
\usepackage[ruled]{algorithm2e}
|
|
18
|
+
\renewcommand{\algorithmcfname}{ALGORITHM}
|
|
19
|
+
\SetAlFnt{\small}
|
|
20
|
+
\SetAlCapFnt{\small}
|
|
21
|
+
\SetAlCapNameFnt{\small}
|
|
22
|
+
\SetAlCapHSkip{0pt}
|
|
23
|
+
\IncMargin{-\parindent}
|
|
24
|
+
|
|
25
|
+
<%=@default_packages%>
|
|
26
|
+
|
|
27
|
+
% Metadata Information
|
|
28
|
+
\acmVolume{1}
|
|
29
|
+
\acmNumber{1}
|
|
30
|
+
\acmArticle{1}
|
|
31
|
+
\acmYear{2013}
|
|
32
|
+
\acmMonth{1}
|
|
33
|
+
|
|
34
|
+
% Document starts
|
|
35
|
+
\begin{document}
|
|
36
|
+
|
|
37
|
+
% Page heads
|
|
38
|
+
\markboth{<%=@first_author%>}{<%=@long_title%>}
|
|
39
|
+
|
|
40
|
+
% Title portion
|
|
41
|
+
\title{<%=@long_title%>}
|
|
42
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
43
|
+
<%= @alternative_author_string %>
|
|
44
|
+
<% else %>
|
|
45
|
+
\author{<%=@first_author%>\affil{<%=@first_affiliation%>}<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %> <%=@coauthor_list[i]%>\affil{<%=@coauthor_affiliations[i]%>}<% end %><% end %>}
|
|
46
|
+
<% end %>
|
|
47
|
+
|
|
48
|
+
<%= @abstract_begin_end %>
|
|
49
|
+
|
|
50
|
+
<%=@header%>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
%\category{C.2.2}{Computer-Communication Networks}{Network Protocols}
|
|
54
|
+
|
|
55
|
+
%\terms{Design, Algorithms, Performance}
|
|
56
|
+
|
|
57
|
+
%\keywords{Wireless sensor networks, media access control, multi-channel, radio interference, time synchronization}
|
|
58
|
+
|
|
59
|
+
%\acmformat{}
|
|
60
|
+
% At a minimum you need to supply the author names, year and a title.
|
|
61
|
+
% IMPORTANT:
|
|
62
|
+
% Full first names whenever they are known, surname last, followed by a period.
|
|
63
|
+
% In the case of two authors, 'and' is placed between them.
|
|
64
|
+
% In the case of three or more authors, the serial comma is used, that is, all author names
|
|
65
|
+
% except the last one but including the penultimate author's name are followed by a comma,
|
|
66
|
+
% and then 'and' is placed before the final author's name.
|
|
67
|
+
% If only first and middle initials are known, then each initial
|
|
68
|
+
% is followed by a period and they are separated by a space.
|
|
69
|
+
% The remaining information (journal title, volume, article number, date, etc.) is 'auto-generated'.
|
|
70
|
+
|
|
71
|
+
%\begin{bottomstuff}
|
|
72
|
+
%\end{bottomstuff}
|
|
73
|
+
|
|
74
|
+
\maketitle
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
% v2-acmlarge-sample.tex, dated March 6 2012
|
|
2
|
+
% This is a sample file for ACM large trim journals
|
|
3
|
+
%
|
|
4
|
+
% Compilation using 'acmlarge.cls' - version 1.3, Aptara Inc.
|
|
5
|
+
% (c) 2011 Association for Computing Machinery (ACM)
|
|
6
|
+
%
|
|
7
|
+
% Questions/Suggestions/Feedback should be addressed to => "acmtexsupport@aptaracorp.com".
|
|
8
|
+
% Users can also go through the FAQs available on the journal's submission webpage.
|
|
9
|
+
%
|
|
10
|
+
% Steps to compile: latex, bibtex, latex latex
|
|
11
|
+
%
|
|
12
|
+
\documentclass[prodmode,acmtap]{acmlarge}
|
|
13
|
+
|
|
14
|
+
% Metadata Information
|
|
15
|
+
\acmVolume{2}
|
|
16
|
+
\acmNumber{3}
|
|
17
|
+
\acmArticle{1}
|
|
18
|
+
\articleSeq{1}
|
|
19
|
+
\acmYear{2010}
|
|
20
|
+
\acmMonth{5}
|
|
21
|
+
|
|
22
|
+
% Package to generate and customize Algorithm as per ACM style
|
|
23
|
+
\usepackage[ruled]{algorithm2e}
|
|
24
|
+
\SetAlFnt{\algofont}
|
|
25
|
+
\SetAlCapFnt{\algofont}
|
|
26
|
+
\SetAlCapNameFnt{\algofont}
|
|
27
|
+
\SetAlCapHSkip{0pt}
|
|
28
|
+
\IncMargin{-\parindent}
|
|
29
|
+
\renewcommand{\algorithmcfname}{ALGORITHM}
|
|
30
|
+
|
|
31
|
+
<%=@default_packages%>
|
|
32
|
+
|
|
33
|
+
% Page heads
|
|
34
|
+
\markboth{D. Pineo, C. Ware and S. Fogarty}{Neural Modeling of Flow Rendering Effectiveness}
|
|
35
|
+
|
|
36
|
+
% Title portion
|
|
37
|
+
\title{<%=@long_title%>}
|
|
38
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
39
|
+
<%= @alternative_author_string %>
|
|
40
|
+
<% else %>
|
|
41
|
+
\author{<%=@first_author%>\affil{<%=@first_affiliation%>}<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %> <%=@coauthor_list[i]%>\affil{<%=@coauthor_affiliations[i]%>}<% end %><% end %>}
|
|
42
|
+
<% end %>
|
|
43
|
+
% NOTE! Affiliations placed here should be for the institution where the
|
|
44
|
+
% BULK of the research was done. If the author has gone to a new
|
|
45
|
+
% institution, before publication, the (above) affiliation should NOT be changed.
|
|
46
|
+
% The authors 'current' address may be given in the "Author's addresses:" block (below).
|
|
47
|
+
% So for example, Mr. Fogarty, the bulk of the research was done at UIUC, and he is
|
|
48
|
+
% currently affiliated with NASA.
|
|
49
|
+
|
|
50
|
+
<%= @abstract_begin_end %>
|
|
51
|
+
|
|
52
|
+
<%=@header%>
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
%\category{H.5.2}{Information Interfaces and Presentation}{User
|
|
56
|
+
%Interfaces}[Evaluation/\break methodology]
|
|
57
|
+
%\category{H.1.2}{Models and Principles}{User/Machine Systems}[Human Information Processing]
|
|
58
|
+
%\category{I.5.1}{Pattern\break Recognition}{Models}[Neural Nets]
|
|
59
|
+
|
|
60
|
+
%\terms{Human Factors}
|
|
61
|
+
%\keywords{Contour perception, flow visualization, perceptual theory, visual cortex, visualization}
|
|
62
|
+
|
|
63
|
+
%\acmformat{Daniel Pineo, Colin Ware, and Sean Fogarty. 2010. Neural Modeling of Flow Rendering Effectiveness.}
|
|
64
|
+
% At a minimum you need to supply the author names, year and a title.
|
|
65
|
+
% IMPORTANT:
|
|
66
|
+
% Full first names whenever they are known, surname last, followed by a period.
|
|
67
|
+
% In the case of two authors, 'and' is placed between them.
|
|
68
|
+
% In the case of three or more authors, the serial comma is used, that is, all author names
|
|
69
|
+
% except the last one but including the penultimate author's name are followed by a comma,
|
|
70
|
+
% and then 'and' is placed before the final author's name.
|
|
71
|
+
% If only first and middle initials are known, then each initial
|
|
72
|
+
% is followed by a period and they are separated by a space.
|
|
73
|
+
% The remaining information (journal title, volume, article number, date, etc.) is 'auto-generated'.
|
|
74
|
+
|
|
75
|
+
\begin{document}
|
|
76
|
+
|
|
77
|
+
%\begin{bottomstuff}
|
|
78
|
+
%\end{bottomstuff}
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
\maketitle
|
|
82
|
+
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
% This is "sig-alternate.tex" V2.0 May 2012
|
|
2
|
+
% This file should be compiled with V2.5 of "sig-alternate.cls" May 2012
|
|
3
|
+
%
|
|
4
|
+
% This example file demonstrates the use of the 'sig-alternate.cls'
|
|
5
|
+
% V2.5 LaTeX2e document class file. It is for those submitting
|
|
6
|
+
% articles to ACM Conference Proceedings WHO DO NOT WISH TO
|
|
7
|
+
% STRICTLY ADHERE TO THE SIGS (PUBS-BOARD-ENDORSED) STYLE.
|
|
8
|
+
% The 'sig-alternate.cls' file will produce a similar-looking,
|
|
9
|
+
% albeit, 'tighter' paper resulting in, invariably, fewer pages.
|
|
10
|
+
%
|
|
11
|
+
% ----------------------------------------------------------------------------------------------------------------
|
|
12
|
+
% This .tex file (and associated .cls V2.5) produces:
|
|
13
|
+
% 1) The Permission Statement
|
|
14
|
+
% 2) The Conference (location) Info information
|
|
15
|
+
% 3) The Copyright Line with ACM data
|
|
16
|
+
% 4) NO page numbers
|
|
17
|
+
%
|
|
18
|
+
% as against the acm_proc_article-sp.cls file which
|
|
19
|
+
% DOES NOT produce 1) thru' 3) above.
|
|
20
|
+
%
|
|
21
|
+
% Using 'sig-alternate.cls' you have control, however, from within
|
|
22
|
+
% the source .tex file, over both the CopyrightYear
|
|
23
|
+
% (defaulted to 200X) and the ACM Copyright Data
|
|
24
|
+
% (defaulted to X-XXXXX-XX-X/XX/XX).
|
|
25
|
+
% e.g.
|
|
26
|
+
% \CopyrightYear{2007} will cause 2007 to appear in the copyright line.
|
|
27
|
+
% \crdata{0-12345-67-8/90/12} will cause 0-12345-67-8/90/12 to appear in the copyright line.
|
|
28
|
+
%
|
|
29
|
+
% ---------------------------------------------------------------------------------------------------------------
|
|
30
|
+
% This .tex source is an example which *does* use
|
|
31
|
+
% the .bib file (from which the .bbl file % is produced).
|
|
32
|
+
% REMEMBER HOWEVER: After having produced the .bbl file,
|
|
33
|
+
% and prior to final submission, you *NEED* to 'insert'
|
|
34
|
+
% your .bbl file into your source .tex file so as to provide
|
|
35
|
+
% ONE 'self-contained' source file.
|
|
36
|
+
%
|
|
37
|
+
% ================= IF YOU HAVE QUESTIONS =======================
|
|
38
|
+
% Questions regarding the SIGS styles, SIGS policies and
|
|
39
|
+
% procedures, Conferences etc. should be sent to
|
|
40
|
+
% Adrienne Griscti (griscti@acm.org)
|
|
41
|
+
%
|
|
42
|
+
% Technical questions _only_ to
|
|
43
|
+
% Gerald Murray (murray@hq.acm.org)
|
|
44
|
+
% ===============================================================
|
|
45
|
+
%
|
|
46
|
+
% For tracking purposes - this is V2.0 - May 2012
|
|
47
|
+
|
|
48
|
+
\documentclass{sig-alternate}
|
|
49
|
+
|
|
50
|
+
<%=@default_packages%>
|
|
51
|
+
<%=@header%>
|
|
52
|
+
|
|
53
|
+
\begin{document}
|
|
54
|
+
%
|
|
55
|
+
% --- Author Metadata here ---
|
|
56
|
+
%\conferenceinfo{WOODSTOCK}{'97 El Paso, Texas USA}
|
|
57
|
+
%\CopyrightYear{2007} % Allows default copyright year (20XX) to be over-ridden - IF NEED BE.
|
|
58
|
+
%\crdata{0-12345-67-8/90/01} % Allows default copyright data (0-89791-88-6/97/05) to be over-ridden - IF NEED BE.
|
|
59
|
+
% --- End of Author Metadata ---
|
|
60
|
+
|
|
61
|
+
\title{<%=@long_title%>}
|
|
62
|
+
|
|
63
|
+
%
|
|
64
|
+
% You need the command \numberofauthors to handle the 'placement
|
|
65
|
+
% and alignment' of the authors beneath the title.
|
|
66
|
+
%
|
|
67
|
+
% For aesthetic reasons, we recommend 'three authors at a time'
|
|
68
|
+
% i.e. three 'name/affiliation blocks' be placed beneath the title.
|
|
69
|
+
%
|
|
70
|
+
% NOTE: You are NOT restricted in how many 'rows' of
|
|
71
|
+
% "name/affiliations" may appear. We just ask that you restrict
|
|
72
|
+
% the number of 'columns' to three.
|
|
73
|
+
%
|
|
74
|
+
% Because of the available 'opening page real-estate'
|
|
75
|
+
% we ask you to refrain from putting more than six authors
|
|
76
|
+
% (two rows with three columns) beneath the article title.
|
|
77
|
+
% More than six makes the first-page appear very cluttered indeed.
|
|
78
|
+
%
|
|
79
|
+
% Use the \alignauthor commands to handle the names
|
|
80
|
+
% and affiliations for an 'aesthetic maximum' of six authors.
|
|
81
|
+
% Add names, affiliations, addresses for
|
|
82
|
+
% the seventh etc. author(s) as the argument for the
|
|
83
|
+
% \additionalauthors command.
|
|
84
|
+
% These 'additional authors' will be output/set for you
|
|
85
|
+
% without further effort on your part as the last section in
|
|
86
|
+
% the body of your article BEFORE References or any Appendices.
|
|
87
|
+
|
|
88
|
+
<% if !@alternative_author_string.to_s.empty? %>
|
|
89
|
+
<%= @alternative_author_string %>
|
|
90
|
+
<% else %>
|
|
91
|
+
\numberofauthors{<%= @coauthor_list.to_a.length + 1%>}
|
|
92
|
+
\author{
|
|
93
|
+
\alignauthor <%=@first_author%>\\
|
|
94
|
+
\affaddr{<%=@first_affiliation%>}\\<% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>
|
|
95
|
+
\alignauthor <%=@coauthor_list[i]%>\\
|
|
96
|
+
\affaddr{<%=@coauthor_affiliations[i]%>}\\ <% end %><% end %>
|
|
97
|
+
}
|
|
98
|
+
<% end %>
|
|
99
|
+
|
|
100
|
+
\maketitle
|
|
101
|
+
|
|
102
|
+
<%= @abstract_begin_end %>
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
% A category with the (minimum) three required fields
|
|
106
|
+
%\category{H.4}{Information Systems Applications}{Miscellaneous}
|
|
107
|
+
%A category including the fourth, optional field follows...
|
|
108
|
+
%\category{D.2.8}{Software Engineering}{Metrics}[complexity measures, performance measures]
|
|
109
|
+
|
|
110
|
+
%\terms{Theory}
|
|
111
|
+
|
|
112
|
+
%\keywords{ACM proceedings, \LaTeX, text tagging}
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|