[texhax] are outlines and chemfig packages incompatible?

Herbert Voss Herbert.Voss at FU-Berlin.DE
Tue Jul 28 09:09:12 CEST 2015


Christopher W. Ryan schrieb:
> Runing Linux Mint. I want to use the outlines package, and the chemfig
> package, in a beamer presentation. It seems that I can do only one or
> the other. In the example below, "toggle" the chemfig package (and
> related code) and the outlines package (and related code) on or off. If
> try to use both, I get an error that "error occurred after last tex file
> closed"
>
> Same error happens in article class.
>
> I don't even need to try to draw a molecule. Simply uncommenting the
> line loading the chemfig package will throw the error.
>
> Any ideas?

try

\documentclass{beamer}
\usepackage{chemfig}
\usepackage{outlines}
\let\OL\outline
\def\outline{\let\0\relax\OL}

\begin{document}
[...]

Herbert




More information about the texhax mailing list