Commit 3f032e0e authored by Aleksander Kleczek's avatar Aleksander Kleczek
Browse files

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

parent 0ce4f2bd
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
REM © 2025 NokiaREM 
REM Licensed under tREM he BSD 3-Clause License
REM SPDX-License-IdentifREM ier: BSD-3-Clause

REM This script sets up the environment for processing 3GPP specifications
REM using Pandoc and WeasyPrint. It defines paths for input files, output directories,
REM and configuration options for the processing scripts.

REM Configure Pandoc lua filters
set PRE_PROCEDURAL=FALSE
set PROC_ASN=FALSE
set PROC_MSC=FALSE
set PROC_MERMAID=FALSE
set PROC_PROCEDURAL=FALSE
set PROC_RRC_PROCEDURAL=TRUE
set PROC_EQUATION=FALSE
set PROC_TOC=TRUE
set PROC_JSON_TABLES=FALSE
set PROC_COVER=TRUE
set PROC_POST=TRUE

REM * Static images path
set IMAGES_DIR=images

REM * Cover page (html) Path
set COVER_PAGE_FILE=38.533_cover_page.html

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

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

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