From d061de3f31fc4d5301eef3382be0e12bbbfe1549 Mon Sep 17 00:00:00 2001 From: grubert Date: Wed, 29 Sep 2004 21:55:44 +0000 Subject: [PATCH] Add: some doc to PreLoadUnicodePage. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2671 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/user/latex.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/user/latex.txt b/docs/user/latex.txt index 8e4bc2b2c..d66586bc7 100644 --- a/docs/user/latex.txt +++ b/docs/user/latex.txt @@ -161,7 +161,12 @@ characters are required one must set ``--output-encoding=utf-8`` install \usepackage{ucs} \usepackage[utf8]{inputenc} -to the stylesheet. +to the stylesheet. If LaTeX issues a Warning about unloaded/known characters +adding :: + + \PreloadUnicodePage{n} + +where *n* is the unicode pagenumber, might help. .. _LaTeX unicode: http://www.unruh.de/DniQ/latex/unicode/ -- 2.11.4.GIT