Skip to content

Commit

Permalink
FOP config updated for metanorma/metanorma-iso#910
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Mar 12, 2023
1 parent 8725fb0 commit 619ae79
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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 := 1.63
JAR_VERSION := 1.64
JAR_FILE := mn2pdf-$(JAR_VERSION).jar

all: target/$(JAR_FILE)
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ Tag the same version in Git:

[source,xml]
----
git tag v1.63
git push origin v1.63
git tag v1.64
git push origin v1.64
----

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>1.63</version>
<version>1.64</version>
<name>Metanorma XML to PDF converter</name>
<packaging>jar</packaging>
<url>https://www.metanorma.org</url>
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/pdf_fonts_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ Relative config URLs are resolved relative to location of this file.
<font-triplet name="Cambria" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="cambria.ttc" sub-font="Cambria Math">
<alternate embed-url="Cambria Math.ttf"/>
<alternate embed-url="cambria.ttf"/>
<font-triplet name="Cambria Math" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="cambria.ttc" sub-font="Cambria Math" simulate-style="true">
<alternate embed-url="cambria.ttf"/>
<alternate embed-url="Cambria Math.ttf" simulate-style="true"/>
<alternate embed-url="cambria.ttf" simulate-style="true"/>
<font-triplet name="Cambria Math" style="normal" weight="bold"/>
</font>
<font kerning="yes" embed-url="cambriab.ttf">
Expand Down

0 comments on commit 619ae79

Please sign in to comment.