Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (3)
......@@ -34,7 +34,7 @@ Figure~\ref{fig:compilation} shows…
\begin{figure}[H]
\centering
\includegraphics[width=.9\linewidth]{./figures/04-compilation-process.png}
% \includesvg[width=.9\linewidth]{./figures/04-compilation-process.png}
% \includesvg[width=.9\linewidth]{./figures/some-other-svg-file.svg}
\caption{Compilation process}
\label{fig:compilation}
\end{figure}
......@@ -50,7 +50,7 @@ boilerplate code in your report, refer to your git repository.
% \texttt{listing}. Keep code snippets short!}]
% // main.cpp
% #include <iostream>
%
% int main() {
% std::cout<<"Hello World!\n";
% return 0;
......