@jti/adoc2typst2pdf 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,27 @@
1
+ enabled: true
2
+ assembly:
3
+ root_level: 1
4
+ component_versions: '*'
5
+ section_merge_strategy: fuse
6
+ insert_start_page: false
7
+ asciidoc:
8
+ attributes:
9
+ assembler-enabled: true
10
+ pdf-theme: ./pdf/jti-theme.yml
11
+ pdf-fontsdir: ./pdf/fonts
12
+ allow-uri-read: ''
13
+ kroki-fetch-diagram: ~
14
+ source-highlighter: rouge
15
+ chapter-signifier: ''
16
+ sectnums: ''
17
+ sectnumlevels: 1
18
+ toc: auto
19
+ toclevels: 3
20
+ media: prepress
21
+ compress: ''
22
+ xml_ids: true
23
+ build:
24
+ # command: bundle exec asciidoctor-pdf --trace --sourcemap -r asciidoctor-kroki
25
+ command: npx adoc2typst2pdf -t typst/preamble.typ
26
+ keep_aggregate_source: true
27
+ qualify_exports: true