Re: Invalid links on page
Peter Flynn <[email protected]> Mon, 7 Jan 2019 08:22:56 +0000
| Newsgroups | gmane.text.docbook.misc |
|---|---|
| Organization | Silmaril Consultants |
| Message-ID | <[email protected]> |
On 07/01/2019 05:36, N. Raghavendra wrote: > At 2019-01-05T18:51:39+01:00, Filippo Rusconi wrote: > >> I have many uses of Greek characters as I am currently converting a >> LaTeX document to DocBook. What is the most recent DocBook5 character >> entity listing available. I understand that people use the DB 4.5 >> version of the dbcent listing. Where can I find a reliable table of >> *all* the entities usable with DB 5.x ? > > Not specific to DocBook, and dated 2001, but you may find this useful: > > V. B. Gundersen and R. Mathisen, ISO character entities and their LaTeX > equivalents, http://www.bitjungle.com/isoent/index_files/isoent-ref.pdf Better still, if you have control of the origination, is to use UTF-8 character encoding and XeLaTeX, avoid character entity references entirely (except for & of course). P