From 26f972a3bc91ac6685412a42f24170ce2783de50 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 29 Apr 2020 19:48:22 +0200 Subject: [PATCH] FOP font configuration --- doc/src/sgml/Makefile | 1 + doc/src/sgml/fop.xml | 12 ++++++++++++ doc/src/sgml/stylesheet-fo.xsl | 2 ++ doc/src/sgml/syntax.sgml | 4 ++-- 4 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 doc/src/sgml/fop.xml diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 0401a515df..b8212b3f62 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -38,6 +38,7 @@ endif ifndef FOP FOP = $(missing) fop endif +FOP += -c $(srcdir)/fop.xml XMLINCLUDE = --path . diff --git a/doc/src/sgml/fop.xml b/doc/src/sgml/fop.xml new file mode 100644 index 0000000000..1b0fb16782 --- /dev/null +++ b/doc/src/sgml/fop.xml @@ -0,0 +1,12 @@ + + + + + + + + + > + + + diff --git a/doc/src/sgml/stylesheet-fo.xsl b/doc/src/sgml/stylesheet-fo.xsl index 2f2517d8ce..0b53835782 100644 --- a/doc/src/sgml/stylesheet-fo.xsl +++ b/doc/src/sgml/stylesheet-fo.xsl @@ -6,6 +6,8 @@ +DejaVu Serif + 3 diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index e134877798..930abbb462 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -230,7 +230,7 @@ Identifiers and Key Words U&"d\0061t\+000061" The following less trivial example writes the Russian - word slon (elephant) in Cyrillic letters: + word слон/slon (elephant) in Cyrillic letters: U&"\0441\043B\043E\043D" @@ -494,7 +494,7 @@ String Constants with Unicode Escapes U&'d\0061t\+000061' The following less trivial example writes the Russian - word slon (elephant) in Cyrillic letters: + word слон/slon (elephant) in Cyrillic letters: U&'\0441\043B\043E\043D' -- 2.26.2