rees beside the main font directory of
windows. I would search for such conf-files. You could also ask on
the texlive mailing list.
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
why pst-pdf shouldn't work with
xetex. But it would have to be adapted first to the changed work
flow (not latex, dvips, pdflatex but xelatex + xelatex).
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
ws.
It isn't enough to set a fontsize. You must redefine the commands
\normalsize, \small, \large etc. Look at e.g. size12.clo to
understand what it does.
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extsizes
--
Ulrike Fischer
--
Subscripti
not found.
This means the font is not found. Either because it is not correctly
installed, or because (at least in miktex this could be the case)
you have to update the font cache with fc-cache -f first, or because
the name or the font file you used is wrong (on my pc "Schehe
a to use this
command to set a default encoding: Xetex writes all files (e.g. aux,
toc, idx, ...) in utf8, so always some files input by xetex are in
utf8 and not in cp1252.
The easiest solution to your problem (if your editor can do it) is
to
3.1415926-2.2-0.999.7 (MiKTeX 2.7) and
xetex.def2009/11/22 v0.94 LaTeX color/graphics driver for XeTeX
(RRM/JK)
Did you check with other graphics? Perhaps your jpg is defective.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
scaling it to 0.4 is not enough.
I don't know if you can tell to use another dpi value as default or
for one image.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
packages involved.
Btw: If you use xltxtra it is not necessary to load fontspec +
xunicode as xltxtra is doing it already.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
vely). Although not "wrong", it is very strange, since pixels
> are typicall 1:1 or 3:4 scaled... never 601:600 =) I also don't see a
> "resolution unit" value set in the jpg, which could be a problem, as
> that value is typically used to dete
say the problem lies in broken/incomplete/whatever exif data.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
27;}{n}
\begin{document}
\'n
\end{document}
(There is no need to load fontspec + xunicode separately, xltxtra is
doing it).
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
e differences
\catcode`\×=\active
\def×{\ifmmode\times\else\char"00D7\fi}
\catcode`\±=\active
\def±{\ifmmode\pm\else\char"00B1\fi}
\begin{document}\pagestyle{empty}
text ×±
math $×±$
\end{document}
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
Am Mon, 03 May 2010 13:48:50 +0100 schrieb José Carlos Santos:
> On 03-05-2010 13:24, Ulrike Fischer wrote:
>
>>> If I compile this file:
>>>
>>> \documentclass{article}
>>> \usepackage{fontspec}
>>> \usepackage{xunicode}
>>> \usepac
ns are is this accent in the
font, and if yes where? Could you try to find it in the "character
table"?
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
code has it". Where can I find this information
> for other accents?
Well you can look at the table at unicode.org. But in general I
simply google for "unicode accent acute".
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
l doesn't refer to a simple latex error like
the one you get but to a real crash of an application.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
Simply remove the xunicode line, xltxtra will
load it anyway.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
th \protect:
\newcommand{\broken}[1]{\index...@{\protect\ttfamily #1}}}
But I think polyglossia should change its definitions and make the
commands robust.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
\begin{document}
\chapter{Hola}
Este es un documento de prueba.
\end{document}
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
{english}
\AtBeginDocument{\renewcommand{\chaptername}{Tema}}
\begin{document}
\chapter{Hola}
Este es un documento de prueba.
\selectlanguage{english}
some english
\selectlanguage{spanish}
\chapter{Hola}
\end{document}
--
Ulrike Fischer
---
and greek with the euro sign. At the end of words it
disappears. But german Umlauts works fine:
\documentclass[10pt]{book}
\usepackage{fontspec}
\usepackage{soul}
\begin{document}
This is only a \so{test} \so{äöü} \so{€}
\so{a€€b€€} \so{€€c €€ d}
\end{document}
--
Ulrike Fischer
boxes of width
0 and so soul thinks that there is no longer something to process.
I can solve the problem with the euro sign by resetting the font to
latin modern typewriter with
\makeatletter \font\s...@tt="LMMono10-Regular"\makeatlett
ther font for testing.)
(And the second \makeatletter in my first posting was naturally
simply a typo.)
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
ames end at the
first non-letter char), \makeatother makes @ to a "non-letter".
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
Am Tue, 25 May 2010 18:17:09 +0200 schrieb Pablo Rodríguez:
> On 05/25/2010 05:28 PM, Ulrike Fischer wrote:
>> Am Tue, 25 May 2010 17:12:08 +0200 schrieb Pablo Rodríguez:
>>
>>> (I know that \makeatletter ends with \makeatother,
>>> although I'm not sure w
after polyglossia of course).
>
> System: TeX Live 2009 with latest updates.
You can use
\usepackage[nolocalmarks]{polyglossia}. Then polyglossia will not
localize the header.
You can also define \russianfont to something sensible. Then the
default definition with \normalfontlatin will not b
nt switching should be done only if
the script actually changes. It should also be possible to tell
xelatex/polyglossia that a font setup can be used with more than on
script.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information
et before and after each listings, but some user commands
which allows to extend the possible input for listings would be a
good idea.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
mmand can be \...@processdigit or \...@processletter
or \...@processother and will at my opinion decide how the char is
handled in keywords etc. See also the keys alsoletter, alsodigit in
the docu.
--
Ulrike Fischer
--
Subscriptions, Archive,
ormat is not regenerated automatically because it has the attribute
"exclude" in the formats tab regenerate the plain xetex format
manually: go to the format tab, select "xetex" and click on build.
(You can also unset the "exclude" attribute by cl
ench]{polyglossia}
instead of babel.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
test Ubuntu
> and upgrading the packages...
You need a more recent xelatex.ini. You can get it here
http://scripts.sil.org/svn-view/xetex/TRUNK/texmf/tex/xelatex/config/
You will then have to regenerate the format.
Or install a recent texlive.
version of xetex and a document that demonstrates the
crash would be more helpful. Doesn't the log gives some indications
about the location of the crash so that you can generate a test
document?
--
Ulrike Fischer
--
Subscriptions, Archi
pagewidth=20cm
%\pdfpageheight=15cm %needed too.
\begin{document}
abc
\end{document}
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
ot; file.tex
This should give you more informations about the fonts used by xetex
(in the log) and xdvipdfmx.
(A minimal example would be useful as it would reduce the amount of
informations).
--
Ulrike Fischer
--
Subscriptions, Archive, an
Am Sun, 04 Jul 2010 10:37:56 -0400 schrieb Mike Maxwell:
> Ulrike Fischer wrote:
>> Put \XeTeXtracingfonts=1 in your document and call in on the command
>> line like this
>> xelatex --output-driver="xdvipdfmx -vv" file.tex
>>
>> This should give yo
nt it is quite possible that it replace it by some
default.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
ault values e.g. A4paper. But the
initial values of \pdfpagewidth and \pdfpageheight are 0pt in xetex.
Changing only \pdfpagewidth means that \pdfpageheight has still the
value 0pt - so it is quite good that xetex ignores this page size
and falls back to the defau
latex.def2010/03/19 v0.9a biblatex generic definitions
standard.bbx2010/03/19 v0.9a biblatex bibliography style
numeric.bbx2010/03/19 v0.9a biblatex bibliography style
numeric.cbx2010/03/19 v0.9a biblatex citation style
bibl
Am Sat, 10 Jul 2010 15:17:45 +0200 schrieb Anas Ghrab:
> Here is my test.log after using \listfiles in the preambule.
Your log-file is incomplete. It even doesn't show your error
message.
--
Ulrike Fischer
--
Subscriptions, Archive,
mes New Roman}
\setsansfont{Arial}
\setmonofont{Courier}
\newfontfamily\greekfont{Palatino Linotype}
\usepackage {polyglossia}
\setmainlanguage[variant=mono]{greek}
\setotherlanguage[variant=american]{english}
\begin {document}
abc
\select
be useful if scripts for which free
fonts exists get their own default font setup? (Naturally the fonts
should be available on CTAN in a e.g.
polyglossia-default-fonts-package.)
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
ipafont}{Doulos SIL}
\def\useTIPAfont{\ipafont}
\newenvironment{ipa}{%
\let\stone\TIPAstonebar
\let\tone\TIPAtonebar
\setTIPAcatcodes\activatetipa
\csname useTIPAfont\endcsname
}{}
\begin{document}
\textipa{RPAQIOE} % This will give you correct phonetic characters
\begin{ipa}
RPAQIOE
ng log" for other reviewers.
> xelatex does not seem to understand this line and prints "! LaTeX
> Error: File `|"darcs changes -s".tex'" instead. Is there any way
> of making xelatex to behave like pdflatex in th
>
>
>
> I am using pretest TL10. Sorry but your example should run smoothly so that
> I can understand what is wrong.
As Fabian has described he has changed flashcard.cls in two places
to get around the problems with the new geometry.
--
Ulrike Fischer
-
f-viewer which allows auto-updating.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
vipdfmx.cfg missing" you should retrieve it
from CTAN.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
t render correctly in xelatex.
Then the best is to generate external pdf-graphics with latex,
dvips, ps2pdf + preview package and include these with
\includegraphics.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
h
e only if the
current shape is \itshape.
\listfiles
\documentclass{book}
\usepackage{fontspec} %version v2.0b, loads fontspec-patches
\begin{document}
{\slshape blub \emph{bla}} %slshape + itshape
{\itshape blubb \emph{blabla}} %itshape + upshape
\end{document}
sname}\hspace{0.5ex}}
\makeatother
\begin{document}
\section{A}
\subsection{B}
\subsubsection{C}
\end{document}
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
Am Wed, 18 Aug 2010 14:07:40 + (GMT+00:00) schrieb
tegi...@bluewin.ch:
> Can someone tell my why the \textsuperscript commands in the code
> below do not generate the expected result.
--> documentation of xltxtra,
2.1 \textsuperscript and \textsubscript
--
Ulrik
eTeXinputencoding "cp1256" at the start of the files which use
your code page.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
ys to convert it to utf8? This is the best lead I've had
> so far.
If you have an editor that can show you your file correctly, it can
perhaps save it as utf8.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
mple tex file, the resulting output file, the log file
> from manual xelatex processing and the output from manual xdvipdfmx
> processing.
Don't use inputenc with xelatex. Never! inputenc is meant for
8-bit-machines. It breaks with xelatex. If y
RTL} This is an example bit of text. Here is
\href{mailto:r...@ronware.org}{my email
address}
if you care to send me a note or
\end{RTL}
\end{document}
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
driver="xdvipdfmx -vv"
The first will put informations about the fonts used by xetex in the
log and the second will show you the fonts used by xdvipdfmx.
> when I have the file encoded in UTF-8 (sorry for the UTF-16 version I posted
> earlier).
utf-16 is not a problem: xetex and e
tains some code to adjust hyperref for RTL. But is says
>> explicitly in the manual that it only work for links in one line.
> Yes, well that is exactly the problem I am trying to find a way to
> work-around!
I did understand this ;-). But if the author of bidi didn't find a
in the majority of cases. But you can waste a lot of
time to find out how to escape them, to quote them or to get around
problems in the few cases (like this here) were it doesn't work as
expected. Rename your graphic to swing_3.jpg and go on with your
work.
--
Ulrike Fischer
e pathes of fonts involved in the log of xetex and the terminal
output of xdvipdfmx:
"Put \XeTeXtracingfonts=1 in your document and call xelatex with the
option --output-driver="xdvipdfmx -vv""
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
1 gave me an error whenever I
> tried to use it (tried before and after "\begin document"):
Your xetex is outdated. \XeTeXtracingfonts has been added in may
2008:
http://sourceforge.net/tracker/?func=detail&aid=1960362&group_id=194926&atid=951388
--
Ulrike Fischer
r
switch to a variant with \itshape. Similar things can naturally be
done with other scripts too. Check the fontspec documentation for
ideas.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
in polyglossia) or some meaningful
environment. All I wanted to say is that fontspec contains a lot of
commands which can be used.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
Am Tue, 14 Sep 2010 21:49:40 +0300 schrieb Khaled Hosny:
> Fontspec loads xunicode for luatex
Only the version from github. The "official" version on CTAN
2010/08/01 v2.0c doesn't load xunicode yet.
--
Ulrike Fischer
--
TIPA version 1.1
fontenc.sty
t3enc.def2001/12/31 T3 encoding
eu1lmss.fd2009/10/30 v1.6 Font defs for Latin Modern
eu1enc.def2010/05/27 v0.1h Experimental Unicode font encodings
t3cmr.fd2001/12/31 TIPA font definitions
--
Ulrike Fischer
---
ing space.
So it is a bug in xunicode.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
ound their language,
that they may not understand one another's speech. So the Lord
scattered them abroad from thence upon the face of all the earth:
and they left off to build the city."
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
Am Tue, 12 Oct 2010 09:26:01 +0100 schrieb Philip Taylor (Webmaster,
Ret'd):
> If I may address a couple of Ulrike's questions :
>
> Ulrike Fischer wrote:
>
>> Also: How will a user of a fully localized format be able to get
>> help from the XeTeX-community?
&g
rt forums/list/groups is the various
languages, intelligent editors which allows entering the needed
chars from ASCII easily, and translating the main commands of a
small number of standard classes and packages.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
dimen\crlf
\scratchdimen=1im 1im: \the\scratchdimen
immens
\stoptext
Would this replace every occurence of "im" in the input? Including
the "im" in \scratchdimen, the "im" in the second 1im and the "im"
in immens?
--
Ulrike Fischer
---
le}
\def\itdefault{sl}
\usepackage{fontspec}
\setmainfont{Arial}
\begin{document}
\errorcontextlines=100
hi \textsl{hello}
\end{document}
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
quot;cm" with e.g. "εκ" (small greek letter epsilon + small
> greek letter kappa; which are the first letters for the greek
> word "ekatosto" for centimeter).
That's not possible without changing the engine, but like above you
can define commands \newcom
er this destroys other occurences of ε.
That's the problem. Assuming one do something like this with "c" to
replace "cm" with centimeter, how would you write "pacman"? You
would need a system like the one used by babel to activate and
deactivate the chars - a
ther. What you would need is a primitive command or a callback
which allows to extend the list of units which can be used with
\vskip etc. As long as this doesn't exist you will have to mark one
of the sets somehow.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
enc}
\usepackage{fontspec}
\catcode`\03b1=\active
\def03b1{{\fontencoding{LGR}\selectfont a}}
\begin{document}
a03b1
\ttfamily a03b1
\end{document}
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
to build page
ranges and sort the page numbers. As default it understands the
standard digits, alphabetic and roman page numbers.
If you would redefine \thepage to e.g. \renewcommand\thepage{Page
\arabic{page}} you would run into problems in an english document
too.
has better microtypography
support.
> A PostScript font is for XeTeX or LuaTeX as useful as a
> French car without gas for its owner or user.
Well I'm using a lot of postscript fonts with xetex and luatex, e.g.
to print chess
are \input are read as utf8 unless they contain also a
\XeTeXinputencoding-declaration.
The declaration can't be done only once at the start of the main
document as all output files generated by xetex (e.g. toc, aux, etc)
are utf8 encoded and so xetex mu
g declares only the encoding of the current file.
It is certainly easier if all files use only one encoding. But
people do have a lot of old files in 8-bit encodings and perhaps
they don't want to convert them. So why not tell them tha
e toc's and
resolve \ref's). It's bibtex where only one run before and two after
are needed.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
h should
correct somehow (I don't know if the needed glyphs exists in the
fonts).
With luatex \underbrace seems to use \luatexUdelimiterunder, but I
don't know if the fact that the brace is above instead of below the
numbers indicates a luatex bug or wrong use of the lu
On the other hand, if I load inputenc,
Don't load it xelatex. Whatever the problem is, it can't be solved
in this way.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
binary? miktex 2.9. certainly already
has it (0.9997.4) and as far as I know texlive 2010 too.
Perhaps you should at first try simply to update the microtype
package to the beta version:
http://xetex.tk/mediawiki/index.php/Microtype_packa
u could try it with the driver option dvipdfmx:
\usepackage[dvipdfmx]{movie15_dvipdfmx}
At least with a simple sound it worked for me.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
ide a chapter (only in chapter titles
> and ToC entries).
Your problem has nothing to do with fontspec. Your commands \dev etc
change catcodes. But when you use them in the argument of a command
this changes are too late. The catcodes are already fixed.
Change the catcodes before the
Am Mon, 20 Dec 2010 16:18:14 +0530 schrieb Shrisha Rao:
> El dic 20, 2010, a las 3:56 p.m., Ulrike Fischer escribió:
>
>> Your problem has nothing to do with fontspec. Your commands \dev etc
>> change catcodes. But when you use them in the argument of a command
>> this c
Am Mon, 20 Dec 2010 16:55:07 +0530 schrieb Shrisha Rao:
> I tried inserting the \catcode`\^=11, etc., right after
> \begin{document} and that seems to work.
As long as you don't use ^ in math. In general it is better to keep
such changes local.
--
Ulr
#x27;t see much of a
problem if you change the catcode globally.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
d at first make a bug report to the
xdvipdfmx maintainer.
(My first suspect would be the object number: The problematic pdf
start with 0 0 obj, the other (also the new matrix2.pdf) have a
number different from zero). But I don't
{numbers}{"37}
\DeclareMathSymbol{8}\mathalpha{numbers}{"38}
\DeclareMathSymbol{9}\mathalpha{numbers}{"39}}
\makeatother
\begin {document}
Multiply 5 by 7: $7\times 5 = 35$
\mathversion{bold}
\bfseries
Multiply 5 by 7: $7\times 5 = 35$
\end {document}
--
Ulrike Fisch
}
\usepackage{tikz}
\begin {document}
Multiply 5 by 7: $7\times 5 = 35$
\catcode `\5 = \active
\catcode `\7 = \active
\def 5{\ifmmode \string 5 \else $5$\fi}
\def 7{\ifmmode \string 7 \else $7$\fi}
Multiply 5 by 7: $7\times 5 = 35$
%\tikz \draw (0,
e{fontspec}
\usepackage{unicode-math}
\setmathfont{Asana-Math}
\begin{document}
$a = 03b1 $
\end{document}
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
alled at all or in a folder which isn't searched
(e.g. fonts/truetype.ignored/...).
Is the ttf also in texlive in a similar folder or is this is a
miktex specific solution?
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
,opentype}/public/Asana-Math/Asana-Math.{ttf,otf}
This means that the .ignore thing is miktex specific (and as I just
tested: it helps with luatex/mkluatexfontdb). Moving the font to
fonts/truetype.ignore seems to work for both engines.
--
Ulrike Fischer
--
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
most
people get the font with their package manager, they often don't
know that they have a dublette somewhere and that it can lead to
problems.
I have now made a request to the miktex maintainer to remove/move
the file. But isn't there another solution. E.g. could
him the functionality he needs".
And are you really sure that your commands \zero, \one etc can be
used in all places where simple numbers are required. E.g. to you
tested if there works in \newcommand\mycommand[1]{#1}?
--
Ulrike Fischer
--
suggest that this is a general or universal
solution.". You _did_ sent the first example without any code which
restricted the effect of the catcodes changes and without any
warnings about side-effects. This was the posting I commented as
this is not my idea of an h
le? Thank you.
Well in general this doesn't happen. So either you changed the
header in an unusual way, or changed the body font in an unusual
way, or did something else unusual.
Make a small, complete example that demonstrates the problem.
--
Ulrike Fischer
---
to load xunicode yourself.
fontspec will do it for you.
> also works. It’d be nice if someone could explain what’s the
> difference between the two.
Well they have quite different purposes: fontspec offers an
interface for fonts. xunicode set up a lot of definitions to access
chars, like accents
t; em-dash unless I specifically tell it to after each one. If there’s a
> significantly simpler way of achieving this please do let me know.)
\XeTeXdashbreakstate=1 should work.
see xetex-reference.pdf
--
Ulrike Fischer
--
Subscriptions, A
size of that artwork. Can
> I do this directly in XeTeX? If not, is there any way to do it directly
> using ghostscript?
You could try preview:
\documentclass{article}
\usepackage[active,xetex,tightpage]{preview}
\begin{document}
\begin{preview}
blub
\end{preview}
\end{doc
1 - 100 of 354 matches
Mail list logo