diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-10 13:48:18 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-10 13:48:18 -0500 |
commit | ff0951418e0c4355ac0235a0ea283f61f9462a3d (patch) | |
tree | 06a2c6f62e2868a5f500ac55c0fb47aadecda6dd /org/texpdf.org | |
parent | org, create output path if necessary, should not be (diff) |
rb file headers change, org-mode tangle whitespace issue
Diffstat (limited to 'org/texpdf.org')
-rw-r--r-- | org/texpdf.org | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/org/texpdf.org b/org/texpdf.org index b52e1183..4b412e7d 100644 --- a/org/texpdf.org +++ b/org/texpdf.org @@ -20,7 +20,7 @@ ** texpdf.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/texpdf.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_TeX begin require 'pstore' @@ -1132,7 +1132,7 @@ __END__ ** texpdf_parts.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/texpdf_parts.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_Parts_TeXpdf require_relative 'generic_parts' # generic_parts.rb include SiSU_Parts_Generic @@ -1317,7 +1317,7 @@ __END__ ** texpdf_format.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/texpdf_format.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_TeX_Pdf require_relative 'texpdf_parts' # texpdf_parts.rb @@table_pg_break_counter=1 @@ -2915,7 +2915,8 @@ texlive-xetex #+NAME: sisu_document_header #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -2967,4 +2968,5 @@ encoding: utf-8 <https://git.sisudoc.org/projects/> <https://git.sisudoc.org/projects/?p=software/sisu.git;a=summary> <https://git.sisudoc.org/projects/?p=markup/sisu-markup-samples.git;a=summary> +=end #+END_SRC |