Re: [dk-tug] tikz og matrix af matematik noder og styling

Martin Heller <[email protected]>
Newsgroups gmane.comp.tex.danish
Message-ID <[email protected]>
Lars Madsen wrote, on 14-09-2011 11:47:
> Nogen forslag?

Tilføj "append"

\documentclass[a4paper]{memoir}
\usepackage{tikz}
\usetikzlibrary{matrix}
\usetikzlibrary{shapes.geometric}
\begin{document}
\begin{tikzpicture}
     \matrix (Q)
   [matrix of math nodes, row sep=2em,  column sep=2em,%
   every node/.append style={draw,ellipse}%
   ]
   {
   A  & 127 & B  & 8 \\
   };
   \draw (Q-1-1) -- (Q-1-2);
\end{tikzpicture}
\end{document}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.