diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-03-09 21:05:51 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-03-11 12:29:57 -0500 |
commit | 0a87b8fbd5b013b8da07f6bc30360ff735217367 (patch) | |
tree | 16cd52e499f0cc9a919c8d0d32a3932573ebbfcd /org/texpdf.org | |
parent | org-mode, track bin files (diff) |
org-mode and ruby file headers modified
- org-mode file headers modified to preserve
org-mode ruby syntax highlighting
Diffstat (limited to 'org/texpdf.org')
-rw-r--r-- | org/texpdf.org | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/org/texpdf.org b/org/texpdf.org index 4b412e7d..dd1d2486 100644 --- a/org/texpdf.org +++ b/org/texpdf.org @@ -19,8 +19,9 @@ * texpdf ** texpdf.rb -#+BEGIN_SRC ruby :tangle "../lib/sisu/texpdf.rb" -<<sisu_document_header>> +#+HEADER: :tangle "../lib/sisu/texpdf.rb" +#+BEGIN_SRC ruby +#<<sisu_document_header>> module SiSU_TeX begin require 'pstore' @@ -1131,8 +1132,9 @@ __END__ ** texpdf_parts.rb -#+BEGIN_SRC ruby :tangle "../lib/sisu/texpdf_parts.rb" -<<sisu_document_header>> +#+HEADER: :tangle "../lib/sisu/texpdf_parts.rb" +#+BEGIN_SRC ruby +#<<sisu_document_header>> module SiSU_Parts_TeXpdf require_relative 'generic_parts' # generic_parts.rb include SiSU_Parts_Generic @@ -1316,8 +1318,9 @@ __END__ ** texpdf_format.rb -#+BEGIN_SRC ruby :tangle "../lib/sisu/texpdf_format.rb" -<<sisu_document_header>> +#+HEADER: :tangle "../lib/sisu/texpdf_format.rb" +#+BEGIN_SRC ruby +#<<sisu_document_header>> module SiSU_TeX_Pdf require_relative 'texpdf_parts' # texpdf_parts.rb @@table_pg_break_counter=1 @@ -2915,8 +2918,7 @@ texlive-xetex #+NAME: sisu_document_header #+BEGIN_SRC text -#encoding: utf-8 -=begin +encoding: utf-8 - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -2968,5 +2970,4 @@ texlive-xetex <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 |