From d156927fab004d6cf217e19d38b7f4ec4180d669 Mon Sep 17 00:00:00 2001 From: EvilMuffinHa Date: Sun, 4 Dec 2022 16:04:29 -0500 Subject: [PATCH] figures --- tex/booknotes.cls | 2 +- tex/handout.cls | 2 +- tex/notes.cls | 2 +- tex/simplebooknotes.cls | 2 +- tex/simplenotes.cls | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tex/booknotes.cls b/tex/booknotes.cls index ecf5c84..51631a4 100644 --- a/tex/booknotes.cls +++ b/tex/booknotes.cls @@ -168,7 +168,7 @@ \newcommand{\incfig}[1]{% \def\svgwidth{\columnwidth} - \import{./}{#1.pdf_tex} + \import{./figures/}{#1.pdf_tex} } diff --git a/tex/handout.cls b/tex/handout.cls index 60fee29..c1bf0d9 100644 --- a/tex/handout.cls +++ b/tex/handout.cls @@ -173,7 +173,7 @@ \newcommand{\incfig}[1]{% \def\svgwidth{\columnwidth} - \import{./}{#1.pdf_tex} + \import{./figures/}{#1.pdf_tex} } \definecolor{MintedBg}{RGB}{38, 38, 38} diff --git a/tex/notes.cls b/tex/notes.cls index d2aafae..9b2beaa 100644 --- a/tex/notes.cls +++ b/tex/notes.cls @@ -173,7 +173,7 @@ \newcommand{\incfig}[1]{% \def\svgwidth{\columnwidth} - \import{./}{#1.pdf_tex} + \import{./figures/}{#1.pdf_tex} } \definecolor{MintedBg}{RGB}{38, 38, 38} diff --git a/tex/simplebooknotes.cls b/tex/simplebooknotes.cls index ab2bc94..6dd0591 100644 --- a/tex/simplebooknotes.cls +++ b/tex/simplebooknotes.cls @@ -137,7 +137,7 @@ \newcommand{\incfig}[1]{% \def\svgwidth{\columnwidth} - \import{./}{#1.pdf_tex} + \import{./figures/}{#1.pdf_tex} } \newenvironment{code}[1]{\VerbatimEnvironment\begin{minted}[frame=lines,framesep=7pt, linenos]{#1}}{\end{minted}} diff --git a/tex/simplenotes.cls b/tex/simplenotes.cls index 0600516..bafff25 100644 --- a/tex/simplenotes.cls +++ b/tex/simplenotes.cls @@ -143,7 +143,7 @@ \newcommand{\incfig}[1]{% \def\svgwidth{\columnwidth} - \import{./}{#1.pdf_tex} + \import{./figures/}{#1.pdf_tex} } \newenvironment{code}[1]{\VerbatimEnvironment\begin{minted}[frame=lines,framesep=7pt, linenos]{#1}}{\end{minted}}