diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-08-03 18:28:58 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-09-28 13:21:40 -0400 |
commit | ace605ee4d96b7ee2891246655478f46862d357f (patch) | |
tree | e9e59800591255b168e73bd015762e2ba74da662 /org/out_latex.org | |
parent | org nix adjust (diff) |
org noweb adjustments
Diffstat (limited to 'org/out_latex.org')
-rw-r--r-- | org/out_latex.org | 8 |
1 files changed, 7 insertions, 1 deletions
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() { <<ImportsAndMixins_imports>> @@ -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() { <<Initialize_output_style>> @@ -158,6 +162,7 @@ template outputLaTeXstyStatic() { *** template outputLaTeXstyPaperSizeAndOrientation #+NAME: Template_latex_sty_paper_dimensions +#+HEADER: :noweb yes #+BEGIN_SRC d template outputLaTeXstyPaperSizeAndOrientation() { <<Initialize_output_style>> @@ -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 <<doc_header_including_copyright_and_license>> |