Getting started with Latex Beamer Template editing

10,101

Solution 1

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...

Solution 2

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.

Share:
10,101
cdecker
Author by

cdecker

I'm a PhD student in Computer Science at ETH Zurich doing research on Bitcoin. Publications Bitcoin meets Strong Consistency Information Propagation in the Bitcoin Network (bibtex) Bitcoin Transaction Malleability and MtGox (bibtex) Have a Snack, Pay with Bitcoins (bibtex) BlueWallet: The secure Bitcoin Wallet (bibtex)

Updated on June 15, 2022

Comments

  • cdecker
    cdecker almost 2 years

    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?