Skip to content

Commit

Permalink
refactor: move graphics to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-hogent authored and bertvv committed Mar 14, 2024
1 parent e647cb6 commit 865a7b7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 122 deletions.
2 changes: 1 addition & 1 deletion bachproef/FamilienaamVoornaamBP.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
\usepackage{lipsum} % For blind text, can be removed after adding actual content

%% Pictures to include in the text can be put in the graphics/ folder
\graphicspath{{graphics/}}
\graphicspath{{../graphics/}}

%% For source code highlighting, requires pygments to be installed
%% Compile with the -shell-escape flag!
Expand Down
11 changes: 6 additions & 5 deletions bachproef/hogentreport.cls
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
\usetikzlibrary{positioning}
\RequirePackage{standalone}
\RequirePackage{wrapfig}
\graphicspath{{../graphics/}}

% Page layout & document structure
\RequirePackage{appendix}
Expand Down Expand Up @@ -363,31 +364,31 @@
\setsansfont{Montserrat}
}{%
\newfontfamily\titlefont{Montserrat}[
Path = fonts/Montserrat/,
Path = ../fonts/Montserrat/,
Extension = .otf,
UprightFont = *-Black, %% Force black
BoldFont=*-Black,
ItalicFont=*-BlackItalic,
BoldItalicFont= *-BlackItalic]

\newfontfamily\subtitlefont{Montserrat}[
Path = fonts/Montserrat/,
Path = ../fonts/Montserrat/,
Extension = .otf,
UprightFont = *-ExtraBold, %% Force extra bold
BoldFont=*-ExtraBold,
ItalicFont=*-ExtraBoldItalic,
BoldItalicFont= *-ExtraBoldItalic]

\newfontfamily\tocfont{Montserrat}[
Path = fonts/Montserrat/,
Path = ../fonts/Montserrat/,
Extension = .otf,
UprightFont = *-Regular,
BoldFont=*-Bold,
ItalicFont=*-Italic,
BoldItalicFont= *-BoldItalic]

\setmainfont{Montserrat}[
Path = fonts/Montserrat/,
Path = ../fonts/Montserrat/,
Extension = .otf,
UprightFont = *-Regular,
BoldFont=*-Bold,
Expand Down Expand Up @@ -437,7 +438,7 @@

%% Use the length of the 'HO' part of the logo to set the padding of the logo
\newsavebox{\logopart}
\savebox{\logopart}{\includegraphics[height=2cm]{graphics/logopart}}
\savebox{\logopart}{\includegraphics[height=2cm]{logopart}}

%% We use A4 paper with slightly smaller margins than the default (scale = 0.7)
\geometry{a4paper,hscale=0.75,vscale=0.8,headheight=14pt,asymmetric}
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
114 changes: 0 additions & 114 deletions poster/graphics/logopart.eps

This file was deleted.

2 changes: 1 addition & 1 deletion poster/hogent-poster.cls
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

\RequirePackage[xetex,footskip=12cm]{geometry}
\RequirePackage[xetex]{graphicx}
\graphicspath{{graphics/}} % Location of the graphics files
\graphicspath{{../graphics/}} % Location of the graphics files

\RequirePackage[xetex,plainpages=false,breaklinks]{hyperref}
\RequirePackage{booktabs} % Top and bottom rules for table
Expand Down
2 changes: 1 addition & 1 deletion voorstel/hogent-article.cls
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
%% -----------------------------------------------------------------------------
%% Packages for general use
\RequirePackage{graphicx}
\graphicspath{{graphics/}}
\graphicspath{{../graphics/}}
\RequirePackage{amsmath}
\RequirePackage{eurosym}
\RequirePackage{url}
Expand Down

0 comments on commit 865a7b7

Please sign in to comment.