Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting started with Latex Beamer Template editing

For some time now I've been wondering whether I could create a custom template for the Latex Beamer class for my own presentations and how hard it would be. The problem is I can't seem to find any introductory material on how to get started. Does someone have some introductory material on the topic?

like image 680
cdecker Avatar asked Feb 19 '10 14:02

cdecker


2 Answers

Everything you need is somewhere in here: Beamer User Guide

I'd recommend starting with a ready made template and tweaking it, rather than starting from scratch first time out...

like image 58
Seamus Avatar answered Sep 24 '22 22:09

Seamus


Not to be rude, but everything you need to know is in the beamer manual distributed with the library. If you poke through the directory where beamer is located, you can also find the code for all of the included templates, that you can then modify.

As for how hard it is, it will depend on how complicated you want your template to me. I use a rather simple custom template and it took about 2-3 hours to learn and create.

like image 31
SplittingField Avatar answered Sep 21 '22 22:09

SplittingField