6 May 2012 23:30
tikz in-line picture in caption
Zarko F. Cucej <zarko.cucej <at> gmail.com>
2012-05-06 21:30:27 GMT
2012-05-06 21:30:27 GMT
Hi!
as part of caption I like to describe some symbols drawn by TikZ used in
picture (see minimal exmple below), but for any in-line tikz picture i
receive error:
! Use of \pgf <at> arrowsdeclarecombine <at> star doesn't match its definition.
\pgfutil <at> ifnextchar ...1\def \pgfutil <at> reserved <at> a {
#2}\def\pgfutil <at> reserved <at> ...
in preamble of document I have also declared
\pgfarrowsdeclarecombine[\pgflinewidth]
{hastype}{hastype}{triangle 45}{triangle 45}{triangle 45}{triangle 45}
for needs in driving some diagrams (there work fine as well in in-line
tikz picture in text). if I comment above definition, then i receive error:
! Argument of \tikz <at> style <at> parseA has an extra }.
I wonder, if caption doesn't allow to use TikZ in-line pictures in
caption text at all or I doing something wrong? Do anyone know a
solution for my problem?
regards, Zarko
minimal example:
\documentclass{memoir}
\usepackage{TikZ}
(Continue reading)
RSS Feed