adjust package to use includes and the figures folder

This commit is contained in:
Maximilian Keßler 2021-09-07 20:38:18 +02:00
parent bed1e8d18b
commit c5a267216f

View file

@ -43,5 +43,5 @@
\RequirePackage{transparent}
\newcommand{\incfig}[1]{%
\def\svgwidth{\columnwidth}
\import{./figures/}{#1.pdf_tex}
\include{figures/#1.pdf_tex}
}