Document Classes ⇒ Creating a beamer theme
Creating a beamer theme
I have a PowerPoint template that I would like to turn into a beamer theme. Is there any information or expamples to show me how to do that?
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Creating a beamer theme
The beamer manual.cirasj wrote:[...] Is there any information or expamples to show me how to do that?
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Creating a beamer theme
Thorsten,
Thank you for the informaiton. Could you let me know what section of the manual. I read it and did not see the section on duplicating a PowerPoint theme.
Thank you for the informaiton. Could you let me know what section of the manual. I read it and did not see the section on duplicating a PowerPoint theme.
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Creating a beamer theme
It all depends on exactly what you want to do. PowerPoint works very differently to beamer, so the best you can hope for is similar, not the same (at least, not without so much effort that it is not worthwhile).
I've done a style which is similar to the official templates my employer uses. Luckily for me, these are quite plain, so I only had to make some simple changes and alter a few colours. I have two files, a colour file and a very short style file. The colours took a little effort to get "out" of PowerPoint, but in the end I managed it and got:
The main beamer style is then very simple:
If you try this style, you'll find it looks very much like a very plain PowerPoint one.
I've done a style which is similar to the official templates my employer uses. Luckily for me, these are quite plain, so I only had to make some simple changes and alter a few colours. I have two files, a colour file and a very short style file. The colours took a little effort to get "out" of PowerPoint, but in the end I managed it and got:
Code: Select all
\ProvidesPackage{beamercolorthemeUEA}
[2008/11/09 v1.0 beamer 'UEA' colour theme]
\mode<presentation>
\definecolor{UEAblue}{RGB}{0,76,103}
\definecolor{UEAgrey}{RGB}{172,160,149}
\definecolor{UEAorange}{RGB}{255,160,35}
\setbeamercolor{normal text}{fg=UEAblue}
\setbeamercolor{alerted text}{fg=UEAorange}
\setbeamercolor{example text}{fg=UEAblue}
\setbeamercolor{structure}{fg=UEAblue}
\setbeamercolor{author}{fg=UEAgrey}
\setbeamercolor{date}{fg=UEAgrey}
\setbeamercolor{framesubtitle}{fg=UEAgrey}
\mode<all>
Code: Select all
\ProvidesPackage{beamerthemeUEA}
[2008/11/09 v1.0 beamer 'UEA' theme]
\mode<presentation>
\usefonttheme{default}
\usecolortheme{UEA}
\useinnertheme{default}
\useoutertheme{default}
\setbeamerfont{author}{size=\large}
\setbeamerfont{date}{size=\large}
\setbeamerfont{example text}{series=\bfseries}
\setbeamerfont{frametitle}{series=\bfseries,size=\large}
\setbeamerfont{framesubtitle}{series=\mdseries,size=\large}
\setbeamerfont{section}{series=\bfseries}
\setbeamerfont{title}{series=\bfseries}
\setbeamertemplate{navigation symbols}{}
\mode
<all>
Joseph Wright
Re: Creating a beamer theme
I have a PowerPoint template that I use for my graduate studies and I would like to use it in Beamer. I am looking to make a similar theme with the college logo and color scheme. I will follow your example to see if I can do the same.
-
- Posts: 1
- Joined: Wed Oct 05, 2011 3:06 pm
Re: Creating a beamer theme
I try to create a beamer theme according to the PowerPoint template attached.
Help anyone?
Help anyone?
- Attachments
-
- powerpoint template-USM-v2.pdf
- powerPointTemplate
- (158.94 KiB) Downloaded 2564 times
- Stefan Kottwitz
- Site Admin
- Posts: 10319
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Creating a beamer theme
Hi,
did you try it? What's your start? We could help you in specific problems, however at least I don't have the time to produce complete templates starting from zero code for you.
Stefan
did you try it? What's your start? We could help you in specific problems, however at least I don't have the time to produce complete templates starting from zero code for you.
Stefan
LaTeX.org admin
Creating a beamer theme
You did not search enough, no need to reinvent the wheel.zainor_983 wrote:I try to create a beamer theme according to the PowerPoint template attached.
Help anyone?
Lia Tze already did that the whole beamer template for you:
http://liantze.penguinattack.org/latext ... er-Gelugor