[texworks] Possible to add support for viewing SVGs easily?
William Adams
will.adams at frycomm.com
Thu May 9 21:30:16 CEST 2019
Since it's now possible to make an SVG using METAPOST using a file such as:
outputtemplate := "%j-%c.svg";
prologues := 3;
outputformat := "svg";
beginfig(1);
z0 = (0,0); z1 = (60,40);
z2 = (40,90); z3 = (10,70);
z4 = (30,45);
draw z0..z1..z2..z3--z4--cycle
endfig;
end
Could we add support for previewing SVGs in TeXworks?
Alternately, does anyone know of a good alternative to:
https://code.google.com/archive/p/file-monitor/
(in Windows 10, its ability to detect a file change and reload a file
automatically seems broken)
William
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/texworks/attachments/20190509/a3e35f47/attachment.html>
More information about the texworks
mailing list