Search found 5 matches

by Despot Despondency
Wed Apr 04, 2012 9:36 am
Forum: Graphics, Figures & Tables
Topic: pstricks-add | Problem with Example from Documentation
Replies: 1
Views: 1314

pstricks-add | Problem with Example from Documentation

Hi,

I'm trying to compile an example from the pstricks-add documentation. In particular I'm trying to plot a curve with a tangent and normal vector at a given point. The example is on page 44 of the documentation, here is the code
\begin{pspicture}(-0.5,-0.5)(7.25,7.25)
\def\Func{10 x div ...
by Despot Despondency
Sun Aug 28, 2011 1:03 pm
Forum: Text Formatting
Topic: Alignment of left Margin in 'itemize' Environment fails
Replies: 3
Views: 19857

Re: Alignment of left Margin in 'itemize' Environment fails

Cool, managed to work it out using that package.

Thanks a lot.
by Despot Despondency
Mon Aug 22, 2011 9:50 pm
Forum: Text Formatting
Topic: Alignment of left Margin in 'itemize' Environment fails
Replies: 3
Views: 19857

Alignment of left Margin in 'itemize' Environment fails

Hi,

I'm trying to set the left margin in the itemize environment with no success.

I'm writing a poster for a conference and so am very short on space. I've decreased the distance between the bullet point and the left margin with the command

\setlength{\itemindent}{-1em}

but now the lines ...
by Despot Despondency
Sun Jul 03, 2011 1:40 pm
Forum: Graphics, Figures & Tables
Topic: beamer | Incremental Image in Presentation
Replies: 2
Views: 2535

Re: beamer | Incremental Image in Presentation

OK, thanks.

I actually tried something like that earlier without success. Must have had a bug somewhere.

Anyway it's all working find now. Thanks again
by Despot Despondency
Sun Jul 03, 2011 11:55 am
Forum: Graphics, Figures & Tables
Topic: beamer | Incremental Image in Presentation
Replies: 2
Views: 2535

beamer | Incremental Image in Presentation

Hi,

I'm trying to create a figure in a beamer presentation using tikz. I want the figure to change incrementally during the presentation. So for example I would like to have a picture of a graph, then when I page down a new edge is added to the graph.

I've had a look around and I can't find ...