LyX ⇒ Problem with beamer
Problem with beamer
I have problem to set theme/layout for a beamer presentation
I create a new doc and so in document - settings, i choose "document class - presentation (beamer)".
Now I have to set the layout, I have some layout, .sty files, but I can't select these files..
Can someone help me?
Thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
Problem with beamer
Code: Select all
\documentclass{beamer}
\mode<presentation>
\usetheme{Warsaw}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{multicol}
\usepackage{color}
\usepackage{graphics}
\usepackage{pstricks}
\usepackage{pst-coil}
\usepackage{pst-node}
\usepackage{subfigure}
\usepackage{xkeyval}
\usepackage{pst-plot}
\usepackage{pstricks-add}
\usepackage{pst-func}
\usepackage{pst-tree}
\newcommand{\VecN}{\overset{\rightharpoonup}}
\usepackage{epstopdf}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\title{Binomial Radical Expressions}
\author[Mr. Bennett]{School Without Walls\\ \texttt{nicholas.bennett@dc.gov}}
\begin{document}
\begin{frame}
\titlepage
\end{frame}