I have a presentation with overlays made with Beamer in Lyx 2.1.4 . I'd like to compile it and print the pdf output without overlays. How can I do this?
I've done some research and some suggested the use of the command (\documentclass[handout]{beamer}), however, when I use this command in the Preamble I get conflict with the class I'm using under Setting -> Document Class in Lyx which is Beamer. The current stuff I have in the Preamble in the original presentation looks something like this:
Code: Select all
\usetheme{Darmstadt}
\usecolortheme{beaver}
\useoutertheme[subsection=false]{miniframes}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{color}
\usepackage[absolute,overlay]{textpos}
\usepackage{graphicx}
"No Layout found" or "missing begin document".
Not sure what to do. I just want to get the same exact presentation including the colors and formats but without overlays.
Any help is appreciated.
SAS