summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/spanish/lshort-spanish/ldesc2e.tex
blob: e5dbc465440ff031490f633776210d18c1e98817 (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
% ldesc2e.tex - Una Descripción de LaTeX2e   
%                                         de Tom'as Bautista
%                                      bautista@cma.ulpgc.es
%
%                         basado en LSHORT2e.TEX, ETH 1995 y
%                     LKURZ.TEX Univ. Graz & TU Wien, 1987
%-----------------------------------------------------------------------
%
% Para compilar ldesc2e se necesita TeX 3.x, LaTeX2e y makeindex
%
% Los ficheros necesarios para este documento son:
%      ldesc2e.tex (este fichero),
%      titulo.tex, contrib.tex, biblio.tex, prefacio.tex,
%      cosas.tex, composc.tex, matem.tex, ldsim.tex, spec.tex,
%      ldesc2e.sty, fancyhdr.sty
%
% Adem'as se necesitan los estilos verbatim.sty y layout.sty 
% de las herramientas de la distribuci'on de LaTeX.
%
% Tambi'en es necesario tener instalado el sistema babel de
% J.L. Braams.
%%
% Para imprimir los s'imbolos de la AMS se necesitan los tipos de AMS
% y los paquetes amsfonts, eufrak y eucal de AMS LaTeX 1.2.
%
% ---------------------------------------------------------------------
\ifx\pdfoutput\undefined % We're not running pdftex
\documentclass[11pt,a4paper,twoside]{book}
\else
\documentclass[pdftex,11pt,a4paper,twoside]{book}
\fi
\usepackage[spanish]{layout}
\usepackage{makeidx,ldesc2e,shortvrb,latexsym}
% \usepackage{amsmath} % <-- Da problemas con la babel 3.6
\usepackage[spanish,activeacute]{babel}
% ¿Estamos con pdftex ?
\ifx\pdfoutput\undefined % No estamos con pdftex
\else
\RequirePackage[colorlinks,hyperindex]{hyperref}
\def\pdfBorderAttrs{/Border [0 0 0] } % Ning'un borde a los links
\fi
%
% This document is ``public domain''. It may be printed and
% distributed free of charge in its original form (including the
% list of authors). If it is changed or if parts of it are used
% within another document, then the author list must include
% all the original authors AND that author (those authors) who
% has (have) made the changes.
%
% Original Copyright H.Partl, E.Schlegl, and I.Hyna (1987).
% English Version Copyright by Tobias Oetiker (1994,1995).
% Spanish Version Copyright by Tom\'as Bautista (1995,1996,1998).
% 
% ---------------------------------------------------------------------
%
%
% Tambi'en se puede componer con la opci'on \textt{letterpaper}, pero
% los cambios de p'agina podr'ian quedar peor.
%
% Para producir un manual en formato DIN A5, 'usese una herramienta
% como pstops o dvitodvi, y realice los ajustes necesarios para seguir
% el orden. La mayor'ia de los drivers de dvi para impresoras pueden
% imprimir este resultado en folios DIN A4.
%
\makeindex
\typeout{Copyright T. Bautista, T.Oetiker, H.Partl, E.Schlegl, I.Hyna}
 
\begin{document}
\frontmatter
\include{titulo}
\include{contrib}
\include{prefacio}
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\include{cosas}
\include{composc}
\include{matem} 
\include{ldsim}
\include{especs}
\backmatter
\include{biblio}
\ifx\pdfoutput\undefined % No estamos corriendo pdftex
\else
\pdfbookmark{Indice de Materias}{Indice de Materias}
\fi
\addcontentsline{toc}{chapter}{\numberline{}\indexname}
\printindex
\end{document}