Discussion:
[tex-k] Bug with color \specials?
Denis Bitouzé
2014-06-23 09:41:47 UTC
Permalink
Hi,

a bug with latest xetex:

XeTeX, Version 3.14159265-2.6-0.99991 (preloaded format=xelatex 2014.6.19)

occurs, probably related to color \specials: in the following MWE (say
`test.tex') compiled with xelatex, the text after the tcolorbox
environment on page 2 is colored in white.

--8<---------------cut here---------------start------------->8---
\documentclass{article}
\usepackage{lipsum}
\usepackage{tcolorbox}
%
\tcbuselibrary{breakable}
%
\begin{document}
%
\rule{0.4pt}{17cm}
%
\begin{tcolorbox}[breakable]
\lipsum[1]
\end{tcolorbox}
\lipsum
\end{document}
--8<---------------cut here---------------end--------------->8---

If compiled with:

--8<---------------cut here---------------start------------->8---
xelatex -no-pdf test
xdvipdfmx -c test.xdv
--8<---------------cut here---------------end--------------->8---

the text is colored as expected.

The trouble has been reported on:

?????
? http://tex.stackexchange.com/q/186139/18401
?????

Best regards.
--
Denis
Karl Berry
2014-06-23 18:55:54 UTC
Permalink
Hi Denis,

a bug with latest xetex:

Khaled isn't on tex-k. I forwarded your message to him.

AFAIK, the recommended place to report xetex bugs is xetex at tug.org.

best,
karl
Denis Bitouzé
2014-06-23 19:12:48 UTC
Permalink
Le lun. 23 juin 2014 ? 20h55, Karl Berry
Post by Karl Berry
Hi Denis,
Hi Karl,
Post by Karl Berry
Khaled isn't on tex-k.
Okay.
Post by Karl Berry
I forwarded your message to him.
Thanks.
Post by Karl Berry
AFAIK, the recommended place to report xetex bugs is
xetex at tug.org.
I see. I will report there.

All the best.
--
Denis
Continue reading on narkive:
Loading...