When trying to use the timztimingtable environment with MikTeX 2.9 (TikZ-Timing 0.7d), it fails with the following error message. However, using the plain \timing and \texttiming commands works fine. How can I fix this?
! TeX capacity exceeded, sorry [input stack size=5000].
\pgf@selectfontorig ->\pgf@selectfontorig
\nullfont
l.6 T
est & cccc\\
\documentclass{article}
\usepackage{tikz-timing}
\begin{document}
Foo \texttiming{cccc} % This works
\begin{tikzpicture}
\timing {cccc}; % This also works
%\begin{tikztimingtable} % This fails to compile
%Test & cccc\\
%\end{tikztimingtable}
\end{tikzpicture}
\end{document}
tikztimingtablein atikzpicture– egreg Sep 09 '14 at 22:30tikztimingtableis already atikzpicture. – egreg Sep 09 '14 at 22:36