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.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/org/out_latex.org b/org/out_latex.org
index d1ad211..c9610c3 100644
--- a/org/out_latex.org
+++ b/org/out_latex.org
@@ -18,7 +18,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;
@@ -46,7 +46,7 @@ template outputLaTeX() {
}
#+END_SRC
-** write latex output :latex:out:
+** write latex output :latex:out:
#+NAME: output_latex
#+BEGIN_SRC d
@@ -88,7 +88,7 @@ void writeOutputLaTeX(T,M)(
}
#+END_SRC
-** latex output hub [#A] :latex:pdf:out:
+** latex output hub [#A] :latex:pdf:out:
#+NAME: output_latex
#+BEGIN_SRC d
@@ -1000,7 +1000,7 @@ string table(O,M)(
#+END_SRC
** latex parts
-*** latex head :head:
+*** latex head :head:
**** latex head function
#+NAME: output_latex_head
@@ -1616,7 +1616,7 @@ string latex_head(M)(
}
#+END_SRC
-*** ↻ latex body :content:body:
+*** ↻ latex body :content:body:
**** latex body function
#+NAME: output_latex_body
@@ -1823,7 +1823,7 @@ string latex_body(D,M)(
}
#+END_SRC
-*** latex tail :tail:
+*** latex tail :tail:
**** latex tail function
#+NAME: output_latex_tail