khaledhosny / luaotfload

Moved to https://github.com/latex3/luaotfload
23 stars 15 forks source link

Color clash with preview package #11

Open wspr opened 14 years ago

wspr commented 14 years ago

I have no idea why this is broken; including it here for future reference:

\documentclass{article}
\usepackage{luaotfload}
\usepackage[active]{preview}
\begin{document}
\begin{preview}
\font\1=file:texgyrebonum-regular.otf:color=FF0000\1 foo
\end{preview}
\end{document}