Giter Site home page Giter Site logo

avazquezrd / eib_tfg Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 1.0 602 KB

Plantilla para la documentación de un Trabajo Fin de Grado (TFG) en LaTeX, siguiendo la normativa de la Escuela de Ingeniería de Bilbao (BIE/EIB) y la guía de expresión gráfica de la UPV/EHU.

License: Other

TeX 100.00%
latex ehu tfg eib

eib_tfg's Introduction

Plantilla para la memoria de un TFG

Plantilla para la creación del Trabajo de Fin de Grado siguiendo la normativa de la Escuela de Ingeniería de Bilbao (UPV/EHU) y la guía de expresión de marca de la UPV/EHU.

Nota: Se recomienda usar XeLaTex como compilador.

Personalización de la portada

En el archivo main.tex se deben introducir los datos de la portada del TFG:

% ------------------------------------------------------------ %
% DATOS DEL DOCUMENTO                                          %
% ------------------------------------------------------------ %

% Título:
\newcommand{\titulo}{<Título del trabajo>}
% Curso académico:
\newcommand{\curso}{<XXXX-XXXX>}
% Carrera:
\newcommand{\carrera}{Grado en XXXXXXXX}
% Alumno/Alumna:
\newcommand{\alumno}{<apellido 1, apellido 2, nombre>}
% Dirección 1 del TFG:
\newcommand{\direccionA}{<apellido 1, apellido 2, nombre>}
% Dirección 2 del TFG (si no la hay, comentar la línea aquí y también en preamble.tex):
\newcommand{\direccionB}{<apellido 1, apellido 2, nombre>}
% Fecha:
\newcommand{\fecha}{<XXXX, día, mes, año>}
% ------------------------------------------------------------ %

Para modificar detalles como Alumno/Alumna o eliminar una de las líneas de la dirección del TFG, se debe ir a la parte inferior del archivo preamble.tex:

	\begin{tikzpicture}[remember picture, overlay]
		\node (C) at ([yshift=-6.95cm, xshift=9.7cm]current page.west) [inner sep=10pt, draw, thick, minimum width=13.34cm, minimum height=64pt, align=left, fill=white]{};
		\node (D) [right=0.2cm of C.west, anchor=west, align=left]
		{\small{\textbf{Alumno/Alumna: }\alumno}\\
			\small{\textbf{Director/Directora (1): }\direccionA}
			% Comentar la siguiente línea si sólo hay una direcicón del TFG. Eliminar también de la anterior el (1).
			\\\small{\textbf{Director/Directora (2): }\direccionB}
			};
	\end{tikzpicture}
}

eib_tfg's People

Contributors

avazquezrd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

arraiz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.