Commit 8a90c9a3 authored by Aleksander Kleczek's avatar Aleksander Kleczek
Browse files

Add batch script for processing 3GPP specifications with Pandoc and WeasyPrint

- Introduced `config_excerpt.bat` to set up the environment for processing 3GPP specifications.
- Configured various processing options for Pandoc lua filters.
- Defined paths for images, cover page, input markdown file, and output HTML/PDF files.
- Included configuration settings for markdown to HTML conversion and HTML to PDF conversion.
parent c70d15de
Loading
Loading
Loading
Loading
+0 −0

File moved.

+3 −4
Original line number Diff line number Diff line
@@ -26,13 +26,12 @@ REM * Cover page (html) Path
set COVER_PAGE_FILE=38.533_cover_page.html

REM * Input markdown file
set MD_FILE=38533.md
set MD_FILE=38533_excerpt.md

REM * Configuration for markdown to HTML
set HTML_TITLE="TS38.533 v18.8.0"
set HTML_FILE=38533.html

set HTML_FILE=38533_excerpt.html
set CSS_SPEC_CUSTOM=custom_spec_style.css

REM * Configuration for HTML to PDF conversion
set PDF_FILE=38533.pdf
set PDF_FILE=38533_excerpt.pdf
 No newline at end of file