summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/articleingud/template.tex
blob: a592755a51d7c4afe40cd37611b8ccaed1615728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
%%
%% This is file `template.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% articleingud.dtx  (with options: `tmple')
%% 
%% -------------------------------------------------------------------
%%                           LICENSE
%% -------------------------------------------------------------------
%% 
%% This is a generated file.
%% 
%% Copyright (C) 2012 by Omar Salazar Morales
%% osalazarm@correo.udistrital.edu.co
%% Laboratory for Automation and Computational Intelligence
%% Engineering Department
%% Universidad Distrital ``Francisco José de Caldas''
%% Bogotá, Colombia
%% http://www.udistrital.edu.co/
%% 
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.2 of this license or (at your option) any later
%% version. The latest version of this license is in:
%% http://www.latex-project.org/lppl.txt
%% and version 1.2 or later is part of all distributions of
%% LaTeX version 1999/12/01 or later.
%% 
%% This work has the LPPL maintenance status `maintained'.
%% 
%% The Current Maintainer of this work is Omar Salazar Morales.
%% 
%% This work consists of the source files:
%%  - articleingud.dtx (documented LaTeX file)
%%  - articleingud.ins (installer)
%% 
\documentclass[ingudpaper]{articleingud}
%%----------------------------------------------------------
%%                OPTIONS
%%----------------------------------------------------------
%% Use the following options in
%% \documentclass[<options>]{articleingud}
%%
%%  -- Point size:  10pt (default),
%%                  11pt,
%%                  12pt
%%  -- Paper size:  letterpaper (default),
%%                  a4paper,
%%                  a5paper,
%%                  b5paper,
%%                  ingudpaper,
%%                  legalpaper,
%%                  executivepaper
%%  -- Orientation: portrait (default)
%%                  landscape
%%  -- Print size:  oneside (default),
%%                  twoside
%%  -- Quality:     final (default),
%%                  draft
%%  -- Columns:     onecolumn (default),
%%                  twocolumn
%%  -- peer review: peerreview
%%  -- Position of the author's column (left is the default):
%%                  rightcolauthor (right)
%%  -- Equation numbering (equation numbers on
%%                         the right is the default):
%%                  leqno
%%  -- Displayed equations (centered is the default):
%%                  fleqn (equations start at the same
%%                         distance from the right side)
%%  -- Open bibliography style (closed is the default):
%%                  openbib
%%----------------------------------------------------------
%%           PREAMBLE
%%----------------------------------------------------------
%%
%%   ...Here you can load packages with \usepackage
%%      and make (re)definitions with
%%      \newcommand, \renewcommand, \newenvironment,
%%      \renewenvironment, etc, ...
%%
%%----------------- PACKAGES -------------------------------
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[tight,footnotesize]{subfigure}
\usepackage{cite}
%%----------------- (RE)DEFINITIONS------------------------
%%----------------------------------------------------------
%%           DOCUMENT
%%----------------------------------------------------------
\begin{document}
%%----------------------------------------------------------
%%       PAPER'S INFORMATION
%%----------------------------------------------------------
\title
  [Short title]%<-- Optional argument (running head title)
  {Main title}%<-- Mandatory argument
  {Secondary tile}%<-- Mandatory argument
\author
  [Author 1\and%<-- Each author should be separated with \and
   Author 2\and
   ...
   Author n]%<-- Optional argument (running head authors)
  {\textbf{\normalsize Author 1}\thanks{Affiliation 1}\and
   \textbf{\normalsize Author 2}\thanks{Affiliation 2}\and
    ...
   \textbf{\normalsize Author n}\thanks{Affiliation n}}%<-- Mandatory
\date
  {Received: dd-mm-yyyy\\
   Modified: dd-mm-yyyy\\
   Accepted: dd-mm-yyyy}%<-- Mandatory argument
\INGUDsetciteinfo
  {Cite: Author 1, Author 2,..., Author n. (20XX).
         Main title.
         In: Ingenier\'{\i}a, Vol. WW, No. XX, pp. YY--ZZ}%<-- Cite
\INGUDsetvolume
  {1}%<-- Volume of the review (only the number)
\INGUDsetnumber
  {1}%<-- Number of the review (only the number)
\INGUDsetinitialpage
  {1}%<-- Initial page of the paper (only the number)
\maketitle%<-- It should be finished with \endmaketitle
%%----------------------------------------------------------
%%                ABSTRACT
%%----------------------------------------------------------
\begin{abstract}
   ...The abstract of your paper goes here...
\end{abstract}
%%----------------------------------------------------------
%%                KEY WORDS
%%----------------------------------------------------------
\begin{INGUDkeywords}
   ...List of key words...
\end{INGUDkeywords}
%%----------------------------------------------------------
%%                RESUMEN
%%----------------------------------------------------------
\renewcommand{\abstractname}{Resumen}
\begin{abstract}
   ...El resumen del art\'{\i}culo va aqu\'{\i}...
\end{abstract}
%%----------------------------------------------------------
%%                PALABRAS CLAVES
%%----------------------------------------------------------
\renewcommand{\INGUDkeywordsname}{Palabras claves}
\begin{INGUDkeywords}
   ...Lista de palabras claves...
\end{INGUDkeywords}
%% Note: if TeX breaks the page in the middle of a paragraph, please use
%% '\parfillskip=0pt\par\endmaketitle\noindent',
%% otherwise '\endmaketitle'
\endmaketitle%<-- Needed. This command finishes \maketitle and begins a new page
%%----------------------------------------------------------
%%                INTRODUCTION
%%----------------------------------------------------------
\section{Introduction}
   ...Introduction of your paper...
%%
%%   ...Put here additional sections as you need...
%%
\section{Final section}
   ...Final section of your paper...
%%----------------------------------------------------------
%%                CONCLUSIONS
%%----------------------------------------------------------
\section{Conclusions}
   ..Conclusions of your paper...
%%----------------------------------------------------------
%%                APPENDIXES
%%----------------------------------------------------------
\appendix%<-- Begin of appendixes
\section{First appendix}
   ...Text of first appendix...
\section{Second appendix}
   ...Text of second appendix...
%%
%%   ...Put here additional appendixes as you need...
%%
\section{Final appendix}
   ...Text of final appendix...
%%----------------------------------------------------------
%%                ACKNOWLEDGMENTS
%%----------------------------------------------------------
\section*{Acknowledgment}%<-- It should be used \section*
   ...Acknowledgment of your paper...
%%----------------------------------------------------------
%%                REFERENCES
%%----------------------------------------------------------
\bibliography{ref}%<-- bibliography's file (*.bib).
                  % This bibligraphy should be
                  % prepared by BibTeX.
                  % You can specify more *.bib files.
                  % ref.bib should be into the same
                  % directory of your source file
\bibliographystyle{plain}%<-- Style's file (*.bst).
%%----------------------------------------------------------
%%                BIOGRAPHIES
%%----------------------------------------------------------
\begin{biography}%
%%[{\includegraphics[width=1in]{photograph}}]%<-- author's photograph
                                            % Uncomment if
                                            % you need a photograph
{Name of author 1}%<-- Name of author 1
   ...Biography of author 1...
\end{biography}
\begin{biography}%
%%[{\includegraphics[width=1in]{photograph}}]%<-- author's photograph
                                            % Uncomment if
                                            % you need a photograph
{Name of author 2}%<-- Name of author 2
   ...Biography of author 2...
\end{biography}
%%
%%   ...Here you can specify more biographies...
%%
\begin{biography}%
%%[{\includegraphics[width=1in]{photograph}}]%<-- author's photograph
                                            % Uncomment if
                                            % you need a photograph
{Name of author n}%<-- Name of author n
   ...Biography of author n...
\end{biography}
\end{document}