Hi,
I would like to customize the notes page in a beamer presentation. Especially I want a thumbnail or even the title of the following page there.
I didn't find any hints how I could do that. Has anyone an idea?
Thanks in advance!
Search found 20 matches
- Wed Oct 27, 2010 9:24 am
- Forum: Document Classes
- Topic: [beamer] customize notes page
- Replies: 1
- Views: 2600
- Wed Oct 27, 2010 9:17 am
- Forum: Document Classes
- Topic: [beamer] toc parts
- Replies: 2
- Views: 4763
Re: [beamer] toc parts
Thank you, gemedina. But that is not really good. First, I have to write it manually, so I could also do it with an itemize-environment. The second problem is, that I get the parts in all tocs where the sections are shown.
- Sun Oct 24, 2010 10:03 pm
- Forum: Document Classes
- Topic: [beamer] toc parts
- Replies: 2
- Views: 4763
[beamer] toc parts
Hello,
I try to include a table of content in my presentation, where the parts are shown. I know that every part has it's own toc. But at the beginning of my talk, I want to show an overview of the parts I am going to talk about.
Let's take this:
\documentclass[10pt,xcolor=dvipsnames]{beamer ...
I try to include a table of content in my presentation, where the parts are shown. I know that every part has it's own toc. But at the beginning of my talk, I want to show an overview of the parts I am going to talk about.
Let's take this:
\documentclass[10pt,xcolor=dvipsnames]{beamer ...
- Thu Sep 16, 2010 11:44 pm
- Forum: Graphics, Figures & Tables
- Topic: gnuplottex bounding box
- Replies: 4
- Views: 5789
gnuplottex bounding box
Hello gmedina,
I allready tried pgfplots. The matter is, that the data files I am plotting are really big. I have 100.000 lines there and i need 36 graphs. Even if I extent the memory, it takes a while. I killed the pdflatex process after 20 minutes (with gnuplot i need less than 1 minute).
I also ...
I allready tried pgfplots. The matter is, that the data files I am plotting are really big. I have 100.000 lines there and i need 36 graphs. Even if I extent the memory, it takes a while. I killed the pdflatex process after 20 minutes (with gnuplot i need less than 1 minute).
I also ...
- Wed Sep 15, 2010 9:25 pm
- Forum: Graphics, Figures & Tables
- Topic: gnuplottex bounding box
- Replies: 4
- Views: 5789
Re: gnuplottex bounding box
Hi Thorsten,
sadly this is not the solution. First I didn't have the terminaloptions for the size. I added them during my attempts to solve the problem. Thanks anyway.
sadly this is not the solution. First I didn't have the terminaloptions for the size. I added them during my attempts to solve the problem. Thanks anyway.
- Wed Sep 15, 2010 3:35 pm
- Forum: Graphics, Figures & Tables
- Topic: gnuplottex bounding box
- Replies: 4
- Views: 5789
gnuplottex bounding box
Hello,
I use gnuplottex in my document to plot data. But the resulting figure is moved to the right. I want it to be left like the caption. Please see the attachment.
Here is my code:
\documentclass[10pt,a4paper,captions=nooneline]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{gnuplottex ...
I use gnuplottex in my document to plot data. But the resulting figure is moved to the right. I want it to be left like the caption. Please see the attachment.
Here is my code:
\documentclass[10pt,a4paper,captions=nooneline]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{gnuplottex ...
- Tue Sep 14, 2010 2:35 pm
- Forum: Graphics, Figures & Tables
- Topic: Arranging figures
- Replies: 2
- Views: 4444
Arranging figures
Thank you, Thorsten! Unhappily I am not satisfied.
With sidewayfigure I got it working:
\documentclass[10pt,a4paper,captions=nooneline]{article}
\usepackage{gnuplottex}
\usepackage{rotating}
\usepackage[a4paper, portrait, left=2.5cm, right=3cm, top=2cm, bottom=2cm, includefoot, marginpar=2cm ...
With sidewayfigure I got it working:
\documentclass[10pt,a4paper,captions=nooneline]{article}
\usepackage{gnuplottex}
\usepackage{rotating}
\usepackage[a4paper, portrait, left=2.5cm, right=3cm, top=2cm, bottom=2cm, includefoot, marginpar=2cm ...
- Sun Sep 12, 2010 4:34 pm
- Forum: Graphics, Figures & Tables
- Topic: Arranging figures
- Replies: 2
- Views: 4444
Arranging figures
Hello,
I want to arrange 4 of my gnuplottex figures on a page. So I tried this minimal example:
\documentclass[10pt,a4paper,captions=nooneline]{article}
\usepackage{gnuplottex}
\usepackage{lscape}
\usepackage[a4paper, portrait, left=2.5cm, right=3cm, top=2cm, bottom=2cm, includefoot, marginpar ...
I want to arrange 4 of my gnuplottex figures on a page. So I tried this minimal example:
\documentclass[10pt,a4paper,captions=nooneline]{article}
\usepackage{gnuplottex}
\usepackage{lscape}
\usepackage[a4paper, portrait, left=2.5cm, right=3cm, top=2cm, bottom=2cm, includefoot, marginpar ...
- Tue Aug 31, 2010 8:38 pm
- Forum: Graphics, Figures & Tables
- Topic: using command in gnuplottex
- Replies: 4
- Views: 4032
using command in gnuplottex
Well...it's not really gnuplottex anymore, but i'm fine with this solution. So maybe it helps other ones too. Thank you, guys!!
\documentclass[10,a4paper]{scrartcl}
\usepackage{pgfplots}
\pgfplotsset{
B/.style={xlabel=Tage,ylabel=Konzentration der Kohle,legend entries={1,2}} % Define a own ...
\documentclass[10,a4paper]{scrartcl}
\usepackage{pgfplots}
\pgfplotsset{
B/.style={xlabel=Tage,ylabel=Konzentration der Kohle,legend entries={1,2}} % Define a own ...
- Tue Aug 31, 2010 4:24 pm
- Forum: Graphics, Figures & Tables
- Topic: using command in gnuplottex
- Replies: 4
- Views: 4032
using command in gnuplottex
Hello Thorsten,
first of all: Thanks a lot. I decided to use pgfplots. In my eyes it is much more convenient for my purpose than gnuplot.
I got it working with this approach:
\documentclass[10,a4paper]{scrartcl}
\usepackage{pgfplots}
\begin{document}
\newcommand{\setWidthCoal}{\textwidth ...
first of all: Thanks a lot. I decided to use pgfplots. In my eyes it is much more convenient for my purpose than gnuplot.
I got it working with this approach:
\documentclass[10,a4paper]{scrartcl}
\usepackage{pgfplots}
\begin{document}
\newcommand{\setWidthCoal}{\textwidth ...