Search found 6 matches

by LuckyDucky
Wed Jul 21, 2010 9:28 pm
Forum: General
Topic: Changing the default theorem styles
Replies: 2
Views: 2578

Re: Changing the default theorem styles

I'm using amsthm and I figured out how to change the theorems but now I need to change the proof styles and there is no /newproofstyle command...
by LuckyDucky
Wed Jul 21, 2010 8:47 pm
Forum: General
Topic: Changing the default theorem styles
Replies: 2
Views: 2578

Changing the default theorem styles

I would like to change the theorem styles so that they end with a colon instead of a period. I want it to apply to all theorems, corollaries, remarks, proofs, definitions, etc.

How do I do so?
by LuckyDucky
Mon Jul 05, 2010 11:38 pm
Forum: Document Classes
Topic: Beamer split TOC over multiple frames with overlay
Replies: 0
Views: 1742

Beamer split TOC over multiple frames with overlay

Is it possible to split a long table of contents over multiple frames and still allow overlays?

The only solutions for a large table of contents while keeping overlays I've found is to use the shrink option.

Is it possible to split the toc over multiple frames?
by LuckyDucky
Thu Jul 01, 2010 10:21 pm
Forum: Document Classes
Topic: What are the »beamer« elements?
Replies: 2
Views: 5768

What are the »beamer« elements?

That's what I'm going to do but some of the color themes change the colors of different elements in beamer.

Here is a list of everything I found in the color theme sty files:

http://pastebin.com/nK3BWG5v

As to the * commands, I think you're right. If you don't specify a color (bg, fg), the ...
by LuckyDucky
Thu Jul 01, 2010 9:32 pm
Forum: Document Classes
Topic: Beamer: Colors and Split theme
Replies: 3
Views: 10674

Beamer: Colors and Split theme

If you want to change all the colors quickly, you can use


\definecolor{<namehere>}{RGB}{X,Y,Z}
\usecolortheme[named=<namehere>]{structure}


This will cause all of the colors in your presentation to be based on the color you defined.

I am trying to make a color theme for my school to but I want ...
by LuckyDucky
Thu Jul 01, 2010 9:20 pm
Forum: Document Classes
Topic: What are the »beamer« elements?
Replies: 2
Views: 5768

What are the »beamer« elements?

New Latex Community member here!

I'm making beamer themes for my school and I will be using main themes already available (Berkeley, AnnArbor, etc) and just making color themes.

Where can I find a list of the beamer-colors and what they do? I have downloaded the beamer user guide but it does not ...