Skip to content

Commit

Permalink
docs #77: better structure for the bib and rest of the parts
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioQuijanoRey committed Jun 22, 2024
1 parent c0d5536 commit 5babd92
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 2 additions & 0 deletions dissertation/bibliografia.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
\section{Bibliografía}
\bibliography{references.bib}
9 changes: 6 additions & 3 deletions dissertation/dissertation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@
\end{frame}
}

% Two parts of the dissertation
% Two parts of the dissertation and the bib
\include{matematicas}
\include{informatica}
\include{bibliografia}

% Bibliography
\bibliography{references.bib}
% Close with the titlepage again
\begin{frame}
\titlepage
\end{frame}

\end{document}
3 changes: 1 addition & 2 deletions dissertation/informatica.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ \subsection{Introducción al problema}
\begin{frame}{Título de prueba}
\begin{itemize}
\item Texto de la transparencia y/o código en LATEX.
\item Trabajo de referencia \cite{matematicas:principal}
\item
\item Trabajo de referencia \cite{informatica:principal}
\end{itemize}
\end{frame}

Expand Down
5 changes: 4 additions & 1 deletion dissertation/matematicas.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
\section{Parte de matemáticas}

\begin{frame}{Título de prueba de la parte de matematicas}
Texto de la transparencia y/o código en LATEX
\begin{itemize}
\item Texto de la transparencia y/o código en LATEX
\item Trabajo de referencia \cite{informatica:principal}.
\end{itemize}
\end{frame}

\subsection{Modelización de las redes neuronales}
Expand Down

0 comments on commit 5babd92

Please sign in to comment.