From ace605ee4d96b7ee2891246655478f46862d357f Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 3 Aug 2022 18:28:58 -0400 Subject: org noweb adjustments --- org/out_latex.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'org/out_latex.org') diff --git a/org/out_latex.org b/org/out_latex.org index f40c87e..7e235b6 100644 --- a/org/out_latex.org +++ b/org/out_latex.org @@ -8,7 +8,7 @@ #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code -#+PROPERTY: header-args+ :noweb tangle +#+PROPERTY: header-args+ :noweb yes #+PROPERTY: header-args+ :results no #+PROPERTY: header-args+ :cache no #+PROPERTY: header-args+ :padline no @@ -37,6 +37,7 @@ module doc_reform.io_out.latex; *** template paperLaTeX #+NAME: Template_paper_latex +#+HEADER: :noweb yes #+BEGIN_SRC d template paperLaTeX() { import @@ -52,6 +53,7 @@ template paperLaTeX() { *** template outputLaTeX #+NAME: Template_output_latex +#+HEADER: :noweb yes #+BEGIN_SRC d template outputLaTeX() { <> @@ -128,6 +130,7 @@ template outputLaTeX() { *** template outputLaTeXstyInit #+NAME: Template_latex_init +#+HEADER: :noweb yes #+BEGIN_SRC d template outputLaTeXstyInit() { import doc_reform.io_out; @@ -141,6 +144,7 @@ template outputLaTeXstyInit() { *** template outputLaTeXstyStatic #+NAME: Template_latex_sty_static +#+HEADER: :noweb yes #+BEGIN_SRC d template outputLaTeXstyStatic() { <> @@ -158,6 +162,7 @@ template outputLaTeXstyStatic() { *** template outputLaTeXstyPaperSizeAndOrientation #+NAME: Template_latex_sty_paper_dimensions +#+HEADER: :noweb yes #+BEGIN_SRC d template outputLaTeXstyPaperSizeAndOrientation() { <> @@ -2359,6 +2364,7 @@ string _latex_tail = format(q"┃ #+HEADER: :tangle "../sundry/misc/util/rb/tex/dr_tex.rb" #+HEADER: :tangle-mode (identity #o755) #+HEADER: :shebang #!/usr/bin/env ruby +#+HEADER: :noweb yes #+BEGIN_SRC ruby =begin <> -- cgit v1.2.3