1 Oct 16:45
Problem with minipage + nodes + beamer
Ignasi Furió <ignasi.furio <at> uib.es>
2007-10-01 14:45:58 GMT
2007-10-01 14:45:58 GMT
Hi all,
I was not shure if my question is beamer or tikz related so excuse double
posting.
I want to place three tikzpictures on the same beamer slide. I also want
to reference nodes inside pictures so I tried to use a tikzpicture which
contains three nodes containing each one a minipage with the 'real'
tikzpictures.
One of my pictures shows a label over a path, the original pictures is
correct, but when i include it inside a minipage inside a node, the label
moves to the end of the path. Here you have a minimal example that shows
this problem. I use beamer and pgf last week cvs versions.
\documentclass{beamer}
\usepackage{tikz}
\begin{document}
\begin{frame}{Test}
%% A node which contains a tikzpicture inside a minipage environment
\begin{tikzpicture}
\node (trellis) {
\bgroup % why should I use bgroup and egroup?
\begin{minipage}{5.5cm}
\begin{tikzpicture}[node distance=1.25cm,font=\tiny]
\tikzstyle{n}=[circle,fill,minimum size=4pt,inner sep=0pt,outer
sep=0pt]
\tikzstyle{etiqueta}=[circle,fill=white,inner sep=0pt,font=\tiny]
\node [n, label=left:$S_0$] (N-0-0) at (0,0) {};
(Continue reading)
RSS Feed