-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Here is a mwe:
\documentclass{article}
\usepackage{colorspace}
\usepackage{tikz}
\usetikzlibrary{calc}
\definespotcolor{registration}{All}{1,1,1,1}
\pagestyle{empty}
\begin{document}
\tikz \draw [draw=registration] (0.0,0.0) rectangle (0.5,0.5); % not shown
\tikz \draw [draw=black] (0.0,0.0) rectangle (0.5,0.5);
\end{document}
Metadata
Metadata
Assignees
Labels
No labels