Skip to content

Commit

Permalink
update openxml template to use lof and lot
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz committed Sep 15, 2024
1 parent f9a2d2f commit 674d664
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/templates/default.openxml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ $for(include-before)$
$endfor$
$if(toc)$
$toc$
$endif$
$if(lof)$
$lof$
$endif$
$if(lot)$
$lot$
$endif$
$body$
$for(include-after)$
Expand Down

0 comments on commit 674d664

Please sign in to comment.