diff --git a/Makefile b/Makefile index 57bd504..8f5360b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SHELL ?= /bin/bash endif #JAR_VERSION := $(shell mvn -q -Dexec.executable="echo" -Dexec.args='$${project.version}' --non-recursive exec:exec -DforceStdout) -JAR_VERSION := 2.13 +JAR_VERSION := 2.14 JAR_FILE := mn2pdf-$(JAR_VERSION).jar all: target/$(JAR_FILE) diff --git a/README.adoc b/README.adoc index 37a2032..8b4bf70 100644 --- a/README.adoc +++ b/README.adoc @@ -17,14 +17,14 @@ You will need the Java Development Kit (JDK) version 8, Update 241 (8u241) or hi [source,sh] ---- -java -Xss5m -Xmx2048m -jar target/mn2pdf-2.13.jar --xml-file --xsl-file --pdf-file [--syntax-highlight] +java -Xss5m -Xmx2048m -jar target/mn2pdf-2.14.jar --xml-file --xsl-file --pdf-file [--syntax-highlight] ---- e.g. [source,sh] ---- -java -Xss5m -Xmx2048m -jar target/mn2pdf-2.13.jar --xml-file tests/G.191.xml --xsl-file tests/itu.recommendation.xsl --pdf-file tests/G.191.pdf +java -Xss5m -Xmx2048m -jar target/mn2pdf-2.14.jar --xml-file tests/G.191.xml --xsl-file tests/itu.recommendation.xsl --pdf-file tests/G.191.pdf ---- === PDF encryption features @@ -100,7 +100,7 @@ Update version in `pom.xml`, e.g.: ---- org.metanorma.fop mn2pdf -2.13 +2.14 Metanorma XML to PDF converter ---- @@ -111,8 +111,8 @@ Tag the same version in Git: [source,xml] ---- -git tag v2.13 -git push origin v2.13 +git tag v2.14 +git push origin v2.14 ---- Then the corresponding GitHub release will be automatically created at: diff --git a/pom.xml b/pom.xml index a8719dd..5a79d33 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.metanorma.fop mn2pdf - 2.13 + 2.14 Metanorma XML to PDF converter jar https://www.metanorma.org diff --git a/src/main/resources/hyph/af.hyp b/src/main/resources/hyph/af.hyp new file mode 100644 index 0000000..e646aa9 Binary files /dev/null and b/src/main/resources/hyph/af.hyp differ diff --git a/src/main/resources/hyph/as.hyp b/src/main/resources/hyph/as.hyp new file mode 100644 index 0000000..754a125 Binary files /dev/null and b/src/main/resources/hyph/as.hyp differ diff --git a/src/main/resources/hyph/bg.hyp b/src/main/resources/hyph/bg.hyp new file mode 100644 index 0000000..c8fc854 Binary files /dev/null and b/src/main/resources/hyph/bg.hyp differ diff --git a/src/main/resources/hyph/bn.hyp b/src/main/resources/hyph/bn.hyp new file mode 100644 index 0000000..754a125 Binary files /dev/null and b/src/main/resources/hyph/bn.hyp differ diff --git a/src/main/resources/hyph/ca.hyp b/src/main/resources/hyph/ca.hyp new file mode 100644 index 0000000..7326522 Binary files /dev/null and b/src/main/resources/hyph/ca.hyp differ diff --git a/src/main/resources/hyph/cop.hyp b/src/main/resources/hyph/cop.hyp new file mode 100644 index 0000000..d63fcb7 Binary files /dev/null and b/src/main/resources/hyph/cop.hyp differ diff --git a/src/main/resources/hyph/cs.hyp b/src/main/resources/hyph/cs.hyp new file mode 100644 index 0000000..161d2de Binary files /dev/null and b/src/main/resources/hyph/cs.hyp differ diff --git a/src/main/resources/hyph/cy.hyp b/src/main/resources/hyph/cy.hyp new file mode 100644 index 0000000..f59f425 Binary files /dev/null and b/src/main/resources/hyph/cy.hyp differ diff --git a/src/main/resources/hyph/da.hyp b/src/main/resources/hyph/da.hyp new file mode 100644 index 0000000..e9ff923 Binary files /dev/null and b/src/main/resources/hyph/da.hyp differ diff --git a/src/main/resources/hyph/de.hyp b/src/main/resources/hyph/de.hyp new file mode 100644 index 0000000..5deefad Binary files /dev/null and b/src/main/resources/hyph/de.hyp differ diff --git a/src/main/resources/hyph/de_1901.hyp b/src/main/resources/hyph/de_1901.hyp new file mode 100644 index 0000000..91ad118 Binary files /dev/null and b/src/main/resources/hyph/de_1901.hyp differ diff --git a/src/main/resources/hyph/de_CH.hyp b/src/main/resources/hyph/de_CH.hyp new file mode 100644 index 0000000..159ff8e Binary files /dev/null and b/src/main/resources/hyph/de_CH.hyp differ diff --git a/src/main/resources/hyph/el.hyp b/src/main/resources/hyph/el.hyp new file mode 100644 index 0000000..ee8863d Binary files /dev/null and b/src/main/resources/hyph/el.hyp differ diff --git a/src/main/resources/hyph/el_Polyton.hyp b/src/main/resources/hyph/el_Polyton.hyp new file mode 100644 index 0000000..51600aa Binary files /dev/null and b/src/main/resources/hyph/el_Polyton.hyp differ diff --git a/src/main/resources/hyph/en.hyp b/src/main/resources/hyph/en.hyp new file mode 100644 index 0000000..9d3eac6 Binary files /dev/null and b/src/main/resources/hyph/en.hyp differ diff --git a/src/main/resources/hyph/en_GB.hyp b/src/main/resources/hyph/en_GB.hyp new file mode 100644 index 0000000..2ff07b9 Binary files /dev/null and b/src/main/resources/hyph/en_GB.hyp differ diff --git a/src/main/resources/hyph/eo.hyp b/src/main/resources/hyph/eo.hyp new file mode 100644 index 0000000..9ab0346 Binary files /dev/null and b/src/main/resources/hyph/eo.hyp differ diff --git a/src/main/resources/hyph/es.hyp b/src/main/resources/hyph/es.hyp new file mode 100644 index 0000000..5e21aa7 Binary files /dev/null and b/src/main/resources/hyph/es.hyp differ diff --git a/src/main/resources/hyph/et.hyp b/src/main/resources/hyph/et.hyp new file mode 100644 index 0000000..4f2fa4a Binary files /dev/null and b/src/main/resources/hyph/et.hyp differ diff --git a/src/main/resources/hyph/eu.hyp b/src/main/resources/hyph/eu.hyp new file mode 100644 index 0000000..171b13f Binary files /dev/null and b/src/main/resources/hyph/eu.hyp differ diff --git a/src/main/resources/hyph/fi.hyp b/src/main/resources/hyph/fi.hyp new file mode 100644 index 0000000..884262f Binary files /dev/null and b/src/main/resources/hyph/fi.hyp differ diff --git a/src/main/resources/hyph/fr.hyp b/src/main/resources/hyph/fr.hyp new file mode 100644 index 0000000..7f89b23 Binary files /dev/null and b/src/main/resources/hyph/fr.hyp differ diff --git a/src/main/resources/hyph/fur.hyp b/src/main/resources/hyph/fur.hyp new file mode 100644 index 0000000..354d8f1 Binary files /dev/null and b/src/main/resources/hyph/fur.hyp differ diff --git a/src/main/resources/hyph/ga.hyp b/src/main/resources/hyph/ga.hyp new file mode 100644 index 0000000..c8b7ce0 Binary files /dev/null and b/src/main/resources/hyph/ga.hyp differ diff --git a/src/main/resources/hyph/gl.hyp b/src/main/resources/hyph/gl.hyp new file mode 100644 index 0000000..2889e45 Binary files /dev/null and b/src/main/resources/hyph/gl.hyp differ diff --git a/src/main/resources/hyph/grc.hyp b/src/main/resources/hyph/grc.hyp new file mode 100644 index 0000000..1efb2fe Binary files /dev/null and b/src/main/resources/hyph/grc.hyp differ diff --git a/src/main/resources/hyph/gu.hyp b/src/main/resources/hyph/gu.hyp new file mode 100644 index 0000000..807c91b Binary files /dev/null and b/src/main/resources/hyph/gu.hyp differ diff --git a/src/main/resources/hyph/hi.hyp b/src/main/resources/hyph/hi.hyp new file mode 100644 index 0000000..f855e8f Binary files /dev/null and b/src/main/resources/hyph/hi.hyp differ diff --git a/src/main/resources/hyph/hr.hyp b/src/main/resources/hyph/hr.hyp new file mode 100644 index 0000000..dd36e79 Binary files /dev/null and b/src/main/resources/hyph/hr.hyp differ diff --git a/src/main/resources/hyph/hsb.hyp b/src/main/resources/hyph/hsb.hyp new file mode 100644 index 0000000..1b63d73 Binary files /dev/null and b/src/main/resources/hyph/hsb.hyp differ diff --git a/src/main/resources/hyph/hy.hyp b/src/main/resources/hyph/hy.hyp new file mode 100644 index 0000000..4bcb401 Binary files /dev/null and b/src/main/resources/hyph/hy.hyp differ diff --git a/src/main/resources/hyph/ia.hyp b/src/main/resources/hyph/ia.hyp new file mode 100644 index 0000000..d77e19e Binary files /dev/null and b/src/main/resources/hyph/ia.hyp differ diff --git a/src/main/resources/hyph/id.hyp b/src/main/resources/hyph/id.hyp new file mode 100644 index 0000000..dc6b567 Binary files /dev/null and b/src/main/resources/hyph/id.hyp differ diff --git a/src/main/resources/hyph/is.hyp b/src/main/resources/hyph/is.hyp new file mode 100644 index 0000000..3523e1b Binary files /dev/null and b/src/main/resources/hyph/is.hyp differ diff --git a/src/main/resources/hyph/it.hyp b/src/main/resources/hyph/it.hyp new file mode 100644 index 0000000..93f3326 Binary files /dev/null and b/src/main/resources/hyph/it.hyp differ diff --git a/src/main/resources/hyph/ka.hyp b/src/main/resources/hyph/ka.hyp new file mode 100644 index 0000000..4a29a6e Binary files /dev/null and b/src/main/resources/hyph/ka.hyp differ diff --git a/src/main/resources/hyph/kmr.hyp b/src/main/resources/hyph/kmr.hyp new file mode 100644 index 0000000..4e7fec8 Binary files /dev/null and b/src/main/resources/hyph/kmr.hyp differ diff --git a/src/main/resources/hyph/kn.hyp b/src/main/resources/hyph/kn.hyp new file mode 100644 index 0000000..16c45b1 Binary files /dev/null and b/src/main/resources/hyph/kn.hyp differ diff --git a/src/main/resources/hyph/la.hyp b/src/main/resources/hyph/la.hyp new file mode 100644 index 0000000..26b30fb Binary files /dev/null and b/src/main/resources/hyph/la.hyp differ diff --git a/src/main/resources/hyph/la_CL.hyp b/src/main/resources/hyph/la_CL.hyp new file mode 100644 index 0000000..2cf4691 Binary files /dev/null and b/src/main/resources/hyph/la_CL.hyp differ diff --git a/src/main/resources/hyph/lt.hyp b/src/main/resources/hyph/lt.hyp new file mode 100644 index 0000000..158d695 Binary files /dev/null and b/src/main/resources/hyph/lt.hyp differ diff --git a/src/main/resources/hyph/lv.hyp b/src/main/resources/hyph/lv.hyp new file mode 100644 index 0000000..bc0dec7 Binary files /dev/null and b/src/main/resources/hyph/lv.hyp differ diff --git a/src/main/resources/hyph/ml.hyp b/src/main/resources/hyph/ml.hyp new file mode 100644 index 0000000..266535c Binary files /dev/null and b/src/main/resources/hyph/ml.hyp differ diff --git a/src/main/resources/hyph/mn.hyp b/src/main/resources/hyph/mn.hyp new file mode 100644 index 0000000..bcb34a8 Binary files /dev/null and b/src/main/resources/hyph/mn.hyp differ diff --git a/src/main/resources/hyph/mr.hyp b/src/main/resources/hyph/mr.hyp new file mode 100644 index 0000000..f855e8f Binary files /dev/null and b/src/main/resources/hyph/mr.hyp differ diff --git a/src/main/resources/hyph/mul_ET.hyp b/src/main/resources/hyph/mul_ET.hyp new file mode 100644 index 0000000..1e73369 Binary files /dev/null and b/src/main/resources/hyph/mul_ET.hyp differ diff --git a/src/main/resources/hyph/nb.hyp b/src/main/resources/hyph/nb.hyp new file mode 100644 index 0000000..00a6acb Binary files /dev/null and b/src/main/resources/hyph/nb.hyp differ diff --git a/src/main/resources/hyph/nl.hyp b/src/main/resources/hyph/nl.hyp new file mode 100644 index 0000000..7fbd927 Binary files /dev/null and b/src/main/resources/hyph/nl.hyp differ diff --git a/src/main/resources/hyph/nn.hyp b/src/main/resources/hyph/nn.hyp new file mode 100644 index 0000000..04603e7 Binary files /dev/null and b/src/main/resources/hyph/nn.hyp differ diff --git a/src/main/resources/hyph/oc.hyp b/src/main/resources/hyph/oc.hyp new file mode 100644 index 0000000..332396d Binary files /dev/null and b/src/main/resources/hyph/oc.hyp differ diff --git a/src/main/resources/hyph/or.hyp b/src/main/resources/hyph/or.hyp new file mode 100644 index 0000000..4669d5a Binary files /dev/null and b/src/main/resources/hyph/or.hyp differ diff --git a/src/main/resources/hyph/pa.hyp b/src/main/resources/hyph/pa.hyp new file mode 100644 index 0000000..c0e2d3b Binary files /dev/null and b/src/main/resources/hyph/pa.hyp differ diff --git a/src/main/resources/hyph/pl.hyp b/src/main/resources/hyph/pl.hyp new file mode 100644 index 0000000..4a5fe49 Binary files /dev/null and b/src/main/resources/hyph/pl.hyp differ diff --git a/src/main/resources/hyph/pms.hyp b/src/main/resources/hyph/pms.hyp new file mode 100644 index 0000000..e4b48ec Binary files /dev/null and b/src/main/resources/hyph/pms.hyp differ diff --git a/src/main/resources/hyph/pt.hyp b/src/main/resources/hyph/pt.hyp new file mode 100644 index 0000000..c702b23 Binary files /dev/null and b/src/main/resources/hyph/pt.hyp differ diff --git a/src/main/resources/hyph/rm.hyp b/src/main/resources/hyph/rm.hyp new file mode 100644 index 0000000..2c14493 Binary files /dev/null and b/src/main/resources/hyph/rm.hyp differ diff --git a/src/main/resources/hyph/ro.hyp b/src/main/resources/hyph/ro.hyp new file mode 100644 index 0000000..bb83220 Binary files /dev/null and b/src/main/resources/hyph/ro.hyp differ diff --git a/src/main/resources/hyph/ru.hyp b/src/main/resources/hyph/ru.hyp new file mode 100644 index 0000000..3739353 Binary files /dev/null and b/src/main/resources/hyph/ru.hyp differ diff --git a/src/main/resources/hyph/sa.hyp b/src/main/resources/hyph/sa.hyp new file mode 100644 index 0000000..aa64e6a Binary files /dev/null and b/src/main/resources/hyph/sa.hyp differ diff --git a/src/main/resources/hyph/sk.hyp b/src/main/resources/hyph/sk.hyp new file mode 100644 index 0000000..0ffa491 Binary files /dev/null and b/src/main/resources/hyph/sk.hyp differ diff --git a/src/main/resources/hyph/sl.hyp b/src/main/resources/hyph/sl.hyp new file mode 100644 index 0000000..1a98e68 Binary files /dev/null and b/src/main/resources/hyph/sl.hyp differ diff --git a/src/main/resources/hyph/sr_Cyrl.hyp b/src/main/resources/hyph/sr_Cyrl.hyp new file mode 100644 index 0000000..f431c6e Binary files /dev/null and b/src/main/resources/hyph/sr_Cyrl.hyp differ diff --git a/src/main/resources/hyph/sr_Latn.hyp b/src/main/resources/hyph/sr_Latn.hyp new file mode 100644 index 0000000..0d99c88 Binary files /dev/null and b/src/main/resources/hyph/sr_Latn.hyp differ diff --git a/src/main/resources/hyph/sv.hyp b/src/main/resources/hyph/sv.hyp new file mode 100644 index 0000000..6c0afe3 Binary files /dev/null and b/src/main/resources/hyph/sv.hyp differ diff --git a/src/main/resources/hyph/ta.hyp b/src/main/resources/hyph/ta.hyp new file mode 100644 index 0000000..ab44a61 Binary files /dev/null and b/src/main/resources/hyph/ta.hyp differ diff --git a/src/main/resources/hyph/te.hyp b/src/main/resources/hyph/te.hyp new file mode 100644 index 0000000..914dfd0 Binary files /dev/null and b/src/main/resources/hyph/te.hyp differ diff --git a/src/main/resources/hyph/th.hyp b/src/main/resources/hyph/th.hyp new file mode 100644 index 0000000..0690aa7 Binary files /dev/null and b/src/main/resources/hyph/th.hyp differ diff --git a/src/main/resources/hyph/tk.hyp b/src/main/resources/hyph/tk.hyp new file mode 100644 index 0000000..1be55bd Binary files /dev/null and b/src/main/resources/hyph/tk.hyp differ diff --git a/src/main/resources/hyph/tr.hyp b/src/main/resources/hyph/tr.hyp new file mode 100644 index 0000000..f6d87da Binary files /dev/null and b/src/main/resources/hyph/tr.hyp differ diff --git a/src/main/resources/hyph/uk.hyp b/src/main/resources/hyph/uk.hyp new file mode 100644 index 0000000..1d2c559 Binary files /dev/null and b/src/main/resources/hyph/uk.hyp differ diff --git a/src/main/resources/hyph/zh_Latn.hyp b/src/main/resources/hyph/zh_Latn.hyp new file mode 100644 index 0000000..6f8d9dc Binary files /dev/null and b/src/main/resources/hyph/zh_Latn.hyp differ