summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tui/example/ch03.tex
blob: e474891e1927427b2279b4bcc756dcdc31d49ca8 (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
% !TEX root = main.tex
% !TEX encoding = Windows Latin 1
% !TEX TS-program = pdflatex
% 
% Archivo: ch03.tex (Capitulo 3)

\chapter{This Is My Third Chapter bla bla bla bla bla bla bla bla}
\section{This Is My First Section bla bla bla bla bla bla bla bla bla bla bla bla }
\noindent
First sentence.\footnote{And this is my first footnote. And this is my first footnote. And this is my first footnote. And this is my first footnote. And this is my first footnote. And this is my first footnote. And this is my first footnote. And this is my first footnote. And this is my first footnote. And this is my first footnote. And this is my first footnote. And this is my first footnote. And this is my first footnote. And this is my first footnote. And this is my first footnote.}\index{Concepto}

\subsection{This Is My First Subsection}
\noindent
\input{lipsum.tex}\cite{texbook} 

\input{lipsum}

\input{lipsum}

\input{lipsum}

\subsubsection{This Is My First Subsubsection}
\noindent
\input{lipsum.tex}\cite{texbook}

\input{lipsum}

\input{lipsum}

\input{lipsum}

\section{This Is My Second Section}
\noindent
\input{lipsum.tex}\footnote{See also \cite{Aup91,Dou72,Hal82}.}


\input{lipsum}

\input{lipsum}

\input{lipsum}

\begin{table}[h]
  \begin{center}
\begin{tabular}{|r|l|}
  \hline
  7C0 & hexadecimal \\
  3700 & octal \\ \cline{2-2}
  11111000000 & binary \\
  \hline \hline
  1984 & decimal \\
  \hline
\end{tabular}
\caption{This is my first table}
\end{center}
\end{table}

\section{This Is My Third Section}
\noindent
\input{lipsum.tex}
\begin{figure}[h]
  \begin{center}
    \includegraphics{imagen}
    \caption{This is my first figure}
  \end{center}
\end{figure}


\input{lipsum}

\begin{figure}[h]
  \begin{center}
    \includegraphics{imagen}
    \caption{This is my second figure}
  \end{center}
\end{figure}

\input{lipsum}

\input{lipsum}

\input{lipsum}

\input{lipsum}

\input{lipsum}

% Fin archivo ch03.tex
\endinput