Search found 4 matches

by wicko3
Fri Apr 01, 2011 1:08 pm
Forum: Graphics, Figures & Tables
Topic: Using multiple layers in tikZ together with matrix library
Replies: 5
Views: 9306

Using multiple layers in tikZ together with matrix library

For the benefit of other people having similar problems with layering in PGF/TikZ, I'd like to point out that the reason for the original poster's error was the erroneous spaces in the \pgfsetlayers command.

Replace:
\pgfsetlayers{background, main, foreground}
with:
\pgfsetlayers{background,main ...
by wicko3
Mon Mar 21, 2011 6:57 pm
Forum: Graphics, Figures & Tables
Topic: Box diagrams using tabular
Replies: 0
Views: 1181

Box diagrams using tabular

Hello,

I want to draw a diagram, composed of boxes and text, using the longtable package. (Perhaps this is a bad idea in the first place, but unless it's really impossible, I'd like to stick with this approach.)

Here is my package, called 'ribbonprooftest.sty', that I have written to do this ...
by wicko3
Wed Jan 28, 2009 11:08 pm
Forum: Math & Science
Topic: smashing upwards?
Replies: 2
Views: 3257

Re: smashing upwards?

Bravo that man! Perfect solution. Thanks very much indeed!
by wicko3
Wed Jan 28, 2009 7:19 pm
Forum: Math & Science
Topic: smashing upwards?
Replies: 2
Views: 3257

smashing upwards?

Hi Guys,

I want to write some arrows that are labelled above and below. I'm using the \xrightarrow command, which when used like this:

$x \xrightarrow[below]{above} y$

gives something like

above
x -----> y
below


However, I want these to be set within a paragraph of text, not in equation ...