|
LaTeX |
||||
|
||||
Inicio 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
Título, índice, secciones,...,bibliografía Este documento es de clase Para el documento LaTeX de este manual, se usó la siguienet plantilla:
\documentclass[letterpaper]{report}
\setlength{\textheight}{21cm}
\setlength{\textwidth}{17cm}
\setlength{\oddsidemargin}{0cm}
\setlength{\topmargin}{-1cm}
\setlength{\columnsep}{7mm}
\setlength{\parindent}{0mm}
\setlength{\parskip}{2.5mm}
\pagestyle{myheadings}
\usepackage[latin1]{inputenc} % Caracteres con acentos.
\usepackage[spanish]{babel} % Títulos en español
\usepackage{latexsym} % Símbolos
\usepackage[dvips]{graphicx} %Soporte de gráficos
\usepackage{multicol} %Texto a doble columna
\usepackage{theorem} %Permite hacerle algunos ajustes a los teoremas
\usepackage{wrapfig} %Inclusión de gráficos al lado de texto
\usepackage[rflt]{floatflt} %Para meter figuras flotantes entre el texto
\DeclareGraphicsRule{.wmf}{bmp}{}{}
\setlength{\theorempreskipamount}{7mm}
\setlength{\theorempostskipamount}{7mm}
\theoremstyle{break}
\theorembodyfont{\normalfont}
\theoremheaderfont{\scshape\large}
\newtheorem{ejemplo}{Ejemplo} %"newtheorem" los veremos más adelante
\newtheorem{definicion}{Definición}
{\theoremstyle{plain} \newtheorem{defi}{Definición}}
\usepackage{amssymb} %Soporte para símbolos y fondos matemáticos, en particular R,Z,Q,C...
\newcommand{\R}{\mathbb{R}} % "newcommand" los veremos más adelante.
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\id}{1\!\!l}
\newcommand{\vn}[1]{\mathbf{#1}}
\newcommand{\Mat}[1]{ {\displaystyle #1 } }
\newcommand{\bc}{ \begin{center} }
\newcommand{\ec}{ \end{center} }
\newcommand{\sen}{ \mbox{sen} }
\newcommand{\MP}[2]{ \begin{minipage}{7.8cm}
#1 \end{minipage}
\hfill \begin{minipage}{7.8cm}
#2 \end{minipage}
}
\newcommand{\benu}{\begin{enumerate}}
\newcommand{\eenu}{\end{enumerate}}
\newcommand{\limite}[3]{\lim_{ #1 \rightarrow #2} #3 }
\title{
\includegraphics[0cm,0cm][10.5cm,3.28cm]{gifHead.bmp}
}
\author{ {\sl Walter Mora F. }\\
{\sl Alexander Borbón A. }\\
{\small \em Instituto Tecnológico de Costa Rica}\\
{\small \em Escuela de Matemática}\\
{\small \em Enseñanza de la Matemática Asistida por Computadora}
}
\date{2005}
\begin{document}
\maketitle
\tableofcontents
\chapter{\LaTeX}
\section{?`Qué es \LaTeX ?}
...
\subsection{Preámbulo}
...
\subsubsection{Título}
...
\begin{thebibliography}{99}
\bibitem{} Hahn, J.``\LaTeX $\,$ for eveyone''. Prentice Hall, New Jersey, 1993.
...
\end{thebibliography}
\end{document}
Bibliografía Como se ve en la plantilla anterior, En el texto uno puede hacer referencia a algún item de la bibliiografía. Para hacer esto, le ponemos una etiqueta al item, digamos:
\begin{thebibliography}{99}
\bibitem{Hahn} Hahn, J.``\LaTeX $\,$ for eveyone''. Prentice Hall, New Jersey, 1993.
\end{thebibliography}
Entonces podemos hacer referencia a este libro en el texto así: Esto produce: En [1] se pueden ver los aspectos relativos al "Picture Environment".
Cidse
- Revista
virtual Matemática, Educación e Internet - ITCR
|