diff options
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 |