Search found 5 matches

by reisgabrieljoao
Thu Oct 28, 2010 5:28 pm
Forum: Graphics, Figures & Tables
Topic: Tikz multiline matrix
Replies: 4
Views: 3716

Re: Tikz multiline matrix

Seems that it solved my problem, thank you very much.
by reisgabrieljoao
Tue Oct 26, 2010 6:02 pm
Forum: Graphics, Figures & Tables
Topic: Tikz multiline matrix
Replies: 4
Views: 3716

Tikz multiline matrix

Well, I'll try to explain myself a little better. What I meant was that I wanted a node to occupy 2 lines, not its text. Here's a minimal example:


\documentclass{minimal}
\usepackage{tikz}

\begin{document}
\begin{tikzpicture}
\matrix {
& \node (node1) [draw] {Node number 1}; \\
\node (node2 ...
by reisgabrieljoao
Tue Oct 19, 2010 1:38 am
Forum: Graphics, Figures & Tables
Topic: Tikz multiline matrix
Replies: 4
Views: 3716

Tikz multiline matrix

Is it possible to create a multiline node in a Tikz matrix? If yes, how?

Thanks in advance.
by reisgabrieljoao
Sat Sep 26, 2009 4:46 pm
Forum: TeX Live and MacTeX
Topic: Problem Installing Circuitikz Package
Replies: 2
Views: 8694

Problem Installing Circuitikz Package

Oh, sorry, I'm using TeXLive on Ubuntu 9.04. Thanks man, I done what you said and installed the package correctly, besides I had to install the xstring package also.
by reisgabrieljoao
Sat Sep 26, 2009 6:24 am
Forum: TeX Live and MacTeX
Topic: Problem Installing Circuitikz Package
Replies: 2
Views: 8694

Problem Installing Circuitikz Package

Hi, I'm starting now with LaTeX and I've been trying to install the circuitikz package without much success. The documentation says I have to put it all into the TeX search path and refresh the TeX database but I don't really know the exact path. I would be happy if someone tell me where exactly I ...