1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00
Files
postgres/doc/src/sgml
Peter Eisentraut 9274c577f7 Fixes for "Glyph not available" warnings from FOP
With the PostgreSQL 11 release notes acknowledgments list, FOP reported

WARNING: Glyph "?" (0x144, nacute) not available in font "Times-Roman".
WARNING: Glyph "?" (0x15e, Scedilla) not available in font "Times-Roman".
WARNING: Glyph "?" (0x15f, scedilla) not available in font "Times-Roman".
WARNING: Glyph "?" (0x131, dotlessi) not available in font "Times-Roman".

This is because we have some new contributors whose names use letters
that we haven't used before, and apparently FOP can't handle them out
of the box.

For now, just fix this by "unaccenting" those names.  In the future,
maybe this can be fixed better with a different font configuration.

There is also another warning

WARNING: Glyph "?" (0x3c0, pi) not available in font "Times-Roman".

but that existed in previous releases and is not touched here.
2018-10-15 09:48:49 +02:00
..
2018-07-16 10:48:05 +02:00
2017-10-20 19:26:10 -04:00
2018-10-15 01:11:33 +03:00
2017-10-20 19:26:10 -04:00
2018-07-16 10:48:05 +02:00
2018-10-09 11:54:58 -04:00
2018-10-11 11:43:56 -07:00
2018-06-20 16:01:18 +02:00
2018-06-20 16:06:03 +02:00
2018-07-16 10:48:05 +02:00
2018-10-09 22:29:09 +09:00
2017-10-17 15:10:33 -04:00
2017-10-17 15:10:33 -04:00
2017-11-23 09:44:28 -05:00
2017-11-23 09:44:28 -05:00
2017-11-23 09:44:28 -05:00
2018-07-16 10:48:05 +02:00
2017-10-17 15:10:33 -04:00
2017-10-17 15:10:33 -04:00
2018-07-16 10:48:05 +02:00
2018-10-03 12:48:37 -07:00
2018-04-03 09:47:18 -04:00
2018-01-02 23:30:12 -05:00
2018-07-16 10:48:05 +02:00
2017-10-17 15:10:33 -04:00
2018-08-28 21:33:32 +09:00
2018-08-17 11:36:34 +12:00
2018-08-14 22:54:52 +02:00
2017-10-17 15:10:33 -04:00
2018-06-20 16:01:18 +02:00
2017-10-17 15:10:33 -04:00
2018-07-16 10:48:05 +02:00
2018-08-14 22:54:52 +02:00
2017-11-23 09:44:28 -05:00
2017-11-08 11:37:28 -05:00
2017-08-15 14:37:44 -04:00
2017-04-12 15:41:41 -04:00
2018-08-28 21:42:45 +09:00
2018-07-16 10:48:05 +02:00
2017-11-23 09:44:28 -05:00

<!-- doc/src/sgml/README.links -->

Linking within SGML documents can be confusing, so here is a summary:


Intra-document Linking
----------------------

<xref>
	use to get chapter/section number from the title of the target
	link, or xreflabel if defined at the target, or refentrytitle if target
        is a refentry;  has no close tag
	http://www.oasis-open.org/docbook/documentation/reference/html/xref.html

<link>
	use to supply text for the link, requires </link>
	http://www.oasis-open.org/docbook/documentation/reference/html/link.html

linkend=
	controls the target of the link/xref, required

endterm=
	for <xref>, allows the text of the link/xref to be taken from a
	different link target title


External Linking
----------------

<ulink>
	like <link>, but uses a URL (not a document target);  requires
	</ulink>; if no text is specified, the URL appears as the link
	text
	http://www.oasis-open.org/docbook/documentation/reference/html/ulink.html

url=
	used by <ulink> to specify the URL, required


Guidelines
----------

o  If you want to supply text, use <link>, else <xref>
o  Do not use text with <ulink> so the URL appears in printed output
o  Specific nouns like GUC variables, SQL commands, and contrib modules
   usually have xreflabels