diff --git a/README.adoc b/README.adoc index efcaa09d..fe8b9dfb 100644 --- a/README.adoc +++ b/README.adoc @@ -14,14 +14,14 @@ You will need the `maven` build tool and `make`. [source,sh] ---- -java -jar target/mn2pdf-1.4.jar --xml-file --xsl-file --pdf-file +java -jar target/mn2pdf-1.5.jar --xml-file --xsl-file --pdf-file ---- e.g. [source,sh] ---- -java -jar target/mn2pdf-1.4.jar --xml-file tests/G.191.xml --xsl-file tests/itu.recommendation.xsl --pdf-file tests/G.191.pdf +java -jar target/mn2pdf-1.5.jar --xml-file tests/G.191.xml --xsl-file tests/itu.recommendation.xsl --pdf-file tests/G.191.pdf ---- @@ -41,7 +41,7 @@ Update version in `pom.xml`, e.g.: ---- com.metanorma.fop mn2pdf -1.4 +1.5 Metanorma XML to PDF converter ---- @@ -52,8 +52,8 @@ Tag the same version in Git: [source,xml] ---- -git tag v1.4 -git push origin v1.4 +git tag v1.5 +git push origin v1.5 ---- Then the corresponding GitHub release will be automatically created at: diff --git a/pom.xml b/pom.xml index a82726d0..a7d2af43 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.metanorma.fop mn2pdf - 1.4 + 1.5 Metanorma XML to PDF converter jar https://www.metanorma.com diff --git a/src/main/resources/pdf_fonts_config.xml b/src/main/resources/pdf_fonts_config.xml index cce0e3b0..8a105698 100644 --- a/src/main/resources/pdf_fonts_config.xml +++ b/src/main/resources/pdf_fonts_config.xml @@ -73,6 +73,10 @@ Relative config URLs are resolved relative to location of this file. + + + + @@ -159,6 +163,9 @@ Relative config URLs are resolved relative to location of this file. + + +