Skip to content

Commit 7cf317a

Browse files
authored
Merge pull request #20 from IAS-Uni-Siegen/graphics-not-found-issue
Updated graphics path
2 parents 843c6c2 + cc7bf78 commit 7cf317a

File tree

8 files changed

+9
-26
lines changed

8 files changed

+9
-26
lines changed

examClass.cls

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
\RequirePackage{totcount}
4343

4444

45-
46-
%---Grafiken---
47-
\graphicspath{ {./summer2024/fig/} }
48-
49-
5045
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5146
%% hint block block %%
5247
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

exerciseClass.cls

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
\RequirePackage{placeins}
3939
\RequirePackage{etoolbox} % for environment hooks
4040

41-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
42-
%% Graphic path %%
43-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
44-
\graphicspath{ {./fig/} }
45-
46-
4741
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4842
%% Solution block %%
4943
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

style/general.sty

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,8 @@
173173
\SetAlCapNameFnt{\small}
174174
\SetAlCapSty{}
175175
\SetAlCapFnt{\small}
176+
177+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
178+
%% Graphics path %%
179+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
180+
\graphicspath{{./fig/}{../../course_template/fig/}{../course_template/fig/}{course_template/fig/}{../fig/}}

style/paper.sty

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,7 @@
5151
\CCauthor
5252
}
5353

54-
\newcommand{\insertlogo}{%
55-
\IfFileExists{\CClogo}{%
56-
\fancyhead[R]{\includegraphics[width=\textwidth,height=10mm,keepaspectratio]{\CClogo}}%
57-
}{%
58-
\IfFileExists{\CClogo}{%
59-
\fancyhead[R]{\includegraphics[width=\textwidth,height=10mm,keepaspectratio]{\CClogo}}%
60-
}{%
61-
\fancyhead[R]{\textbf{[LOGO NOT FOUND]}} % Fallback text if the image is missing
62-
}%
63-
}%
64-
}
54+
\newcommand{\insertlogo}{\fancyhead[R]{\includegraphics[width=\textwidth,height=10mm,keepaspectratio]{\CClogo}}}
6555

6656
\insertlogo
6757

style/presentation.sty

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@
175175
%% Misc. %%
176176
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
177177
\let\footnoterule\relax % Removes the horizontal line above footnotes
178-
\graphicspath{{course_template/}{../course_template/}{fig/}{../fig/}} % Potential paths to figures
179178

180179

181180

theme/unipaderborn.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4242
\newcommand{\CCauthor}{John Doe}
4343
\newcommand{\CCcontacturl}{https://www.uni-paderborn.de/}
44-
\newcommand{\CClogo}{../../course_template/fig/UPB_Logo.pdf}
44+
\newcommand{\CClogo}{UPB_Logo.pdf}

theme/unisiegen-IAS.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5757
\newcommand{\CCauthor}{Prof. Dr.-Ing. Oliver Wallscheid}
5858
\newcommand{\CCcontacturl}{https://www.eti.uni-siegen.de/ias/}
59-
\newcommand{\CClogo}{../../course_template/fig/IAS.pdf}
59+
\newcommand{\CClogo}{IAS.pdf}

theme/unisiegen.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4242
\newcommand{\CCauthor}{John Doe}
4343
\newcommand{\CCcontacturl}{https://www.uni-siegen.de/}
44-
\newcommand{\CClogo}{../../course_template/fig/UniSiegen.pdf}
44+
\newcommand{\CClogo}{UniSiegen.pdf}

0 commit comments

Comments
 (0)