Moved graphicspath manipulation to main file

This commit is contained in:
2022-05-22 14:14:05 +00:00
parent d082cf5aaa
commit 5436ac85a8
2 changed files with 13 additions and 31 deletions

View File

@@ -15,6 +15,14 @@
\usepackage{lipsum}%provides us with text for testing
%% usage: \lipsum[STARTNUM-ENDNUM]
\graphicspath{{graphics/}{Graphics/}{./}}
%% This is a list of folders to search for graphics files to include
%% for the graphicx package (already loaded). This may be case-sensitive.
%% LaTeX will search from left to right in the list, so you can put "cropped" versions
%% in the first directory and it will grab them first. e.g.
%\graphicspath{{graphics-cropped/}{graphics/}{Graphics/}{./}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Thesis and Project Report Template for \theInstitution{}}