Skip to content

Commit

Permalink
Version 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Nov 20, 2016
1 parent b675ff8 commit 799ec27
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 43 deletions.
8 changes: 4 additions & 4 deletions ejemplo.tex
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
% Template: Archivo de ejemplo LaTeX
% Versión: 2.2.7 (05/11/2016)
% Versión: 2.2.8 (20/11/2016)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
% Facultad de Ciencias Físicas y Matemáticas.
% Universidad de Chile.
% [email protected], ppizarror.com
%
% Licencia: CC BY-NC-SA 4.0 (http://creativecommons.org/licenses/by-nc-sa/4.0/)
% Sitio web del proyecto: http://ppizarror.com/Template-Informe/
% Licencia: CC BY-NC-SA 4.0 [http://creativecommons.org/licenses/by-nc-sa/4.0/]
% Sitio web del proyecto: [http://ppizarror.com/Template-Informe/]

% NUEVA SECCIÓN
% Las secciones se inician con \section, si se quiere una sección sin "número" se pueden usar las funciones \newtitleanum (nuevo titulo sin numeración) o la función \newtitleanumnoi para crear el mismo título sin numerar pero sin aparecer en el índice.
Expand Down Expand Up @@ -68,7 +68,7 @@ \section{Aquí un nuevo tema}
\subsection{Haciendo informes como un profesional}

% Se inserta una imagen fija en la izquierda del documento con \insertimageleft, al igual que las demás funciones, el primer parámetro es opcional, luego viene la ubicación de la imagen, seguido de la escala, un título y por último el número de líneas que 'cortará' hacia abajo. Para insertar una imagen fija en la derecha se utiliza \insertimageright usando los mismos parámetros.
\insertimageleft[\label{imagen-izquierda}]{ejemplos/test-image-wrap}{0.19}{Apolo}{12}
\insertimageleft[\label{imagen-izquierda}]{ejemplos/test-image-wrap}{0.185}{Apolo}{11}

Test es una palabra inglesa aceptada por la Real Academia Española (RAE). Este concepto hace referencia a las pruebas destinadas a evaluar conocimientos, aptitudes o funciones. La palabra test puede utilizarse como sinónimo de examen. Los exámenes son muy frecuentes en el ámbito educativo ya que permiten evaluar los conocimientos adquiridos por los estudiantes. Los exámenes pueden ser orales o escritos.

Expand Down
Binary file modified informe.pdf
Binary file not shown.
82 changes: 43 additions & 39 deletions informe.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Template: Informe/Reporte LaTeX
% Versión: 2.2.7 (05/11/2016)
% Versión: 2.2.8 (20/11/2016)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand All @@ -8,7 +8,7 @@
% [email protected], ppizarror.com
%
% Licencia: CC BY-NC-SA 4.0 [http://creativecommons.org/licenses/by-nc-sa/4.0/]
% Sitio web del proyecto: http://ppizarror.com/Template-Informe/
% Sitio web del proyecto: [http://ppizarror.com/Template-Informe/]

% CREACIÓN DEL DOCUMENTO, FUENTE E IDIOMA
\documentclass[letterpaper,11pt]{article} % Articulo tamaño carta, fuente de 11pt
Expand Down Expand Up @@ -107,17 +107,18 @@
\newcommand{\defaultmarginfloatimages}{-13pt} % Margen sup. de figuras flotantes [pt]
\newcommand{\defaultmargintopimages}{0.0cm} % Margen sup. de las figuras [cm]
\newcommand{\defaultmarginbottomimages}{-0.2cm} % Margen inf. de las figuras [cm]
\newcommand{\nombrepaginaportada}{P} % Identificador de la primera página (portada)
\newcommand{\nombrepaginaportada}{P} % Etiqueta de la primera página (portada)

% CONFIGURACIONES BOOLEANAS (TRUE, FALSE)
\newcommand{\showborderonlinks}{false} % Muestra un recuadro en cada enlace del documento
\newcommand{\showfooter}{true} % Muestra el footer (nombre informe y curso)
\newcommand{\showheadertitle}{true} % Muestra el título de la sección en el header
\newcommand{\showindexofcontents}{true} % Muestra la lista de contenidos
\newcommand{\showindexoffigures}{true} % Muestra la lista de figuras en el índice
\newcommand{\showindexofsourcecode}{false} % Muestra la lista de códigos fuente
\newcommand{\showindexoftables}{true} % Muestra la lista de tablas en el índice
\newcommand{\twocolumnreferences}{true} % Referencias en dos columnas
\newcommand{\codigocursoenportada}{false} % Muestra el código del curso en la portada
\newcommand{\showborderonlinks}{false} % Muestra un recuadro en cada enlace del documento
\newcommand{\showfooter}{true} % Muestra el footer (nombre informe y curso)
\newcommand{\showheadertitle}{true} % Muestra el título de la sección en el header
\newcommand{\showindexofcontents}{true} % Muestra la lista de contenidos
\newcommand{\showindexoffigures}{true} % Muestra la lista de figuras en el índice
\newcommand{\showindexofsourcecode}{false} % Muestra la lista de códigos fuente
\newcommand{\showindexoftables}{true} % Muestra la lista de tablas en el índice
\newcommand{\twocolumnreferences}{true} % Referencias en dos columnas


% LIBRERÍAS INDEPENDIENTES
Expand All @@ -130,7 +131,7 @@
\usepackage{caption} % Leyendas
\usepackage{color} % Colores
\usepackage{datetime} % Fechas
\usepackage[inline]{enumitem} % Permite enumerar ítemes
\usepackage[inline]{enumitem} % Permite enumerar ítems
\usepackage[bottom, norule]{footmisc} % Estilo pié de página
\usepackage{fancyhdr} % Encabezados y pié de páginas
\usepackage{float} % Administrador de posiciones de objetos
Expand Down Expand Up @@ -164,7 +165,7 @@
\ifthenelse{\equal{\showborderonlinks}{true}}{
\usepackage{hyperref} % Permite añadir enlaces y referencias
}{
\usepackage[hidelinks]{hyperref} % Permite añadir enlaces y referencias (sin recuadro rojo)
\usepackage[hidelinks]{hyperref} % Links sin recuadro rojo
}


Expand Down Expand Up @@ -343,7 +344,6 @@
\vspace{\defaultmarginbottomimages}
}
\newcommand{\insertdoubleimage}[8][]{ % Insertar una imagen doble
\captionsetup{margin=0.5cm}
\vspace{\defaultmargintopimages}
\begin{figure}[H] \centering
\subfloat[#4]{
Expand All @@ -353,7 +353,6 @@
\caption{#8 #1}
\end{figure}
\vspace{\defaultmarginbottomimages}
\setcaptionmargincm{\defaultcaptionmargin}
}
\newcommand{\insertimageleft}[5][]{ % Insertar una imagen a la izquierda
\begin{wrapfigure}[#5]{l}{#3\textwidth}
Expand Down Expand Up @@ -489,7 +488,7 @@
pdfkeywords={\nombreuniversidad, \nombredelcurso,
\codigodelcurso, \localizacionuniversidad},
pdfcreator={pdfLaTeX, ppizarror},
pdfproducer={Template LaTeX informe v2.2.7}}
pdfproducer={Template LaTeX informe v2.2.8}}
\renewcommand{\baselinestretch}{\defaultinterlind} % Ajuste del entrelineado
\makeatletter
\ifthenelse{\equal{\twocolumnreferences}{true}}{
Expand All @@ -510,7 +509,7 @@
\widowpenalty 4000
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}
{\@latex@warning{Ambiente `thebibliography' no definido}}
\endlist\end{multicols}
}}{}
\makeatother
Expand All @@ -526,14 +525,27 @@
\fancyhf{}
\fancyhead[L]{\nombreuniversidad \\ \nombrefacultad \\ \departamentouniversidad}
\fancyhead[R]{\includegraphics[scale=\imagendeldepartamentoescl]{\imagendeldepartamento}}
\vspace*{5cm}
\begin{center}
\huge {\nombredelcurso} \\
\vspace{1cm}
\Huge {\nombredelinforme} \\
\vspace{0.3cm}
\large {\temaatratar}
\end{center}
\ifthenelse{\equal{\codigocursoenportada}{true}}{
\vspace*{3cm}
\begin{center}
\huge {\nombredelcurso} \\
\vspace{0.3cm}
\large {Código del curso: \codigodelcurso} \\
\vspace{1.5cm}
\Huge {\nombredelinforme} \\
\vspace{0.3cm}
\large {\temaatratar}
\end{center}
}{
\vspace*{5cm}
\begin{center}
\huge {\nombredelcurso} \\
\vspace{1cm}
\Huge {\nombredelinforme} \\
\vspace{0.3cm}
\large {\temaatratar}
\end{center}
}
\vfill
\tablaintegrantes

Expand Down Expand Up @@ -567,29 +579,21 @@
\renewcommand{\footrulewidth}{0.5pt} % Ancho de la barra del footer


% ================================= RESUMEN O ABSTRACT =================================
% ================================== RESUMEN O ABSTRACT =================================
\newtitleanumheadless{Resumen}

\lipsum[1] \newp \lipsum[3] % Ejemplo de dos párrafos en latín, esta linea puede borrarse


% INDICE - TABLA DE CONTENIDOS
% TABLA DE CONTENIDOS - ÍNDICE
\newpage
\sectionfont{\tipofuentetituloi \etipofuentetituloi \selectfont}
\subsectionfont{\tipofuentesubtituloi \etipofuentesubtituloi \selectfont}
\subsubsectionfont{\tipofuentesubsubtituloi \etipofuentesubsubtituloi \selectfont}
\ifthenelse{\equal{\showindexofcontents}{true}}{
\tableofcontents % Tabla de contenidos
}{}
\ifthenelse{\equal{\showindexoffigures}{true}}{
\listoffigures % Índice de figuras
}{}
\ifthenelse{\equal{\showindexoftables}{true}}{
\listoftables % Índice de tablas
}{}
\ifthenelse{\equal{\showindexofsourcecode}{true}}{
\lstlistoflistings % Lista de códigos fuente
}{}
\ifthenelse{\equal{\showindexofcontents}{true}}{\tableofcontents}{} % Tabla de contenidos
\ifthenelse{\equal{\showindexoffigures}{true}}{\listoffigures}{} % Índice de figuras
\ifthenelse{\equal{\showindexoftables}{true}}{\listoftables}{} % Índice de tablas
\ifthenelse{\equal{\showindexofsourcecode}{true}}{\lstlistoflistings}{} % Lista de códigos fuente


% CONFIGURACIONES FINALES - INICIO DE LAS SECCIONES
Expand Down

0 comments on commit 799ec27

Please sign in to comment.