document-svg 2.0.2

Convert PDF, Word, Excel, PowerPoint, diagram and CAD files into one SVG per page, locally — a Rust library and the docsvg command
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#NEXUS
BEGIN TAXA;
  DIMENSIONS NTAX=4;
  TAXLABELS Alpha Beta Gamma Delta;
END;
BEGIN TREES;
  TRANSLATE
    1 Alpha,
    2 Beta,
    3 Gamma,
    4 Delta;
  TREE demo = [&R] ((1:0.1,2:0.2)Primates:0.3,3:0.4)Mammals;
  TREE ignored = (1,2,3,4);
END;