Skip to content

Add ancillary folder for SVG renders of all TikZ figures #16

Description

@ajsteinmetz

Currently art/FusionScale4D.svg is the only committed SVG render of a TikZ figure, built alongside its source art/FusionScale4D.tex via:

lualatex FusionScale4D.tex
dvisvgm --pdf --no-fonts --exact-bbox -o FusionScale4D.svg FusionScale4D.pdf

None of the other figures in anc/TikZ/ (EnergyElementsCrust.tex, FusionFuture.tex, FusionScale4D.tex, ITERtritium.tex, NucInterL.tex, PowerInRadOut.tex, PowerInRadOut_Boosted.tex, PowerInRadOut_He3Spike.tex, YieldpB.tex) have a corresponding SVG checked in.

Fix

Add a new ancillary folder (e.g. anc/SVG/) to hold SVG renders of every figure in anc/TikZ/, built with the same lualatex + dvisvgm pipeline used for art/FusionScale4D.svg. This depends on #15 (white-background fix) so the renders are legible on dark backgrounds.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions