aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_latex.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/out_latex.org')
-rw-r--r--org/out_latex.org13
1 files changed, 6 insertions, 7 deletions
diff --git a/org/out_latex.org b/org/out_latex.org
index ff56f47..adf3cf8 100644
--- a/org/out_latex.org
+++ b/org/out_latex.org
@@ -19,7 +19,7 @@
- [[./output_hub.org][output_hub]]
* latex
-** _module template_ :latex:pdf:module:
+** _module template_ :latex:pdf:module:
#+BEGIN_SRC d :tangle "../src/doc_reform/io_out/latex.d" :noweb yes
module doc_reform.io_out.latex;
@@ -110,7 +110,7 @@ template outputLaTeX() {
}
#+END_SRC
-** write latex output :latex:out:
+** write latex output :latex:out:
#+NAME: output_latex_0
#+BEGIN_SRC d
@@ -152,7 +152,7 @@ void writeOutputLaTeX(T,M)(
}
#+END_SRC
-** latex output hub [#A] :latex:pdf:out:
+** latex output hub [#A] :latex:pdf:out:
#+NAME: output_latex_1
#+BEGIN_SRC d
@@ -1064,7 +1064,7 @@ string table(O,M)(
#+END_SRC
** latex parts
-*** latex head :head:
+*** latex head :head:
**** latex head function
#+NAME: output_latex_head_1
@@ -1680,7 +1680,7 @@ string latex_head(M)(
}
#+END_SRC
-*** ↻ latex body :content:body:
+*** ↻ latex body :content:body:
**** latex body function
#+NAME: output_latex_body_0
@@ -1887,7 +1887,7 @@ string latex_body(D,M)(
}
#+END_SRC
-*** latex tail :tail:
+*** latex tail :tail:
**** latex tail function
#+NAME: output_latex_tail_0
@@ -1907,7 +1907,6 @@ string latex_tail(M)(
***** latex tail format inclusions
-
***** latex document end
#+NAME: output_latex_tail_tex