Search found 2 matches

by sefie
Mon Apr 20, 2015 5:23 pm
Forum: Document Classes
Topic: Improve Relative Beamer Overlays
Replies: 2
Views: 7415

Improve Relative Beamer Overlays

After some time I got the 'setorder' command working, which makes the example relatively easy to define. I will try to use it and see whether its useful.

\documentclass{beamer}
\usepackage{xstring}
\usepackage{etoolbox}
\usepackage{tikz}
\newcounter{mycounter}%
%\newcount\mycounter

% #1 is of ...
by sefie
Thu Mar 12, 2015 8:03 pm
Forum: Document Classes
Topic: Improve Relative Beamer Overlays
Replies: 2
Views: 7415

Improve Relative Beamer Overlays

I asked a similar question on stackexchange[1]. There however, the abstract goal was not yet clear.

When I create a presentation with `beamer` using relative overlays sometimes is difficult. Especially, when the order overlays should appear in is different from the order the `tex` code is parsed ...