Skip to content

Commit

Permalink
Lower case images directory name for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Foggalong committed Aug 30, 2024
1 parent 3bc62b9 commit f13ac26
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 4 additions & 4 deletions beamerthemeedmaths.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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%
Expand Down
2 changes: 1 addition & 1 deletion example-presentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes

0 comments on commit f13ac26

Please sign in to comment.