diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-26 15:37:43 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-27 17:12:45 -0400 |
commit | 82d94b3ff78285afaa212d6e0a364f59c2938316 (patch) | |
tree | fb0b1d801054149419f08091ed4c31e5d559e2c2 /src/doc_reform/io_out/paths_output.d | |
parent | replace directory listing, blank index.html (diff) |
replace some instances of dir listing, index.html
Diffstat (limited to 'src/doc_reform/io_out/paths_output.d')
-rw-r--r-- | src/doc_reform/io_out/paths_output.d | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc_reform/io_out/paths_output.d b/src/doc_reform/io_out/paths_output.d index dc35618..b9da41d 100644 --- a/src/doc_reform/io_out/paths_output.d +++ b/src/doc_reform/io_out/paths_output.d @@ -602,6 +602,9 @@ template spinePathsLaTeXsty() { auto out_pth() { return spineOutPaths!()(output_dir); } + string base() { + return (((out_pth.output_root).chainPath("latex")).asNormalizedPath).array; + } string base_sty() { return (((out_pth.output_root).chainPath("latex").chainPath("sty")).asNormalizedPath).array; } |