From 5f62c5b7d84e4ab3fe2e48e799d16630c2b6f216 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 28 Oct 2020 09:38:33 -0400 Subject: org tags --- org/out_latex.org | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'org/out_latex.org') 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 -- cgit v1.2.3