We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In one cell, I create a preamble like:
preamble=r'''\tikzset{terminal/.style={rectangle, minimum size=6mm, rounded corners=3mm, very thick, draw=black!50, top color=white, bottom color=black!20, font=\ttfamily}}'''
But it seems to terminate the preamble at <space> characters. so
<space>
%%tikz -f svg -l calc,positioning,shapes.misc -x $preamble
generates LaTeX code like:
% ⋮ \usetikzlibrary{shapes.misc} \tikzset{terminal/.style={rectangle, \begin{document} % ⋮
The text was updated successfully, but these errors were encountered:
Still an issue.
Ran pip install git+https://github.com/kpobrien/ipython-tikzmagic.git to get pull #43 to deal with this.
pip install git+https://github.com/kpobrien/ipython-tikzmagic.git
Sorry, something went wrong.
No branches or pull requests
In one cell, I create a preamble like:
But it seems to terminate the preamble at
<space>
characters. sogenerates LaTeX code like:
The text was updated successfully, but these errors were encountered: