Skip to content

Commit

Permalink
Add warning message that SVG doesn't work yet in TeX mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgage committed Jan 23, 2016
1 parent 1b2ef07 commit 0c7133b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/PGbasicmacros.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2747,7 +2747,7 @@ sub embedSVG {
return MODES( HTML => q!
<img src="! . alias($file_name).$str.q!">!,

TeX => "\\includegraphics[width=6in]{" . alias( $file_name ) . "}"
TeX => "Can't process svg in tex mode yet \\includegraphics[width=6in]{" . alias( $file_name ) . "}"
);
}

Expand Down

0 comments on commit 0c7133b

Please sign in to comment.