Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: install beamer under Miktex
From
Tirthankar Chakravarty <[email protected]>
To
[email protected]
Subject
Re: st: install beamer under Miktex
Date
Fri, 16 Apr 2010 14:40:22 +0530
Indeed. You can easily test whether you can avoid the hassle by
compiling a skeleton Beamer document (as from the link above -
http://latex-beamer.sourceforge.net/) :
%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{beamer}
\usepackage{beamerthemesplit}
\title{Example Presentation Created with the Beamer Package}
\author{Till Tantau}
\date{\today}
\begin{document}
\frame{\titlepage}
\section[Outline]{}
\frame{\tableofcontents}
\section{Introduction}
\subsection{Overview of the Beamer Class}
\frame
{
\frametitle{Features of the Beamer Class}
\begin{itemize}
\item<1-> Normal LaTeX class.
\item<2-> Easy overlays.
\item<3-> No external programs needed.
\end{itemize}
}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%
T
2010/4/16 Nils Braakmann <[email protected]>:
> Isn't beamer included in the Miktex distribution? I use it and I'm
> pretty sure I never downloaded it anywhere separately (I use Miktex
> 2.7).
>
> Best,
> Nils
>
> On Fri, Apr 16, 2010 at 7:58 AM, sun samn <[email protected]> wrote:
>>
>>
>> Hi, there,
>> my question is a little off the theme, but I do not have other options.
>> Could someone help me install beamer under Miktex? I already have Miktex intalled, now I wanna install Beamer; the manual says as follows:
>> 2.2.2 MiKTeX
>> For MiKTEX, use the update wizard to install the (latest versions of the) packages called latex-beamer,
>> pgf, and xcolor.
>>
>> but it don't work.
>>
>> thanks a lot!
>> samn
>>
>>
>> _________________________________________________________________
>> Hotmail: Powerful Free email with security by Microsoft.
>> https://signup.live.com/signup.aspx?id=60969
>> *
>> * For searches and help try:
>> * http://www.stata.com/help.cgi?search
>> * http://www.stata.com/support/statalist/faq
>> * http://www.ats.ucla.edu/stat/stata/
>>
>
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
--
To every ω-consistent recursive class κ of formulae there correspond
recursive class signs r, such that neither v Gen r nor Neg(v Gen r)
belongs to Flg(κ) (where v is the free variable of r).
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/