[Tex/LaTex] Presentation recommendation

beamerpresentations

I am a rusty, irregular LaTeX user and I am would like to create a presentation with LaTeX.

I am hoping to get good screen, html and pdf output. I dont want anything fancy, mostly just a simple clean look. What should I be looking at? I had a quick look around and found Beamer, but was wondering if that is my best option or if I should look around for other options.

My main desire is to use a plain text input so that I can use git properly to track changes rather than mucking around with some WYSIWYG package none of which I like anyway..

Best Answer

I think the default setting of Beamer will suit your need. LaTeX uses at least one input file as the main. It is a plain text file. For better management, split the contents into several sectional files, and import them from within the main file.

VCS softwares (such as GIT or Subversion) only need to keep track the *.tex and other imported files (images, source code, etc). You can ignore auxiliary files that are generated by LaTeX compiler.