You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we execute svgtiler directly from within LaTeX using --shell-escape, similar to svg.sty? Similar to #70, if we write an actual .asc file, we can detect if it's changed and only run SVG Tiler if so.
Alternatively/in addition, we could imagine a TikZ Tiler that runs entirely in LaTeX, and instantiates TikZ graphics according to ASCII art that's in the .tex file. There are even some attempts at converting SVG to Tikz: 1, 2, 3
Or a pure LaTeX implementation could use external graphics via \includegraphics, but re-use tiles via \setbox and \copy.
The text was updated successfully, but these errors were encountered:
Can we execute
svgtiler
directly from within LaTeX using--shell-escape
, similar to svg.sty? Similar to #70, if we write an actual.asc
file, we can detect if it's changed and only run SVG Tiler if so.Alternatively/in addition, we could imagine a TikZ Tiler that runs entirely in LaTeX, and instantiates TikZ graphics according to ASCII art that's in the
.tex
file. There are even some attempts at converting SVG to Tikz: 1, 2, 3Or a pure LaTeX implementation could use external graphics via
\includegraphics
, but re-use tiles via\setbox
and\copy
.The text was updated successfully, but these errors were encountered: