|
1
2
3
4
5
|
\documentclass[twoside]{book}
% Packages required by doxygen
\usepackage{calc}
\usepackage{doxygen}
|
|
6
|
\usepackage{graphicx}
|
|
7
8
|
\usepackage[utf8]{inputenc}
\usepackage{makeidx}
|
|
9
|
\usepackage{multicol}
|
|
10
|
\usepackage{multirow}
|
|
11
|
\usepackage{textcomp}
|
|
12
13
14
|
\usepackage[table]{xcolor}
% NLS support packages
|
|
15
|
\usepackage[spanish]{babel}
|
|
16
17
|
% Font selection
\usepackage[T1]{fontenc}
|
|
18
19
20
21
|
\usepackage{mathptmx}
\usepackage[scaled=.90]{helvet}
\usepackage{courier}
\usepackage{amssymb}
|
|
22
|
\usepackage{sectsty}
|
|
23
|
\renewcommand{\familydefault}{\sfdefault}
|
|
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
\allsectionsfont{%
\fontseries{bc}\selectfont%
\color{darkgray}%
}
\renewcommand{\DoxyLabelFont}{%
\fontseries{bc}\selectfont%
\color{darkgray}%
}
% Page & text layout
\usepackage{geometry}
\geometry{%
a4paper,%
top=2.5cm,%
bottom=2.5cm,%
left=2.5cm,%
right=2.5cm%
}
\tolerance=750
|
|
43
44
|
\hfuzz=15pt
\hbadness=750
|
|
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
|
\setlength{\emergencystretch}{15pt}
\setlength{\parindent}{0cm}
\setlength{\parskip}{0.2cm}
\makeatletter
\renewcommand{\paragraph}{%
\@startsection{paragraph}{4}{0ex}{-1.0ex}{1.0ex}{%
\normalfont\normalsize\bfseries\SS@parafont%
}%
}
\renewcommand{\subparagraph}{%
\@startsection{subparagraph}{5}{0ex}{-1.0ex}{1.0ex}{%
\normalfont\normalsize\bfseries\SS@subparafont%
}%
}
\makeatother
% Headers & footers
\usepackage{fancyhdr}
\pagestyle{fancyplain}
\fancyhead[LE]{\fancyplain{}{\bfseries\thepage}}
\fancyhead[CE]{\fancyplain{}{}}
\fancyhead[RE]{\fancyplain{}{\bfseries\leftmark}}
\fancyhead[LO]{\fancyplain{}{\bfseries\rightmark}}
\fancyhead[CO]{\fancyplain{}{}}
\fancyhead[RO]{\fancyplain{}{\bfseries\thepage}}
\fancyfoot[LE]{\fancyplain{}{}}
\fancyfoot[CE]{\fancyplain{}{}}
\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize Generado el Sábado, 7 de Diciembre de 2013 03:17:07 para Socket por Doxygen }}
\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Generado el Sábado, 7 de Diciembre de 2013 03:17:07 para Socket por Doxygen }}
\fancyfoot[CO]{\fancyplain{}{}}
\fancyfoot[RO]{\fancyplain{}{}}
\renewcommand{\footrulewidth}{0.4pt}
\renewcommand{\chaptermark}[1]{%
\markboth{#1}{}%
}
\renewcommand{\sectionmark}[1]{%
\markright{\thesection\ #1}%
}
% Indices & bibliography
\usepackage{natbib}
\usepackage[titles]{tocloft}
\setcounter{tocdepth}{3}
\setcounter{secnumdepth}{5}
\makeindex
% Hyperlinks (required, but should be loaded last)
\usepackage{ifpdf}
\ifpdf
\usepackage[pdftex,pagebackref=true]{hyperref}
\else
\usepackage[ps2pdf,pagebackref=true]{hyperref}
\fi
\hypersetup{%
colorlinks=true,%
linkcolor=blue,%
citecolor=blue,%
unicode%
}
% Custom commands
\newcommand{\clearemptydoublepage}{%
\newpage{\pagestyle{empty}\cleardoublepage}%
}
%===== C O N T E N T S =====
|
|
113
|
\begin{document}
|
|
114
115
116
117
|
% Titlepage & ToC
\hypersetup{pageanchor=false}
\pagenumbering{roman}
|
|
118
119
|
\begin{titlepage}
\vspace*{7cm}
|
|
120
|
\begin{center}%
|
|
121
122
|
{\Large Socket }\\
\vspace*{1cm}
|
|
123
|
{\large Generado por Doxygen 1.8.4}\\
|
|
124
|
\vspace*{0.5cm}
|
|
125
|
{\small Sábado, 7 de Diciembre de 2013 03:17:07}\\
|
|
126
127
128
129
130
131
|
\end{center}
\end{titlepage}
\clearemptydoublepage
\tableofcontents
\clearemptydoublepage
\pagenumbering{arabic}
|
|
132
133
134
|
\hypersetup{pageanchor=true}
%--- Begin generated contents ---
|
|
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
|
\chapter{Página principal}
\label{index}\hypertarget{index}{}\input{index}
\chapter{Client}
\label{client_code}
\hypertarget{client_code}{}
\input{client_code}
\chapter{H\-O\-W\-T\-O}
\label{howto}
\hypertarget{howto}{}
\input{howto}
\chapter{Índice de clases}
\input{annotated}
\chapter{Indice de archivos}
\input{files}
\chapter{Documentación de las clases}
\input{class_server}
\input{class_socket}
\input{class_socket_exception}
\input{structthread__args}
\chapter{Documentación de archivos}
\input{client_8cpp}
\input{client_8dox}
\input{howto_8dox}
\input{server_8h}
\input{_socket_8h}
\input{_socket_exception_8h}
\input{mainpage_8dox}
\input{makefile_8dox}
\input{_socket_8cpp}
|
|
164
165
166
167
168
|
%--- End generated contents ---
% Index
\newpage
\phantomsection
|
|
169
170
|
\addcontentsline{toc}{part}{Índice}
\printindex
|
|
171
|
|
|
172
|
\end{document}
|