diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-12 23:33:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-12 23:33:34 +0000 |
commit | f374f77a9d1f375f121bd4372b20ab5048944b00 (patch) | |
tree | addd3e655508e97770384741cdd0d5e627ac4b98 /Master/texmf-dist/doc/latex/tui/example/ch01.tex | |
parent | eed29dea1f461aeb4daf6e5b965b195444ff9a2e (diff) |
new latex package tui 1.8 (12mar12)
git-svn-id: svn://tug.org/texlive/trunk@25619 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tui/example/ch01.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tui/example/ch01.tex | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tui/example/ch01.tex b/Master/texmf-dist/doc/latex/tui/example/ch01.tex new file mode 100644 index 00000000000..c39883d5bcf --- /dev/null +++ b/Master/texmf-dist/doc/latex/tui/example/ch01.tex @@ -0,0 +1,89 @@ +% !TEX root = main.tex +% !TEX encoding = Windows Latin 1 +% !TEX TS-program = pdflatex +% +% Archivo: ch01.tex (Capitulo 1) + +\chapter{Bhis Is My First Chapter bla bla bla bla bla bla bla bla} +\section{Bhis 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 ch01.tex +\endinput
\ No newline at end of file |