Skip to content

Commit

Permalink
[MI-SPI] Fix tex documents relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
josefdolezal committed May 24, 2018
1 parent ef3e9d9 commit b11be21
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions MI-SPI/mi-spi.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
\newcommand{\img}[2]{
\begin{figure}[H]
\centering
\includegraphics[width=0.6\textwidth]{assets/#1}
\includegraphics[width=0.6\textwidth]{MI-SPI/assets/#1}
\caption{#2}
\end{figure}
}
Expand All @@ -38,18 +38,18 @@

\tableofcontents

\lecture{01-common-terms}
\lecture{02-random-variable}
\lecture{03-random-vectors}
\lecture{05-entropy}
\lecture{06-code-theory}
\lecture{07-differencial-entropy}
\lecture{08-limits}
\lecture{09-statistics}
\lecture{10-hypothesis}
\lecture{11-hypothesis-2}
\lecture{13-histograms}
\lecture{14-random-processes}
\lecture{15-random-processes-construction}
\lecture{MI-SPI/01-common-terms}
\lecture{MI-SPI/02-random-variable}
\lecture{MI-SPI/03-random-vectors}
\lecture{MI-SPI/05-entropy}
\lecture{MI-SPI/06-code-theory}
\lecture{MI-SPI/07-differencial-entropy}
\lecture{MI-SPI/08-limits}
\lecture{MI-SPI/09-statistics}
\lecture{MI-SPI/10-hypothesis}
\lecture{MI-SPI/11-hypothesis-2}
\lecture{MI-SPI/13-histograms}
\lecture{MI-SPI/14-random-processes}
\lecture{MI-SPI/15-random-processes-construction}

\end{document}

0 comments on commit b11be21

Please sign in to comment.