Skip to content

Commit

Permalink
single instance of presentation-metadata-custom-charset-font: metanor…
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 29, 2023
1 parent c94e996 commit 823bf76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions author/topics/document-format/text.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,12 @@ For example:

In order to be rendered, a font implementing that interpretation needs to be indicated as a processing hint
for Metanorma. This is done with the Presentation XML metadata directive
`:presentation-metadata-custom-charset-font: {name of interpretation}:"{name of font}"`, as a document attribute.
For instance:
`:presentation-metadata-custom-charset-font: {name of interpretation}:"{name of font}"`, as a document attribute,
giving a comma-delimited list of charset-font pairs. For instance:

[source,asciidoc]
----
:presentation-metadata-custom-charset-font: conscript:"Code 2000"
:presentation-metadata-custom-charset-font: babelstone:"BabelStone PUA"
:presentation-metadata-custom-charset-font: conscript:"Code 2000",babelstone:"BabelStone PUA"
:fonts: "Code 2000","BabelStone PUA"
----

Expand Down

0 comments on commit 823bf76

Please sign in to comment.