aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_paths.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/default_paths.org')
-rw-r--r--org/default_paths.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/org/default_paths.org b/org/default_paths.org
index 40269d5..9791b67 100644
--- a/org/default_paths.org
+++ b/org/default_paths.org
@@ -1575,6 +1575,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;
}