Tagged Questions
1
vote
0answers
67 views
Lyx - Editing the document class [closed]
I am using LyX Beamer but want to the option [t]. Using Document -> Settings -> Document Class if I choose presentation (beamer) and put the [t] in custom it does not compile. Is there a way to define ...
4
votes
2answers
217 views
Can I use beamer without setting \documentclass to beamer?
I want to have a PDF that is the normal type: \documentclass[a4paper,11pt]{article} with normal TeX tables, graphs and words, but I want it such that there's beamer slides scattered throughout of the ...
1
vote
1answer
438 views
use beamercolorbox in book
How can i use beamer commands and environments like beamercolorbox in other document classes like article or book?
Is there an alternative to beamercolorbox in another package or document class?
14
votes
5answers
2k views
Are there alternatives to Beamer for slides ?
I like Beamer and I use it but I wanted to check if there other classes for slides or presentation purposes to consider seriously when starting to write a presentation.
8
votes
2answers
2k views
Beamer slides and tufte-handout
I have been experimenting with a setup for slides and handouts with one main.tex file that is \input{} into a "slides" and a "handout" file (as described in the beamer user guide 21.2.1, or this ...