setting default fontdir to blank value

this modification allows the user to actually set a custom
fonts folder or use them as system ones if properly cached
This commit is contained in:
Arturo Rinaldi 2019-03-15 23:04:22 +01:00
parent b7b6340434
commit b369023222

View file

@ -94,7 +94,7 @@
% Configuration for directory locations % Configuration for directory locations
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
% Configure a directory location for fonts(default: 'fonts/') % Configure a directory location for fonts(default: 'fonts/')
\newcommand*{\fontdir}[1][fonts/]{\def\@fontdir{#1}} \newcommand*{\fontdir}[1][]{\def\@fontdir{#1}}
\fontdir \fontdir