Skip to content

Commit ee6be88

Browse files
Merge pull request #191 from dpr1005/development
Written Design Specification Annex
2 parents 0ac63b9 + 7768b17 commit ee6be88

14 files changed

+135
-4
lines changed

docs/anexos.pdf

795 KB
Binary file not shown.

docs/anexos.tex

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@
100100
\end{figure}
101101
}
102102

103+
\newcommand{\imagenAncho}[4]{
104+
\begin{figure}[H]
105+
\centering
106+
\includegraphics[width=#4\textwidth]{#1}
107+
\caption{#2}\label{fig:#3}
108+
\end{figure}
109+
\FloatBarrier
110+
}
111+
103112

104113
% El comando \figura nos permite insertar figuras comodamente, y utilizando
105114
% siempre el mismo formato. Los parametros son:

docs/bibliografiaAnexos.bib

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,6 @@ @article{leyva2015three
208208

209209
@misc{Travis-CI-LOG-UBUMLaaS, title={Travis-CI UBUMLaaS}, url={https://app.travis-ci.com/github/dpr1005/UBUMLaaS}, note={https://app.travis-ci.com/github/dpr1005/UBUMLaaS}}
210210

211-
@misc{PyPI, title={Python Package Index}, url={https://pypi.org/}, note={https://pypi.org/}}
211+
@misc{PyPI, title={Python Package Index}, url={https://pypi.org/}, note={https://pypi.org/}}
212+
213+
@misc{NearestNeighbors, title={Scikit-Learn Nearest Neighbors}, url={https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html}, note={sklearn.neighbors.NearestNeighbors}}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)