From 92ea603516d9e2d3899b76b9132017d6230357f7 Mon Sep 17 00:00:00 2001 From: Michael Mathioudakis <michael.mathioudakis@helsinki.fi> Date: Thu, 26 Aug 2021 00:16:48 +0300 Subject: [PATCH] Move all auxiliary files to separate folder --- HYthesisML.cls | 2 +- .../bsc-instructions.md | 0 msc_english_contents.tex | 2 +- msc_finnish_contents.tex | 2 +- HY-logo-ml.png => template/figures/HY-logo-ml.png | Bin ...tor-UHCSthesis-coverpage-dictionary-English.dict | 0 ...tor-UHCSthesis-coverpage-dictionary-Finnish.dict | 0 ...tor-UHCSthesis-coverpage-dictionary-Swedish.dict | 0 8 files changed, 3 insertions(+), 3 deletions(-) rename bsc-instructions.md => instructions/bsc-instructions.md (100%) rename HY-logo-ml.png => template/figures/HY-logo-ml.png (100%) rename {auxiliary => template}/translator-UHCSthesis-coverpage-dictionary-English.dict (100%) rename {auxiliary => template}/translator-UHCSthesis-coverpage-dictionary-Finnish.dict (100%) rename {auxiliary => template}/translator-UHCSthesis-coverpage-dictionary-Swedish.dict (100%) diff --git a/HYthesisML.cls b/HYthesisML.cls index 6936291..f4d4f6e 100644 --- a/HYthesisML.cls +++ b/HYthesisML.cls @@ -651,7 +651,7 @@ \onehalfspacing \begin{center} -\includegraphics[width=5cm]{HY-logo-ml.png} +\includegraphics[width=5cm]{template/figures/HY-logo-ml.png} %\makeatletter \begin{large} diff --git a/bsc-instructions.md b/instructions/bsc-instructions.md similarity index 100% rename from bsc-instructions.md rename to instructions/bsc-instructions.md diff --git a/msc_english_contents.tex b/msc_english_contents.tex index 186e99b..fd994f3 100644 --- a/msc_english_contents.tex +++ b/msc_english_contents.tex @@ -17,7 +17,7 @@ Remember always to cite the figure in the main text. In addition, consider provi \begin{figure}[h!] \begin{center} -\includegraphics[width=0.3\textwidth]{HY-logo-ml.png} +\includegraphics[width=0.3\textwidth]{template/figures/HY-logo-ml.png} \caption{University of Helsinki flame-logo for Faculty of Science.\label{fig:logo}} \end{center} \end{figure} diff --git a/msc_finnish_contents.tex b/msc_finnish_contents.tex index b84533c..570be95 100644 --- a/msc_finnish_contents.tex +++ b/msc_finnish_contents.tex @@ -10,7 +10,7 @@ Kuva~\ref{fig:logo} toimii esimerkkinä kuvan lisäämisestä työhön. Muista m \begin{figure}[h!] % remove [h!] for automatic placement, which is probalby better for a thesis with more text on page \centering -\includegraphics[width=0.3\textwidth]{HY-logo-ml.png} +\includegraphics[width=0.3\textwidth]{template/figures/HY-logo-ml.png} \caption{Helsingin yliopiston logo matemaattis-luonnontieteellisen tiedekunnan värein.\label{fig:logo}} \end{figure} diff --git a/HY-logo-ml.png b/template/figures/HY-logo-ml.png similarity index 100% rename from HY-logo-ml.png rename to template/figures/HY-logo-ml.png diff --git a/auxiliary/translator-UHCSthesis-coverpage-dictionary-English.dict b/template/translator-UHCSthesis-coverpage-dictionary-English.dict similarity index 100% rename from auxiliary/translator-UHCSthesis-coverpage-dictionary-English.dict rename to template/translator-UHCSthesis-coverpage-dictionary-English.dict diff --git a/auxiliary/translator-UHCSthesis-coverpage-dictionary-Finnish.dict b/template/translator-UHCSthesis-coverpage-dictionary-Finnish.dict similarity index 100% rename from auxiliary/translator-UHCSthesis-coverpage-dictionary-Finnish.dict rename to template/translator-UHCSthesis-coverpage-dictionary-Finnish.dict diff --git a/auxiliary/translator-UHCSthesis-coverpage-dictionary-Swedish.dict b/template/translator-UHCSthesis-coverpage-dictionary-Swedish.dict similarity index 100% rename from auxiliary/translator-UHCSthesis-coverpage-dictionary-Swedish.dict rename to template/translator-UHCSthesis-coverpage-dictionary-Swedish.dict -- GitLab