From f13ac26c6b0b46534d7649cc2052ee9b2f07aae4 Mon Sep 17 00:00:00 2001 From: Joshua Fogg Date: Fri, 30 Aug 2024 16:48:21 +0100 Subject: [PATCH] Lower case images directory name for consistency --- README.md | 2 +- beamerthemeedmaths.sty | 8 ++++---- example-presentation.tex | 2 +- {Images => images}/LICENSE.md | 0 {Images => images}/edinburgh-logo.pdf | Bin {Images => images}/edinburgh-logo.svg | 0 {Images => images}/white-tied-in.pdf | Bin {Images => images}/white-tied-in.svg | 0 8 files changed, 6 insertions(+), 6 deletions(-) rename {Images => images}/LICENSE.md (100%) rename {Images => images}/edinburgh-logo.pdf (100%) rename {Images => images}/edinburgh-logo.svg (100%) rename {Images => images}/white-tied-in.pdf (100%) rename {Images => images}/white-tied-in.svg (100%) diff --git a/README.md b/README.md index 35072c9..f6c6328 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ Issues can be flagged [on GitHub](https://github.com/Foggalong/edinburgh-math-la ## Licenses -The stylesheets [`edmaths.sty`](edmaths.sty) and [`beamerthemeedmaths.sty`](beamerthemeedmaths.sty) and their documentation are provided under the [LaTeX Project Public License v1.3c](https://choosealicense.com/licenses/lppl-1.3c/) (LPPL). The examples [`example-presentation.tex`](example-presentation.tex) and [`example-report.tex`](example-report.tex) are provided under the [BSD Zero Clause License](https://choosealicense.com/licenses/0bsd/) (0BSD). The images [`edinburgh-logo`](Images/edinburgh-logo.svg) and [`white-tied-in`](Images/white-tied-in.svg) are registered trademarks; they are not to be used as part of derived or independent works without the permission of The University of Edinburgh. This does not affect use as part of compiled LaTeX documents using this stylesheet for the university. +The stylesheets [`edmaths.sty`](edmaths.sty) and [`beamerthemeedmaths.sty`](beamerthemeedmaths.sty) and their documentation are provided under the [LaTeX Project Public License v1.3c](https://choosealicense.com/licenses/lppl-1.3c/) (LPPL). The examples [`example-presentation.tex`](example-presentation.tex) and [`example-report.tex`](example-report.tex) are provided under the [BSD Zero Clause License](https://choosealicense.com/licenses/0bsd/) (0BSD). The images [`edinburgh-logo`](images/edinburgh-logo.svg) and [`white-tied-in`](images/white-tied-in.svg) are registered trademarks; they are not to be used as part of derived or independent works without the permission of The University of Edinburgh. This does not affect use as part of compiled LaTeX documents using this stylesheet for the university. diff --git a/beamerthemeedmaths.sty b/beamerthemeedmaths.sty index 8a22e10..e6e5afb 100644 --- a/beamerthemeedmaths.sty +++ b/beamerthemeedmaths.sty @@ -66,9 +66,9 @@ %\setbeamertemplate{items}[ball] \setbeamertemplate{navigation symbols}{} -\pgfdeclareimage[width=14.69cm]{white-tied-in}{Images/white-tied-in} -\pgfdeclareimage[width=4.65cm]{edinburgh-logo}{Images/edinburgh-logo} -\pgfdeclareimage[width=1.25cm]{little=u}{Images/edinburgh-logo} +\pgfdeclareimage[width=14.69cm]{white-tied-in}{images/white-tied-in} +\pgfdeclareimage[width=4.65cm]{edinburgh-logo}{images/edinburgh-logo} +\pgfdeclareimage[width=1.25cm]{little=u}{images/edinburgh-logo} \setbeamerfont{alerted text}{series=\bfseries} \setbeamercolor{alerted text}{fg=\beamer@UoE@color!80!black} \setbeamercolor{title}{fg=black} @@ -122,7 +122,7 @@ % on ever other slide add UoE logo at top of blue sidebar \else% \put(23.5, 0){\crule[\beamer@UoE@color]{1.80cm}{19.05cm}} - \put(23.65, 17.3){\includegraphics[width=1.45cm,height=1.45cm]{Images/edinburgh-logo}} + \put(23.65, 17.3){\includegraphics[width=1.45cm,height=1.45cm]{images/edinburgh-logo}} \fi% % add slide numbering to bottom right \ifnum\c@framenumber<10% diff --git a/example-presentation.tex b/example-presentation.tex index 5d9ac69..1f67be3 100644 --- a/example-presentation.tex +++ b/example-presentation.tex @@ -55,7 +55,7 @@ \item Here's a figure: \begin{figure}[h] \centering - \colorbox{blue}{\includegraphics[width=.13\linewidth]{Images/edinburgh-logo}} + \colorbox{blue}{\includegraphics[width=.13\linewidth]{images/edinburgh-logo}} \caption{The University of Edinburgh's logo}\label{fig:edinburgh-logo} \end{figure} \item And here's a famous equation: diff --git a/Images/LICENSE.md b/images/LICENSE.md similarity index 100% rename from Images/LICENSE.md rename to images/LICENSE.md diff --git a/Images/edinburgh-logo.pdf b/images/edinburgh-logo.pdf similarity index 100% rename from Images/edinburgh-logo.pdf rename to images/edinburgh-logo.pdf diff --git a/Images/edinburgh-logo.svg b/images/edinburgh-logo.svg similarity index 100% rename from Images/edinburgh-logo.svg rename to images/edinburgh-logo.svg diff --git a/Images/white-tied-in.pdf b/images/white-tied-in.pdf similarity index 100% rename from Images/white-tied-in.pdf rename to images/white-tied-in.pdf diff --git a/Images/white-tied-in.svg b/images/white-tied-in.svg similarity index 100% rename from Images/white-tied-in.svg rename to images/white-tied-in.svg