Search found 1 match

by PaulRemo
Sun May 22, 2016 9:48 pm
Forum: Graphics, Figures & Tables
Topic: Opacity Issues when externalizing tikzpicture
Replies: 0
Views: 3811

Opacity Issues when externalizing tikzpicture

Hey all!
I have an issue when trying to externalize a tikzpicture. The working example consists of two files. The main file:
\documentclass[oneside, 10pt]{scrreprt}

\usepackage{tkz-euclide,tikz-3dplot}
\usetikzlibrary{external}
\tikzexternalize

\begin{document}
\input{ellipse.tikz}
\end{document ...