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