Basic Report

Basic team report written in LaTeX (Spanish encoding)

Category

Reports

License

Free to use (MIT)

File

report.tex

report.texRead-only preview
\documentclass[12pt]{article}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage[section]{placeins}
\usepackage[margin=2.4cm]{geometry}
\usepackage[backend=biber, sorting=none]{biblatex}
\usepackage[hidelinks]{hyperref}
\usepackage{graphicx, amsmath, amsfonts, amssymb, subfigure, blindtext, multicol, csquotes, caption, listings}

% sorting=none is added to the biblatex to stop the internal sorting and show the citations as they were cited in the document,
% delete that property if you want to use the internal biblatex sorting.

% To add code with listings follow this example
% from file copy all code use:
% \lstinputlisting[language=Python]{data/code/greyBody.py}
%
% write it by hand use:
% \begin{lstlisting}[language=Python]
% your code goes here
% \end{lstlisting}
%
% There is a color option called minted, but for some reason
% it doesn't compile.

% This environment is for adding figures in multicol only, to use:
% \begin{Figure}
%     \centering
%     \includegraphics[width=\linewidth]{path_to_img}
%     \captionof{figure}{my caption of the figure}
% \end{Figure}

% This is used for adding figures in a multicol environment.
\newenvironment{Figure}
  {\par\medskip\noindent\minipage{\linewidth}
  {\endminipage\par\medskip}}

\addbibresource{data/bibliography.bib}

% START EDITING HERE
\newcommand{\experimentname}{Some laboratory with a large name}
\newcommand{\kinofreport}{Laboratorio}
\newcommand{\experimentnumber}{0}
\newcommand{\subjectname}{SEMINARIO DE SISTEMAS EMBEBIDOS}
\newcommand{\teamnamesone}{Some Student Name}
\newcommand{\teamnamestwo}{Got More Long Names}
\newcommand{\teamnamesthree}{Why Are Spanish Names So Long}
\newcommand{\teamnamesfour}{Really They Are Long}
\newcommand{\professorname}{A very normal teacher's name}
% END EDITING HERE

\begin{document}
    \begin{titlepage}
        \begin{center}
            \includegraphics[width=5cm]{data/private_img/udg-logo.png}\\
            \vspace{1.2cm}
            \huge{UNIVERSIDAD DE GUADALAJARA}\\
            \Large{\subjectname}\\
            \rule{16cm}{0.8pt}\\
            \vspace{0.7cm}
            \Large{\textbf{\kinofreport\ \experimentnumber}\\\LARGE{\textit{\experimentname}}}
        \end{center}
        \vspace{1cm}
        \begin{center}
            \begin{tabular}{p{8cm}p{6cm}}
                \textbf{Alumnos:} & \textbf{Profesor:}\\
                \teamnamesone & \professorname\\
                \teamnamestwo & \\
                \teamnamesthree & \\
                \teamnamesfour & 
            \end{tabular}
        \end{center}
        \vspace{3.1416cm}
        \begin{center}
            \textbf{\large{\today}}
        \end{center}
        
        
    \end{titlepage}
    \newpage
    % Add files in the sections folder, then just add the path using
    % \input{path_to file}
   
    % START ADDING FILES HERE
    \input{sections/test.tex}
    % END ADDING FILES HERE
    
    % To show bib elements they must be cited first in the document
    \printbibliography

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