Templates

My collection of customizable LaTeX templates for academic and personal work.

Category

Other

License

Free to use (MIT)

File

assignments/EM2_Template/main.tex

main.texRead-only preview
\documentclass{article}
\usepackage[a4paper,top=3cm,bottom=3cm,left=3cm,right=3cm,marginparwidth=2cm]{geometry} % Page dimensions

\usepackage[spanish,es-nodecimaldot]{babel}
%\usepackage[T1]{fontenc} % Font encoding
\usepackage{palatino}

\usepackage{amsmath, amsfonts, amssymb} % For math equations

\usepackage{graphicx} % For including images
\usepackage{eso-pic} % For the background picture on the title page

\usepackage{setspace} % For using single or double spacing
\usepackage{longtable} % tables that can span several pages
\usepackage{pdfpages} % To include pdf files of your published papers as an appendix
\usepackage{fancyhdr} % For the headers
\usepackage{hyperref} % Adds clickable links at references
\usepackage{subcaption}

% Code blocks configuration
\input{src/code}

% Title and Date
\newcommand{\customTitle}{Práctica X - XXXXXX}
\newcommand{\customDate}{XX de XXXX de 2025}


%----------------------------% DOCUMENT %----------------------------%
\begin{document}

% Title page
\input{src/cover}

\input{src/introduction.tex}

\input{src/exercise1}

\input{src/conclusions}

% References
\clearpage
\nocite{*} % Shows non-cited references
\bibliographystyle{unsrt}
\bibliography{src/bibliography}


\end{document}
Preview
Templates preview
Templates LaTeX Template | Bibby | Bibby AI