Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct use of SVG Tiler in LaTeX #71

Open
edemaine opened this issue May 17, 2022 · 0 comments
Open

Direct use of SVG Tiler in LaTeX #71

edemaine opened this issue May 17, 2022 · 0 comments

Comments

@edemaine
Copy link
Owner

edemaine commented May 17, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant