Search found 12 matches

by mschulme
Thu Mar 03, 2011 1:13 pm
Forum: General
Topic: xkeval error in TeXLive v Aug 2010
Replies: 1
Views: 1407

xkeval error in TeXLive v Aug 2010

Hello,
I was using TeX Live v 2009 so far with TexNic Center under Windows XP.

Then I installed (successfully) TeX Live v Aug 2010 (source: the official DVD from TUG.org) and wanted to tex the same tex file that works without problem under the older version of TeX. Now, with the 2010 version I get ...
by mschulme
Fri Feb 25, 2011 11:41 am
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Create index entries in beamer with 2 columns
Replies: 2
Views: 4642

Re: Create index entries in beamer with 2 columns

Thanks a lot, Thorsten, works well!
I also checked my initial request as "solved".
Marcus
by mschulme
Thu Feb 24, 2011 3:51 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Create index entries in beamer with 2 columns
Replies: 2
Views: 4642

Create index entries in beamer with 2 columns

Hello all together,
the following code generates index entries for latex beamer.

\documentclass{beamer}
\usepackage{makeidx}
\makeindex
\newenvironment{theindex}
{\let\item\par %definitions for subitem etc
}{}
\newcommand\indexspace{}

\begin{document}

\begin{frame}{test 1}
\index ...
by mschulme
Thu Feb 24, 2011 1:03 pm
Forum: General
Topic: Including files in latex beamer
Replies: 0
Views: 6248

Including files in latex beamer

Hello all together,
I have a problem with texing code when creating Beamer slides. I use TeX Live version Aug 2010 and the current version of the Texnic Center under Windows XP.

What I have done is the following:

In my folder named "TeX" I created a subfolder which is called "test". In this ...
by mschulme
Wed Jan 26, 2011 4:34 pm
Forum: Graphics, Figures & Tables
Topic: Latex beamer, colorbox, size definition
Replies: 2
Views: 34443

Re: Latex beamer, colorbox, size definition

This solved one problem ... but create a new one if I want to use this colorbox as the backgound for a table AND if I want to label this table using the caption package.

My example is below. When you look at the output you can see that the labelling with

Table 1 - bla bla bla

is not centered ...
by mschulme
Tue Jan 25, 2011 2:35 pm
Forum: Graphics, Figures & Tables
Topic: Latex beamer, colorbox, size definition
Replies: 2
Views: 34443

Latex beamer, colorbox, size definition

Hi all together,
Latex Beamer does not really want to do what I want it to do. I want beamer to create a colorbox which is centered on the frame (same distance from the left and the right side of the frame) but is not as broad as the whole frame. Here my code:

\documentclass{beamer}

\begin ...
by mschulme
Fri Dec 24, 2010 12:42 am
Forum: Page Layout
Topic: Latex BEAMER agenda slide, \AtBeginsection, handout option
Replies: 0
Views: 6487

Latex BEAMER agenda slide, \AtBeginsection, handout option

Folks,
I encountered the follwing problem when including the agenda slide in a Latex Beamer presentation AND aiming for also having separation slides automatically generated by beamer in front of each new section.

In order to generate these separation slides I used the \AtBeginSection macro and ...
by mschulme
Thu Dec 23, 2010 9:05 am
Forum: Page Layout
Topic: Latex Beamer, header in various colors
Replies: 0
Views: 2367

Latex Beamer, header in various colors

Hi all,
I have a problem in Latex BEAMER reg the definition of the header in various colors. In the example below Beamer creates a header that on the top right shows a white rectangle and the word "hello" in orange color.

My issues:

1.
How can I change the white color box into another color?

2 ...
by mschulme
Thu Dec 23, 2010 9:00 am
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Index creating in Latex Beamer
Replies: 4
Views: 10205

Re: Index creating in Latex Beamer

Thanks, folks, works well !

Marcus
by mschulme
Wed Dec 22, 2010 11:25 pm
Forum: Page Layout
Topic: Latex Beamer, footnote, footmisc, hang option
Replies: 2
Views: 20510

Re: Latex Beamer, footnote, footmisc, hang option

Perfect, great, works well !

Thanks alot,
Marcus