Tagged Questions
4
votes
2answers
62 views
Can't generate a tikz matrix, using expl3
Suppose, I want to generate a matrix of nodes:
\documentclass{article}
\usepackage{expl3}
\usepackage{tikz}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}
\matrix
[
row ...
6
votes
3answers
199 views
How to use data structures in TikZ?
I created a foreach statement, using expl3 and TikZ/pgf:
\documentclass{article}
\usepackage{tikz}
\setlength{\parindent}{0cm}
\usepackage{expl3}
\ExplSyntaxOn
\cs_new:Npn \Counter #1 \Stopper { ...
3
votes
1answer
107 views
Problem with tikz-pgf and \pgfmathabs
This is a follow up question to Problem with pgfmathsetmacro in foreach loop with pgfplots.
In short I also want to use \pgfmathabs to get the absolute value of a number in that example (with \i as ...
7
votes
1answer
492 views
Using of \usetikzlibrary in an expl3 package fails
In the example below I provided a small test package mytestpackage.sty which uses the syntax of expl3.
If I use the command \usetikzlibrary inside the package I will get the error:
Runaway argument?
...
2
votes
2answers
170 views
How can I make RHEL server libraries compatible with tex/Rnw documents created on my Ubuntu desktop, re: pgf, tikz, expl3
I want to compile tex and Sweave documents written on a server that is redhat, but I get errors linked to pgf/tikz. The documents compile fine on my
I have already
used wget to download the expl3 ...