aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/texpdf.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/texpdf.org')
-rw-r--r--org/texpdf.org19
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