Tagged Questions
XeTeX is a TeX typesetting engine. Note that http://tex.stackexchange.com is specifically dedicated to XeTeX questions.
10
votes
3answers
2k views
Do you use XeTeX or pdfTeX?
As far as I understand it (a few days of research here and there), there are two major TeX engines: pdfTeX and XeTeX. pdfTeX is the "standard", having been around since the early 1990s, renders ...
5
votes
2answers
743 views
xelatex Invalid fontname
I want to use the openoffice chinese fonts, eg AR PL SungtiL GB, but the xelatex tells me that it is an invalid name (as shown below). It seems like the font name has spaces and so it doesn't ...
4
votes
2answers
134 views
Conditionally execute a macro depending on the font used
I’m a big fan of ampersands – so much that I heed SimpleBits’ advice to “use the best available ampersand” quite religiously.
For that purpose, I’ve defined the following shortcut in LaTeX:
...
3
votes
1answer
555 views
Can I use XeTeX to produce a PDF/Xn file?
I am using the XeTex typesetting system on a Macintosh running Snow Leopard. I would like it to produce a PDF/X file. Is this possible? I am mainly concerned with ensuring the fonts are embedded.
2
votes
1answer
332 views
How to get a list of all available (TTF-) Fonts with XeTeX?
Very neat that I can use any available Truetype font on my Windows machien with MikTex and XeTeX.
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[]{article}
...
2
votes
4answers
2k views
TeX Font Mapping
I am using a package written on top of XeLaTeX. This package uses fontspec to specify fonts for different parts of your text: latin, non-latin, math mode, ...
The package comes with several sample ...
1
vote
1answer
232 views
hide latex (auctex) output buffer
When I compile a (Xe)LaTeX file, emacs writes the output to the LaTeX output buffer and shows it. For pure LaTeX, this buffer is hidden. To the emacs gurus, how do I hide a Latex compilation buffer? ...
1
vote
2answers
293 views
XeTeX - Detect when re-run is needed
I'm trying to determine when a re-run of Xe(La)TeX is required because of undefined references. I've posted a related question on the SCons mailing list, and the problem is as follows:
Page counts ...
1
vote
1answer
237 views
Line spacing problem with \LaTeX{}
When I use \LaTeX{} to show the LaTeX logo, the following line of text is pushed down in order to accommodate the subscript 'E' in LaTeX.
How do I override this? Is there an option I can pass to ...
1
vote
1answer
531 views
XeTeX (via TexShop) font rendering partially broken on Snow Leopard
Certain elements (such as grqq{} quotes or decimals from the dcolumn package) are missing when rendering with TexShop and XeTeX on Mac OS X 10.6.1 (Snow Leopard). Switching to the dvipdfmx engine did ...
0
votes
1answer
336 views
What is the proper way to enable character protrusion in xelatex?
I am using XeTeX 3.1415926-2.2-0.9997.4 (part of TeX Live 2010). One of its new features is character protrusion, and I would like to use it in my documents. The problem is that I cannot make it work.
...