domingo, 27 de mayo de 2012

Latex


  • Convert font to Arial
\renewcommand{\rmdefault}{phv} % Arial

\renewcommand{\sfdefault}{phv} % Arial

  • Create a table with 2 columns:

\begin{table}[H]
\begin{center}
    \begin{tabular}{| p{8cm} | p{8cm} |}
    \hline
OBJETIVOS ESPECÍFICOS
&
CUMPLIMIENTO \\ \hline
texto1
& texto2  \ref{ej_tec}.\\
 \hline
  \hline
    \end{tabular}
\end{center}
\caption{Objetivos específicos Vs Cumplimiento, \textit{fuente: Autora}}
\end{table}

[H] -- keep the table at this position
8cm: columns width 
p{} paragraph
caption: table tittle
  • Add a figure
\begin{figure}[H]
\begin{center}
\includegraphics[scale=0.7]{figuras_plan_tesis/roadmapv1}
\par\end{center}
\caption{\label{roadmap1}Roadmap v. 1.0, \textit{fuente: Autora}}
\end{figure}

reference a figure:
./ref{roadmap}
  • Local references between sections
./section ./label{section 1}

./ref{section1}
  • Biblio references
./cite{book1}


./nocite{*} todos los libros o textos del .bib. ver:
http://www.math.uiuc.edu/~hildebr/tex/bibliographies0.html


ICONTEC Template
http://algevox.sourceforge.net/descargas_icontec.php

ANTEPROYECTO-blueprint-Template
http://bochica.org/2008/08/plantilla-de-anteproyecto-de-grado-basada-en-latex/


Wiki-latex
http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions#Caption_Styles


Wiki-tables
http://en.wikibooks.org/wiki/LaTeX/Tables#Resize_tables

cls and sty
http://tug.org/pracjourn/2005-3/asknelly/nelly-sty-&-cls.pdf