Skip to content

Commit

Permalink
Update AutoDoc Generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachNewbery committed Nov 10, 2022
1 parent b1cae1a commit 065cac6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added doc/latexgen.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions doc/latexgen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<#Include SYSTEM "title.xml">
<TableOfContents/>
<Body>
<#Include SYSTEM "_AutoDocMainFile.xml">
</Body>
<TheIndex/>
</Book>
2 changes: 1 addition & 1 deletion makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if fail = LoadPackage("AutoDoc", "2018.02.14") then
Error("AutoDoc version 2018.02.14 or newer is required.");
fi;

AutoDoc( rec( scaffold := true ) );
AutoDoc("latexgen", rec( scaffold := true ));

0 comments on commit 065cac6

Please sign in to comment.