aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_latex.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-09-24 23:55:49 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2025-09-25 11:58:17 -0400
commit710bb22a76d6dcd33395984726cf0cc08f894122 (patch)
treec2d3969cf48a2facf55b4be5c7f1b5dffd27e088 /org/out_latex.org
parentspine.d tidy (diff)
terminal output verbosity levels, minor rework
Diffstat (limited to 'org/out_latex.org')
-rw-r--r--org/out_latex.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/org/out_latex.org b/org/out_latex.org
index b0e1048..857bded 100644
--- a/org/out_latex.org
+++ b/org/out_latex.org
@@ -191,7 +191,7 @@ void writeOutputLaTeX(T,M)(
try {
{ /+ debug +/
if (doc_matters.opt.action.debug_do_latex
- && doc_matters.opt.action.vox_gt1) {
+ && doc_matters.opt.action.vox_gt_2) {
writeln(latex_content.head);
writeln(latex_content.content);
writeln(latex_content.tail);
@@ -200,7 +200,7 @@ void writeOutputLaTeX(T,M)(
if (!exists(pth_latex.latex_path_stuff)) {
(pth_latex.latex_path_stuff).mkdirRecurse;
}
- if (doc_matters.opt.action.vox_gt0) {
+ if (doc_matters.opt.action.vox_gt_1) {
writeln(" ", pth_latex.latex_file_with_path(paper_size_orientation));
}
{
@@ -2327,7 +2327,7 @@ case "backmatter":
default:
{ /+ debug +/
if (doc_matters.opt.action.debug_do_latex
- && doc_matters.opt.action.vox_gt1) {
+ && doc_matters.opt.action.vox_gt_2) {
writeln(__FILE__, ":", __LINE__, ": ", obj.metainfo.is_of_part);
writeln(__FILE__, ":", __LINE__, ": ", obj.metainfo.is_a);
writeln(__FILE__, ":", __LINE__, ": ", obj.text);