From d965ffb09aa47ba8c37c711dabb6e9d43804f384 Mon Sep 17 00:00:00 2001 From: milde Date: Fri, 13 Aug 2010 12:18:00 +0000 Subject: Outline plans for a XeTeX writer git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6386 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/dev/todo.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docutils/docs/dev/todo.txt') 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 ```````````````` -- cgit v1.2.1