Skip to content

Commit

Permalink
📍[main/_] Update incfig functionality to handle customized width
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepymalc committed Jan 7, 2025
1 parent 4b3c0ca commit 8fda4bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Math.tex
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
\pdfminorversion=7
\usepackage{pdfpages}
\usepackage{transparent}
\newcommand{\incfig}[1]{%
\def\svgwidth{\columnwidth}
\import{./Figures/}{#1.pdf_tex}
\newcommand{\incfig}[2][\columnwidth]{%
\def\svgwidth{#1}
\import{Figures/}{#2.pdf_tex}
}

0 comments on commit 8fda4bf

Please sign in to comment.