diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-20 01:09:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-20 01:09:25 +0000 |
commit | be36daf1ff08dd6f8c4ca39d25e3b6c74eae2bb9 (patch) | |
tree | 6a99571973a069e45fd367aae9c31698fdb71774 /Master/texmf-dist/doc/latex/articleingud | |
parent | b2c83036fa4b19847dadd3e0c34560ede262a99c (diff) |
articleingud (19nov12)
git-svn-id: svn://tug.org/texlive/trunk@28302 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/articleingud')
-rwxr-xr-x | Master/texmf-dist/doc/latex/articleingud/README | 4 | ||||
-rwxr-xr-x | Master/texmf-dist/doc/latex/articleingud/articleingud.pdf | bin | 296571 -> 463393 bytes | |||
-rwxr-xr-x | Master/texmf-dist/doc/latex/articleingud/plantilla.tex | 10 | ||||
-rwxr-xr-x | Master/texmf-dist/doc/latex/articleingud/template.tex | 10 |
4 files changed, 20 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/articleingud/README b/Master/texmf-dist/doc/latex/articleingud/README index 3ee6390e5d7..d78703bf4db 100755 --- a/Master/texmf-dist/doc/latex/articleingud/README +++ b/Master/texmf-dist/doc/latex/articleingud/README @@ -15,6 +15,10 @@ This folder contains the following files: -- plantilla.tex (a template in Spanish) -- readme (this file) +VERSION +======= +0.2 + LICENSE ======= diff --git a/Master/texmf-dist/doc/latex/articleingud/articleingud.pdf b/Master/texmf-dist/doc/latex/articleingud/articleingud.pdf Binary files differindex 28d400b5ab9..97d8c494c25 100755 --- a/Master/texmf-dist/doc/latex/articleingud/articleingud.pdf +++ b/Master/texmf-dist/doc/latex/articleingud/articleingud.pdf diff --git a/Master/texmf-dist/doc/latex/articleingud/plantilla.tex b/Master/texmf-dist/doc/latex/articleingud/plantilla.tex index 1a745434ea9..115ee4892fc 100755 --- a/Master/texmf-dist/doc/latex/articleingud/plantilla.tex +++ b/Master/texmf-dist/doc/latex/articleingud/plantilla.tex @@ -36,7 +36,7 @@ %% - articleingud.dtx (archivo LaTeX documentado) %% - articleingud.ins (instalador) %% -\documentclass{articleingud} +\documentclass[ingudpaper]{articleingud} %%---------------------------------------------------------- %% OPCIONES %%---------------------------------------------------------- @@ -50,6 +50,7 @@ %% a4paper, %% a5paper, %% b5paper, +%% ingudpaper, %% legalpaper, %% executivepaper %% -- Orientación: portrait (valor por defecto) @@ -61,6 +62,8 @@ %% -- Columnas: onecolumn (valor por defecto), %% twocolumn %% -- Revisión por pares: peerreview +%% -- Ubicación columna de información de autores (por defecto a la izquierda): +%% rightcolauthor (a la derecha) %% -- Numeración de ecuaciones (numeración por defecto a la derecha): %% leqno (numeración a la izquierda) %% -- Justificación de ecuaciones (por defecto se centran): @@ -152,7 +155,10 @@ \begin{INGUDkeywords} ...List of key words... \end{INGUDkeywords} -\endmaketitle%<-- Necesario. Finaliza \maketitle +%% Nota: Si TeX rompe la página en medio de un párrafo usar: +%% '\parfillskip=0pt\par\endmaketitle\noindent', +%% en otro caso '\endmaketitle' +\endmaketitle%<-- Necesario. Finaliza \maketitle e inicia nueva página. %%---------------------------------------------------------- %% INTRODUCCIÓN %%---------------------------------------------------------- diff --git a/Master/texmf-dist/doc/latex/articleingud/template.tex b/Master/texmf-dist/doc/latex/articleingud/template.tex index 43d3261622f..a592755a51d 100755 --- a/Master/texmf-dist/doc/latex/articleingud/template.tex +++ b/Master/texmf-dist/doc/latex/articleingud/template.tex @@ -36,7 +36,7 @@ %% - articleingud.dtx (documented LaTeX file) %% - articleingud.ins (installer) %% -\documentclass{articleingud} +\documentclass[ingudpaper]{articleingud} %%---------------------------------------------------------- %% OPTIONS %%---------------------------------------------------------- @@ -50,6 +50,7 @@ %% a4paper, %% a5paper, %% b5paper, +%% ingudpaper, %% legalpaper, %% executivepaper %% -- Orientation: portrait (default) @@ -61,6 +62,8 @@ %% -- 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 @@ -147,7 +150,10 @@ \begin{INGUDkeywords} ...Lista de palabras claves... \end{INGUDkeywords} -\endmaketitle%<-- Needed. This command finishes \maketitle +%% 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 %%---------------------------------------------------------- |