summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tui/example/ch02.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/tui/example/ch02.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/tui/example/ch02.tex')
-rw-r--r--macros/latex/contrib/tui/example/ch02.tex89
1 files changed, 89 insertions, 0 deletions
diff --git a/macros/latex/contrib/tui/example/ch02.tex b/macros/latex/contrib/tui/example/ch02.tex
new file mode 100644
index 0000000000..7956de0137
--- /dev/null
+++ b/macros/latex/contrib/tui/example/ch02.tex
@@ -0,0 +1,89 @@
+% !TEX root = main.tex
+% !TEX encoding = Windows Latin 1
+% !TEX TS-program = pdflatex
+%
+% Archivo: ch02.tex (Capitulo 2)
+
+\chapter{This Is My Second 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 ch02.tex
+\endinput \ No newline at end of file