-
I am using the miniframes outer theme because I want slide headers with dots indicating presentation progress. Unfortunately the dots are not showing up. Is there something I have to do to enable them?
Below is a summary of my LaTeX file:
\documentclass{beamer}
\useoutertheme[footline=empty,subsection=false]{miniframes}
\usecolortheme{albatross}...
2009-11-02 20:10:19 UTC in The LaTeX Beamer Class
-
Downloaded tulip-3.0.0B7 source on SuSE 10.1 machine with g++ 4.1.0 and Qt 4.2.3. Configured with --enable-stats-gui. Got the following error:
make[4]: Entering directory `/home/mcoletti/tmp/tulip-3.0.0B7/software/tlprender/src'+ -DHAVE_CONFIG_H -I. -I. -I../../.. -I.../include -I/usr/include -I../../../library/tulip/include -I../../../library/tulip/include...
2008-03-11 18:27:48 UTC in Tulip
-
I get the following build error:
Making all in src
make[4]: Entering directory `/home/mcoletti/projects/tulip-3.0.0B4/software/tlprender/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I.../include -I/usr/include -I../../../library/tulip/include -I../../../library/tulip-ogl/include -I/usr/X11R6/include -DNDEBUG -O3 -funroll-loops -pipe -MT tlprender.o -MD -MP -MF ".deps/tlprender.Tpo"...
2007-03-28 18:25:00 UTC in Tulip
-
Given this configuration script start line:
./configure --enable-stats-gui
I got this error:
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..
-I./../include -I../include -I/usr/include
-I/usr/lib/qt3/include -I../../../library/tulip/include
-I../../../library/tulip-ogl/include
-I../../../library/tulip-qt/include
-I../../../library/tulip-qt/include/tulip -DQT_REL=3
-DQT_THREAD_SUPPORT...
2006-09-14 19:07:33 UTC in Tulip