From 82d94b3ff78285afaa212d6e0a364f59c2938316 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 26 Jun 2023 15:37:43 -0400 Subject: replace some instances of dir listing, index.html --- src/doc_reform/io_out/paths_output.d | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/doc_reform/io_out/paths_output.d') 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; } -- cgit v1.2.3