diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-27 15:27:05 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-28 14:39:52 -0400 |
commit | 4e84f496adb538db3d3fc75134d6e05086332bf9 (patch) | |
tree | fab98dc3b98839a6a3457bd340074e96a5d2f094 /org/out_latex.org | |
parent | nix-build cleanup, external sources localized (diff) |
org-mode code block headers
Diffstat (limited to 'org/out_latex.org')
-rw-r--r-- | org/out_latex.org | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/org/out_latex.org b/org/out_latex.org index ab3df75..b278cda 100644 --- a/org/out_latex.org +++ b/org/out_latex.org @@ -14,6 +14,7 @@ #+PROPERTY: header-args+ :results no #+PROPERTY: header-args+ :cache no #+PROPERTY: header-args+ :padline no +#+PROPERTY: header-args+ :mkdirp yes - [[./spine.org][spine]] [[./][org/]] - [[./output_hub.org][output_hub]] @@ -21,7 +22,8 @@ * latex ** _module template_ :latex:pdf:module: -#+BEGIN_SRC d :tangle "../src/doc_reform/io_out/latex.d" :noweb yes +#+HEADER: :tangle "../src/doc_reform/io_out/latex.d" :noweb yes +#+BEGIN_SRC d <<doc_header_including_copyright_and_license>> module doc_reform.io_out.latex; template outputLaTeX() { @@ -1937,7 +1939,10 @@ string latex_tail(M)( * latex system command helper script ** latex command, ruby script -#+BEGIN_SRC ruby :tangle "../misc/util/rb/tex/dr_tex.rb" :tangle-mode (identity #o755) :shebang #!/usr/bin/env ruby +#+HEADER: :tangle "../misc/util/rb/tex/dr_tex.rb" +#+HEADER: :tangle-mode (identity #o755) +#+HEADER: :shebang #!/usr/bin/env ruby +#+BEGIN_SRC ruby # <<doc_header_including_copyright_and_license>> require 'fileutils' pwd = Dir.pwd |