Am 21.03.2013 um 22:29 schrieb Tim Homan:
> I've reported about this possible bug already in 2010, and I believe it has
> not been fixed since, can someone please confirm this and reproduce the
> error?
On Mac OS X 10.6.8 (Snow Leopard) when Path=… is present fontspec fails. If
Path=… is commen
I've reported about this possible bug already in 2010, and I believe it has
not been fixed since, can someone please confirm this and reproduce the
error?
Problem arises when setting the mainfont using font disfiles as shown
below. Will Robertson commented in 2010 that this is likely a bug...
\us
On 2011-02-17 15:12:53 +1030, Vafa Khalighi
said:
This is not a problem but when preview package is used Then you get error:
! Package xkeyval Error: no key specified for value `'.
See the xkeyval package documentation for explanation.
Hi Vafa,
Sorry for the delay with this. I think I've
It seems that expl3 puts an extra , and this fixes the problem:
\ExplSyntaxOn
\DeclareDocumentCommand \defaultfontfeatures {m} {
\tl_set:Nn \g_fontspec_default_fontopts_tl {#1}
}
\ExplSyntaxOff
instead
\ExplSyntaxOn
\DeclareDocumentCommand \defaultfontfeatures {m} {
\tl_set:Nn \g_font
I have reported this a few month ago but since it has not been fixed, I
thought that it may have been forgotten. Try running xelatex on this minimal
example:
\documentclass{article}
\usepackage{fontspec}
\defaultfontfeatures{Numbers=OldStyle,Mapping=tex-text}
\setmainfont{Junicode}
\begin{doc
>
> there have been some reports of fontspec 2.0b clashing with the
> verbatim environment. It should be fixed in fontspec 2.0c which should
> be syncing to mirrors somewhere today.
>
> Just repeating what I got form other mailing lists, not sure if its
> what you're running into.
>
>
Thanks. Insta
Hi Vafa,
there have been some reports of fontspec 2.0b clashing with the
verbatim environment. It should be fixed in fontspec 2.0c which should
be syncing to mirrors somewhere today.
Just repeating what I got form other mailing lists, not sure if its
what you're running into.
Best,
Dee
On Mon,
I have been in the process of rewriting bidi package in dtx (usind ltxdoc
with hypdoc package) source and it appears that fontspec has a bug. As soon
as I add the fontspec package and run xelatex twice on bidi.dtx, I get this
error:
! LaTeX Error: Text for \verb command ended by end of line.
See