Skip to content

Commit

Permalink
Include width string for \includsvg
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindh-krishnamoorthy committed Nov 13, 2024
1 parent 5af0456 commit 26565ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/templates/latex/base.tex.j2
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ override this.-=))
\def\svgextension{svg}
\filename@parse{#2}%
\ifx\filename@ext\svgextension
\includesvg[#1]{#2}
\includesvg[width=\textwidth,#1]{#2}
\else
\includegraphics@original[#1]{#2}
\fi
Expand Down

0 comments on commit 26565ef

Please sign in to comment.