summaryrefslogtreecommitdiff
path: root/docutils/docs/dev/todo.txt
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-08-13 12:18:00 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-08-13 12:18:00 +0000
commitd965ffb09aa47ba8c37c711dabb6e9d43804f384 (patch)
tree182768329420b9f4904c754ac40f10246c310496 /docutils/docs/dev/todo.txt
parent68711c95bb2f03bc0d863224b1c82871dcf749d6 (diff)
downloaddocutils-d965ffb09aa47ba8c37c711dabb6e9d43804f384.tar.gz
Outline plans for a XeTeX writer
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6386 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev/todo.txt')
-rw-r--r--docutils/docs/dev/todo.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index 592a09ab5..e73a2cfb7 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -2404,6 +2404,28 @@ Ideas:
b) scan "stylesheets" and "latex-preamble" options and use ``utf8x``
if it contains ``ucs``
+XeTeX writer
+````````````
+
+Generate LaTeX source code suitable for XeLaTeX.
+
+ You will need to do three things to your source document to convert it
+ to XeLaTeX:
+
+ 1) save the source as UTF-8
+ 2) remove any fontenc/inputenc/mathptmx
+ 3) add the following to your preamble:
+
+ \usepackage{xltxtra}
+ \setmainfont[Mapping=tex-text]{Times New Roman}
+
+ This will use the real Times New Roman font.
+
+ -- a comp.text.tex post by Alan Munn 2010-05-10
+
+Use a separate writer (inheriting from latex2e) instead of a ``--xetex``
+option, to allow separate config options for XeTeX vs. LaTeX2e.
+
problematic URLs
````````````````