Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions examClass.cls
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
\RequirePackage{totcount}



%---Grafiken---
\graphicspath{ {./summer2024/fig/} }


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% hint block block %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down
6 changes: 0 additions & 6 deletions exerciseClass.cls
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
\RequirePackage{placeins}
\RequirePackage{etoolbox} % for environment hooks

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Graphic path %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\graphicspath{ {./fig/} }


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Solution block %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down
5 changes: 5 additions & 0 deletions style/general.sty
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,8 @@
\SetAlCapNameFnt{\small}
\SetAlCapSty{}
\SetAlCapFnt{\small}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Graphics path %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\graphicspath{{./fig/}{../../course_template/fig/}{../course_template/fig/}{course_template/fig/}{../fig/}}
12 changes: 1 addition & 11 deletions style/paper.sty
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,7 @@
\CCauthor
}

\newcommand{\insertlogo}{%
\IfFileExists{\CClogo}{%
\fancyhead[R]{\includegraphics[width=\textwidth,height=10mm,keepaspectratio]{\CClogo}}%
}{%
\IfFileExists{\CClogo}{%
\fancyhead[R]{\includegraphics[width=\textwidth,height=10mm,keepaspectratio]{\CClogo}}%
}{%
\fancyhead[R]{\textbf{[LOGO NOT FOUND]}} % Fallback text if the image is missing
}%
}%
}
\newcommand{\insertlogo}{\fancyhead[R]{\includegraphics[width=\textwidth,height=10mm,keepaspectratio]{\CClogo}}}

\insertlogo

Expand Down
1 change: 0 additions & 1 deletion style/presentation.sty
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
%% Misc. %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\let\footnoterule\relax % Removes the horizontal line above footnotes
\graphicspath{{course_template/}{../course_template/}{fig/}{../fig/}} % Potential paths to figures



2 changes: 1 addition & 1 deletion theme/unipaderborn.sty
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\CCauthor}{John Doe}
\newcommand{\CCcontacturl}{https://www.uni-paderborn.de/}
\newcommand{\CClogo}{../../course_template/fig/UPB_Logo.pdf}
\newcommand{\CClogo}{UPB_Logo.pdf}
2 changes: 1 addition & 1 deletion theme/unisiegen-IAS.sty
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\CCauthor}{Prof. Dr.-Ing. Oliver Wallscheid}
\newcommand{\CCcontacturl}{https://www.eti.uni-siegen.de/ias/}
\newcommand{\CClogo}{../../course_template/fig/IAS.pdf}
\newcommand{\CClogo}{IAS.pdf}
2 changes: 1 addition & 1 deletion theme/unisiegen.sty
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\CCauthor}{John Doe}
\newcommand{\CCcontacturl}{https://www.uni-siegen.de/}
\newcommand{\CClogo}{../../course_template/fig/UniSiegen.pdf}
\newcommand{\CClogo}{UniSiegen.pdf}