Skip to content

Commit

Permalink
Merge pull request #322 from metanorma/feature/hyphenation
Browse files Browse the repository at this point in the history
Feature/hyphenation
  • Loading branch information
Intelligent2013 authored Jan 22, 2025
2 parents 047f5ec + 35a7e89 commit 9d44a74
Show file tree
Hide file tree
Showing 74 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 5 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <XML-FileName> --xsl-file <XSLT-FileName> --pdf-file <Output-PDF-FileName> [--syntax-highlight]
java -Xss5m -Xmx2048m -jar target/mn2pdf-2.14.jar --xml-file <XML-FileName> --xsl-file <XSLT-FileName> --pdf-file <Output-PDF-FileName> [--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
Expand Down Expand Up @@ -100,7 +100,7 @@ Update version in `pom.xml`, e.g.:
----
<groupId>org.metanorma.fop</groupId>
<artifactId>mn2pdf</artifactId>
<version>2.13</version>
<version>2.14</version>
<name>Metanorma XML to PDF converter</name>
----

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.metanorma.fop</groupId>
<artifactId>mn2pdf</artifactId>
<version>2.13</version>
<version>2.14</version>
<name>Metanorma XML to PDF converter</name>
<packaging>jar</packaging>
<url>https://www.metanorma.org</url>
Expand Down
Binary file added src/main/resources/hyph/af.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/as.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/bg.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/bn.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/ca.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/cop.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/cs.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/cy.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/da.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/de.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/de_1901.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/de_CH.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/el.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/el_Polyton.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/en.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/en_GB.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/eo.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/es.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/et.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/eu.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/fi.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/fr.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/fur.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/ga.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/gl.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/grc.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/gu.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/hi.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/hr.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/hsb.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/hy.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/ia.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/id.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/is.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/it.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/ka.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/kmr.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/kn.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/la.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/la_CL.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/lt.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/lv.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/ml.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/mn.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/mr.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/mul_ET.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/nb.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/nl.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/nn.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/oc.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/or.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/pa.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/pl.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/pms.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/pt.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/rm.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/ro.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/ru.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/sa.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/sk.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/sl.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/sr_Cyrl.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/sr_Latn.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/sv.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/ta.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/te.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/th.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/tk.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/tr.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/uk.hyp
Binary file not shown.
Binary file added src/main/resources/hyph/zh_Latn.hyp
Binary file not shown.

0 comments on commit 9d44a74

Please sign in to comment.