Document ClassesCreating Handouts with Beamer

Information and discussion about specific document classes and how to create your own document classes.
ptoche
Posts: 49
Joined: Thu Apr 12, 2007 10:41 am

Creating Handouts with Beamer

Post by ptoche »

Edit by localghost: Please upload the attachments to the forum Server. See Board Rules for more information.

I have now fully uninstalled MiKTeX 2.7 and installed MiKTeX 2.8. Problem persists. Irritating.

It has something to do with the page layout not being interpreted correctly by pdftex, I think.

If I remove the a4paper option, I get two slides stacked on top of each other (the desired result), but the bottom slide cut off -- something wrong with both the size of the paper and the alignment of the slides on the paper.

To sum up, With

Code: Select all

\usepackage{pgfpages}
\pgfpagesuselayout{2 on 1}
I obtain:
22483162-Minimal.pdf
(6.9 KiB) Downloaded 343 times
while with

Code: Select all

\usepackage{pgfpages}
\pgfpagesuselayout{2 on 1}[a4paper]
I obtain:
22288287-Minimal.pdf
(5.45 KiB) Downloaded 372 times
The page is too wide and not tall enough. I want this page to have a4 size, but the two slides to be stacked up nicely onto it, why is it so difficult...

I tried to force a specific papersize by setting things like the following in the preamble:

Code: Select all

\def\pgfpageoptionheight{12in}
\def\pgfpageoptionheight{9in}
but that did nothing...

For reference, the pgfpages package defines the "2 on 1" layout as follows:
http://www.tex.ac.uk/tex-archive/graphi ... fpages.sty

Code: Select all

\pgfpagesdeclarelayout{2 on 1}
{
  \edef\pgfpageoptionheight{\the\paperwidth} % landscaped by default
  \edef\pgfpageoptionwidth{\the\paperheight}
  \def\pgfpageoptionborder{0pt}
  \def\pgfpageoptionfirstshipout{1}
}
{
  \pgfpagesphysicalpageoptions
  {%
    logical pages=2,%
    physical height=\pgfpageoptionheight,%
    physical width=\pgfpageoptionwidth,%
    current logical shipout=\pgfpageoptionfirstshipout%
  }
  \ifdim\paperheight>\paperwidth\relax
    % put side-by-side
    \pgfpageslogicalpageoptions{1}
    {%
      border shrink=\pgfpageoptionborder,%
      resized width=.5\pgfphysicalwidth,%
      resized height=\pgfphysicalheight,%
      center=\pgfpoint{.25\pgfphysicalwidth}{.5\pgfphysicalheight}%
    }%
    \pgfpageslogicalpageoptions{2}
    {%
      border shrink=\pgfpageoptionborder,%
      resized width=.5\pgfphysicalwidth,%
      resized height=\pgfphysicalheight,%
      center=\pgfpoint{.75\pgfphysicalwidth}{.5\pgfphysicalheight}%
    }%
  \else
    % stack on top of one another
    \pgfpageslogicalpageoptions{1}
    {%
      border shrink=\pgfpageoptionborder,%
      resized width=\pgfphysicalwidth,%
      resized height=.5\pgfphysicalheight,%
      center=\pgfpoint{.5\pgfphysicalwidth}{.75\pgfphysicalheight}%
    }%
    \pgfpageslogicalpageoptions{2}
    {%
      border shrink=\pgfpageoptionborder,%
      resized width=\pgfphysicalwidth,%
      resized height=.5\pgfphysicalheight,%
      center=\pgfpoint{.5\pgfphysicalwidth}{.25\pgfphysicalheight}%
    }%
  \fi    
}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
ptoche
Posts: 49
Joined: Thu Apr 12, 2007 10:41 am

Creating Handouts with Beamer

Post by ptoche »


Please upload the attachments to the forum Server. See Board Rules for more information.
Oops sorry, would love to. But then I couldn't find information on how to upload files.

From http://www.latex-community.org/forum/vi ... f=9&t=5838
2.5 Attachments

External servers and links to pictures or other files should not be used. Files can easily be uploaded to the forum server. External links may get lost after some time. In case a certain file extension (suffix) is not accepted, attachments can be uploaded as RAR or ZIP archives.

From http://www.latex-community.org/forum/vi ... f=9&t=3483, no info either.

I bet it's one of those obvious things staring at me...
magicmoose
Posts: 90
Joined: Fri Nov 06, 2009 7:29 am

Re: Creating Handouts with Beamer

Post by magicmoose »

Underneath where you write your message it says "options" and "upload attachment" ;)
ptoche
Posts: 49
Joined: Thu Apr 12, 2007 10:41 am

Creating Handouts with Beamer

Post by ptoche »

In my office I still have a non-updated version of MiKTeK 2.7. pgfpages works as expected there, but doesn't with the latest MiKTeK 2.8 installed today.

Code: Select all

\usepackage{pgfpages}
\pgfpagesuselayout{2 on 1}[a4paper]
works as expected there. I am trying to post the logs obtained with \listfiles in the preamble. Perhaps some expert will find it informative.
ptoche
Posts: 49
Joined: Thu Apr 12, 2007 10:41 am

Creating Handouts with Beamer

Post by ptoche »

Code: Select all

This is pdfTeX, Version 3.1415926-1.40.9 (MiKTeX 2.7) (preloaded format=latex 2009.11.13)  13 NOV 2009 16:16
entering extended mode
**minimal.tex
(minimal.tex
LaTeX2e <2005/12/01>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, german-x-2008-06-18, ngerman-x-2008-06-18, french, loaded.
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamer.cls"
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasercs.sty"
Package: beamerbasercs 2007/01/28 (rcs-revision 1.4)
)
Document Class: beamer 2007/03/11 cvs version 3.07 A class for typesetting pres
entations (rcs-revision 1.70)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasemodes.sty"
Package: beamerbasemodes 2007/01/28 (rcs-revision 1.22)
\beamer@tempbox=\box26
\beamer@tempcount=\count79
\c@beamerpauses=\count80

("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasedecode.sty"
Package: beamerbasedecode 2007/01/28 (rcs-revision 1.20)
\beamer@slideinframe=\count81
\beamer@minimum=\count82
)
\beamer@commentbox=\box27
\beamer@modecount=\count83
)
\headheight=\dimen102
\headdp=\dimen103
\footheight=\dimen104
\sidebarheight=\dimen105
\beamer@tempdim=\dimen106
\beamer@finalheight=\dimen107
\beamer@animht=\dimen108
\beamer@animdp=\dimen109
\beamer@animwd=\dimen110
\beamer@leftmargin=\dimen111
\beamer@rightmargin=\dimen112
\beamer@leftsidebar=\dimen113
\beamer@rightsidebar=\dimen114
\beamer@boxsize=\dimen115
\beamer@vboxoffset=\dimen116
\beamer@descdefault=\dimen117
\beamer@descriptionwidth=\dimen118
\beamer@lastskip=\skip41
\beamer@areabox=\box28
\beamer@animcurrent=\box29
\beamer@animshowbox=\box30
\beamer@sectionbox=\box31
\beamer@logobox=\box32
\beamer@linebox=\box33
\beamer@sectioncount=\count84
\beamer@subsubsectionmax=\count85
\beamer@subsectionmax=\count86
\beamer@sectionmax=\count87
\beamer@totalheads=\count88
\beamer@headcounter=\count89
\beamer@partstartpage=\count90
\beamer@sectionstartpage=\count91
\beamer@subsectionstartpage=\count92
\beamer@animationtempa=\count93
\beamer@animationtempb=\count94
\beamer@xpos=\count95
\beamer@ypos=\count96
\beamer@showpartnumber=\count97
\beamer@currentsubsection=\count98
\beamer@coveringdepth=\count99
\beamer@sectionadjust=\count100
\beamer@tocsectionnumber=\count101

("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbaseoptions.sty"
Package: beamerbaseoptions 2007/01/28 (rcs-revision 1.8)

("C:\Program Files\MiKTeX 2.7\tex\latex\graphics\keyval.sty"
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
))
("C:\Program Files\MiKTeX 2.7\tex\latex\pgf\basiclayer\pgfcore.sty"
("C:\Program Files\MiKTeX 2.7\tex\latex\graphics\graphicx.sty"
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

("C:\Program Files\MiKTeX 2.7\tex\latex\graphics\graphics.sty"
Package: graphics 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)

("C:\Program Files\MiKTeX 2.7\tex\latex\graphics\trig.sty"
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\00miktex\graphics.cfg"
File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
)
Package graphics Info: Driver file: dvips.def on input line 90.

("C:\Program Files\MiKTeX 2.7\tex\latex\graphics\dvips.def"
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
))
\Gin@req@height=\dimen119
\Gin@req@width=\dimen120
)
("C:\Program Files\MiKTeX 2.7\tex\latex\pgf\systemlayer\pgfsys.sty"
("C:\Program Files\MiKTeX 2.7\tex\latex\pgf\utilities\pgfrcs.sty"
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\utilities\pgfutil-common.tex"
\pgfutil@everybye=\toks15
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\utilities\pgfutil-latex.def")
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\utilities\pgfrcs.code.tex"
Package: pgfrcs 2008/02/20 v2.00 (rcs-revision 1.21)
))
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\systemlayer\pgfsys.code.tex"
Package: pgfsys 2008/02/07 v2.00 (rcs-revision 1.31)

("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\utilities\pgfkeys.code.tex"
\pgfkeys@pathtoks=\toks16
\pgfkeys@temptoks=\toks17
)
\pgf@x=\dimen121
\pgf@y=\dimen122
\pgf@xa=\dimen123
\pgf@ya=\dimen124
\pgf@xb=\dimen125
\pgf@yb=\dimen126
\pgf@xc=\dimen127
\pgf@yc=\dimen128
\c@pgf@counta=\count102
\c@pgf@countb=\count103
\c@pgf@countc=\count104
\c@pgf@countd=\count105

("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\systemlayer\pgf.cfg"
File: pgf.cfg 2008/01/13  (rcs-revision 1.6)
)
Package pgfsys Info: Driver file for pgf: pgfsys-dvips.def on input line 885.

("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\systemlayer\pgfsys-dvips.def"
File: pgfsys-dvips.def 2007/12/12  (rcs-revision 1.19)

("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\systemlayer\pgfsys-common-postscr
ipt.def"
File: pgfsys-common-postscript.def 2008/02/07  (rcs-revision 1.18)
\pgf@objectcount=\count106
)))
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\systemlayer\pgfsyssoftpath.code.t
ex"
File: pgfsyssoftpath.code.tex 2008/01/23  (rcs-revision 1.6)
\pgfsyssoftpath@smallbuffer@items=\count107
\pgfsyssoftpath@bigbuffer@items=\count108
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\systemlayer\pgfsysprotocol.code.t
ex"
File: pgfsysprotocol.code.tex 2006/10/16  (rcs-revision 1.4)
)) ("C:\Program Files\MiKTeX 2.7\tex\latex\xcolor\xcolor.sty"
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)

("C:\Program Files\MiKTeX 2.7\tex\latex\00miktex\color.cfg"
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: dvips.def on input line 225.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
Package xcolor Info: Model `RGB' extended on input line 1353.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcore.code.tex"
Package: pgfcore 2008/01/15 v2.00 (rcs-revision 1.6)

("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\math\pgfmath.code.tex"
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\math\pgfmathcalc.code.tex"
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\math\pgfmathutil.code.tex"
\pgfmath@box=\box34
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\math\pgfmathparser.code.tex"
\pgfmath@stack=\toks18
\c@pgfmath@parsecounta=\count109
\c@pgfmath@parsecountb=\count110
\c@pgfmath@parsecountc=\count111
\pgfmath@parsex=\dimen129
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\math\pgfmathoperations.code.tex"
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\math\pgfmathtrig.code.tex")
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\math\pgfmathrnd.code.tex"))
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\math\pgfmathbase.code.tex")))
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcorepoints.code.tex
"
File: pgfcorepoints.code.tex 2008/02/03  (rcs-revision 1.13)
\pgf@picminx=\dimen130
\pgf@picmaxx=\dimen131
\pgf@picminy=\dimen132
\pgf@picmaxy=\dimen133
\pgf@pathminx=\dimen134
\pgf@pathmaxx=\dimen135
\pgf@pathminy=\dimen136
\pgf@pathmaxy=\dimen137
\pgf@xx=\dimen138
\pgf@xy=\dimen139
\pgf@yx=\dimen140
\pgf@yy=\dimen141
\pgf@zx=\dimen142
\pgf@zy=\dimen143
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcorepathconstruct.c
ode.tex"
File: pgfcorepathconstruct.code.tex 2008/02/13  (rcs-revision 1.14)
\pgf@path@lastx=\dimen144
\pgf@path@lasty=\dimen145
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcorepathusage.code.
tex"
File: pgfcorepathusage.code.tex 2008/01/23  (rcs-revision 1.11)
\pgf@shorten@end@additional=\dimen146
\pgf@shorten@start@additional=\dimen147
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcorescopes.code.tex
"
File: pgfcorescopes.code.tex 2008/01/15  (rcs-revision 1.26)
\pgfpic=\box35
\pgf@hbox=\box36
\pgf@layerbox@main=\box37
\pgf@picture@serial@count=\count112
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcoregraphicstate.co
de.tex"
File: pgfcoregraphicstate.code.tex 2007/12/12  (rcs-revision 1.8)
\pgflinewidth=\dimen148
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcoretransformations
.code.tex"
File: pgfcoretransformations.code.tex 2008/02/04  (rcs-revision 1.10)
\pgf@pt@x=\dimen149
\pgf@pt@y=\dimen150
\pgf@pt@temp=\dimen151
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcorequick.code.tex"
File: pgfcorequick.code.tex 2006/10/11  (rcs-revision 1.2)
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcoreobjects.code.te
x"
File: pgfcoreobjects.code.tex 2006/10/11  (rcs-revision 1.2)
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcorepathprocessing.
code.tex"
File: pgfcorepathprocessing.code.tex 2008/01/23  (rcs-revision 1.7)
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcorearrows.code.tex
"
File: pgfcorearrows.code.tex 2007/06/07  (rcs-revision 1.8)
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcoreshade.code.tex"
File: pgfcoreshade.code.tex 2007/12/10  (rcs-revision 1.9)
\pgf@max=\dimen152
\pgf@sys@shading@range@num=\count113
) ("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcoreimage.code.te
x"
File: pgfcoreimage.code.tex 2008/01/15  (rcs-revision 1.1)
\pgfexternal@startupbox=\box38
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcorelayers.code.tex
"
File: pgfcorelayers.code.tex 2008/01/15  (rcs-revision 1.1)
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcoretransparency.co
de.tex"
File: pgfcoretransparency.code.tex 2008/01/17  (rcs-revision 1.2)
)
("C:\Program Files\MiKTeX 2.7\tex\generic\pgf\basiclayer\pgfcorepatterns.code.t
ex"
File: pgfcorepatterns.code.tex 2008/01/15  (rcs-revision 1.1)
))) ("C:\Program Files\MiKTeX 2.7\tex\latex\pgf\basiclayer\pgfbaseimage.sty"

Package pgf Warning: This package is obsolete and no longer needed on input lin
e 13.

) ("C:\Program Files\MiKTeX 2.7\tex\latex\pgf\utilities\xxcolor.sty"
Package: xxcolor 2003/10/24 ver 0.1
\XC@nummixins=\count114
\XC@countmixins=\count115
)
("C:\Program Files\MiKTeX 2.7\tex\latex\amsfonts\amssymb.sty"
Package: amssymb 2002/01/22 v2.2d

("C:\Program Files\MiKTeX 2.7\tex\latex\amsfonts\amsfonts.sty"
Package: amsfonts 2001/10/25 v2.2f
\@emptytoks=\toks19
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
(Font)                  U/euf/m/n --> U/euf/b/n on input line 132.
))
("C:\Program Files\MiKTeX 2.7\tex\latex\geometry\geometry.sty"
Package: geometry 2008/12/21 v4.2 Page Geometry

("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\ifpdf.sty"
Package: ifpdf 2009/04/10 v2.0 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode not detected.
)
("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\ifvtex.sty"
Package: ifvtex 2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)
Package ifvtex Info: VTeX not detected.
)
\Gm@cnth=\count116
\Gm@cntv=\count117
\c@Gm@tempcnt=\count118
\Gm@bindingoffset=\dimen153
\Gm@wd@mp=\dimen154
\Gm@odd@mp=\dimen155
\Gm@even@mp=\dimen156
\Gm@dimlist=\toks20

("C:\Program Files\MiKTeX 2.7\tex\latex\geometry\geometry.cfg"))
("C:\Program Files\MiKTeX 2.7\tex\latex\hyperref\hyperref.sty"
Package: hyperref 2009/05/01 v6.78r Hypertext links for LaTeX

("C:\Program Files\MiKTeX 2.7\tex\latex\ifxetex\ifxetex.sty"
Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional
)
("C:\Program Files\MiKTeX 2.7\tex\latex\oberdiek\hycolor.sty"
Package: hycolor 2008/09/08 v1.4 Code for color options of hyperref/bookmark (H
O)

("C:\Program Files\MiKTeX 2.7\tex\latex\oberdiek\xcolor-patch.sty"
Package: xcolor-patch 2008/09/08 xcolor patch
))
\@linkdim=\dimen157
\Hy@linkcounter=\count119
\Hy@pagecounter=\count120

("C:\Program Files\MiKTeX 2.7\tex\latex\hyperref\pd1enc.def"
File: pd1enc.def 2009/05/01 v6.78r Hyperref: PDFDocEncoding definition (HO)
)
("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\etexcmds.sty"
Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO)

("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\infwarerr.sty"
Package: infwarerr 2007/09/09 v1.2 Providing info/warning/message (HO)
)
Package etexcmds Info: Could not find \expanded.
(etexcmds)             That can mean that you are not using pdfTeX 1.50 or
(etexcmds)             that some package has redefined \expanded.
(etexcmds)             In the latter case, load this package earlier.
)
("C:\Program Files\MiKTeX 2.7\tex\latex\00miktex\hyperref.cfg"
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
("C:\Program Files\MiKTeX 2.7\tex\latex\oberdiek\kvoptions.sty"
Package: kvoptions 2009/04/10 v3.1 Keyval support for LaTeX options (HO)
)
Package hyperref Info: Option `bookmarks' set `true' on input line 2842.
Package hyperref Info: Option `bookmarksopen' set `true' on input line 2842.
Package hyperref Info: Option `implicit' set `false' on input line 2842.
Package hyperref Info: Hyper figures OFF on input line 2953.
Package hyperref Info: Link nesting OFF on input line 2958.
Package hyperref Info: Hyper index ON on input line 2961.
Package hyperref Info: Plain pages OFF on input line 2968.
Package hyperref Info: Backreferencing OFF on input line 2973.

Implicit mode OFF; no redefinition of LaTeX internals
Package hyperref Info: Bookmarks ON on input line 3163.
("C:\Program Files\MiKTeX 2.7\tex\latex\ltxmisc\url.sty"
\Urlmuskip=\muskip10
Package: url 2006/04/12  ver 3.3  Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 3400.

("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\bitset.sty"
Package: bitset 2007/09/28 v1.0 Data type bit set (HO)

("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\intcalc.sty"
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
)
("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\bigintcalc.sty"
Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)

("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\pdftexcmds.sty"
Package: pdftexcmds 2009/04/10 v0.4 LuaTeX support for pdfTeX utility functions
 (HO)

("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\ifluatex.sty"
Package: ifluatex 2009/04/10 v1.1 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
Package pdftexcmds Info: LuaTeX not detected on input line 145.
)))
("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\kvsetkeys.sty"
Package: kvsetkeys 2007/09/29 v1.3 Key value parser with default handler suppor
t (HO)
)
\Fld@menulength=\count121
\Field@Width=\dimen158
\Fld@charsize=\dimen159
\Field@toks=\toks21
Package hyperref Info: Hyper figures OFF on input line 4317.
Package hyperref Info: Link nesting OFF on input line 4322.
Package hyperref Info: Hyper index ON on input line 4325.
Package hyperref Info: backreferencing OFF on input line 4332.
Package hyperref Info: Link coloring OFF on input line 4337.
Package hyperref Info: Link coloring with OCG OFF on input line 4342.
Package hyperref Info: PDF/A mode OFF on input line 4347.

("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\atbegshi.sty"
Package: atbegshi 2008/07/31 v1.9 At begin shipout hook (HO)
)

Package hyperref Warning: Option `pdfpagelabels' is turned off
(hyperref)                because \thepage is undefined.

Hyperref stopped early
)
*hyperref using default driver hdvips*
("C:\Program Files\MiKTeX 2.7\tex\latex\hyperref\hdvips.def"
File: hdvips.def 2009/05/01 v6.78r Hyperref driver for dvips

("C:\Program Files\MiKTeX 2.7\tex\latex\hyperref\pdfmark.def"
File: pdfmark.def 2009/05/01 v6.78r Hyperref definitions for pdfmark specials
\pdf@docset=\toks22
\pdf@box=\box39
\pdf@toks=\toks23
\pdf@defaulttoks=\toks24
\Fld@listcount=\count122
))
("C:\Program Files\MiKTeX 2.7\tex\latex\base\size11.clo"
File: size11.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasecompatibility.sty
"
Package: beamerbasecompatibility 2007/01/28  (rcs-revision 1.63)
) ("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasefont.sty"
Package: beamerbasefont 2007/01/28  (rcs-revision 1.16)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasemisc.sty"
Package: beamerbasemisc 2007/01/28  (rcs-revision 1.24)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasetwoscreens.sty"
Package: beamerbasetwoscreens 2007/01/28  (rcs-revision 1.7)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbaseoverlay.sty"
Package: beamerbaseoverlay 2007/01/28  (rcs-revision 1.50)
\beamer@argscount=\count123
\beamer@lastskipcover=\skip42
\beamer@trivlistdepth=\count124
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasetitle.sty"
Package: beamerbasetitle 2007/01/28  (rcs-revision 1.25)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasesection.sty"
Package: beamerbasesection 2007/01/28  (rcs-revision 1.21)
\c@lecture=\count125
\c@part=\count126
\c@section=\count127
\c@subsection=\count128
\c@subsubsection=\count129
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbaseframe.sty"
Package: beamerbaseframe 2007/01/28  (rcs-revision 1.60)
\beamer@framebox=\box40
\beamer@frametitlebox=\box41
\beamer@zoombox=\box42
\beamer@zoomcount=\count130
\beamer@zoomframecount=\count131
\beamer@frametextheight=\dimen160
\c@subsectionslide=\count132
\beamer@frametopskip=\skip43
\beamer@framebottomskip=\skip44
\beamer@frametopskipautobreak=\skip45
\beamer@framebottomskipautobreak=\skip46
\beamer@envbody=\toks25
\c@framenumber=\count133
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbaseverbatim.sty"
Package: beamerbaseverbatim 2007/01/28  (rcs-revision 1.8)
\beamer@verbatimfileout=\write3
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbaseframesize.sty"
Package: beamerbaseframesize 2007/01/28  (rcs-revision 1.18)
\beamer@splitbox=\box43
\beamer@autobreakcount=\count134
\beamer@autobreaklastheight=\dimen161
\beamer@frametitletoks=\toks26
\beamer@framesubtitletoks=\toks27
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbaseframecomponents.s
ty"
Package: beamerbaseframecomponents 2007/01/28  (rcs-revision 1.41)
\beamer@footins=\box44
) ("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasecolor.sty"
Package: beamerbasecolor 2007/01/28  (rcs-revision 1.42)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasenotes.sty"
Package: beamerbasenotes 2007/01/28  (rcs-revision 1.23)
\beamer@frameboxcopy=\box45
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasetoc.sty"
Package: beamerbasetoc 2007/01/28  (rcs-revision 1.21)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasetemplates.sty"
Package: beamerbasetemplates 2007/01/28  (rcs-revision 1.51)
\beamer@sbttoks=\toks28

("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbaseauxtemplates.sty"
Package: beamerbaseauxtemplates 2007/01/28  (rcs-revision 1.28)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbaseboxes.sty"
Package: beamerbaseboxes 2007/03/11  (rcs-revision 1.32)
\bmb@box=\box46
\bmb@colorbox=\box47
\bmb@boxshadow=\box48
\bmb@boxshadowball=\box49
\bmb@boxshadowballlarge=\box50
\bmb@temp=\dimen162
\bmb@dima=\dimen163
\bmb@dimb=\dimen164
\bmb@prevheight=\dimen165
)
\beamer@blockheadheight=\dimen166
))
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbaselocalstructure.st
y"
Package: beamerbaselocalstructure 2007/01/28  (rcs-revision 1.53)
 ("C:\Program Files\MiKTeX 2.7\tex\latex\tools\enumerate.sty"
Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC)
\@enLab=\toks29
)
\c@figure=\count135
\c@table=\count136
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasenavigation.sty"
Package: beamerbasenavigation 2007/01/28  (rcs-revision 1.36)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasetheorems.sty"
Package: beamerbasetheorems 2007/01/28  (rcs-revision 1.10)

("C:\Program Files\MiKTeX 2.7\tex\latex\translator\base\translator.sty"
Package: translator 2007/03/11 ver 1.00

("C:\Program Files\MiKTeX 2.7\tex\latex\translator\base\translator-language-map
pings.tex")) ("C:\Program Files\MiKTeX 2.7\tex\latex\amsmath\amsmath.sty"
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip49

For additional information on amsmath, use the `?' option.
("C:\Program Files\MiKTeX 2.7\tex\latex\amsmath\amstext.sty"
Package: amstext 2000/06/29 v2.01

("C:\Program Files\MiKTeX 2.7\tex\latex\amsmath\amsgen.sty"
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks30
\ex@=\dimen167
))
("C:\Program Files\MiKTeX 2.7\tex\latex\amsmath\amsbsy.sty"
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen168
)
("C:\Program Files\MiKTeX 2.7\tex\latex\amsmath\amsopn.sty"
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count137
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count138
\leftroot@=\count139
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count140
\DOTSCASE@=\count141
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box51
\strutbox@=\box52
\big@size=\dimen169
LaTeX Font Info:    Redeclaring font encoding OML on input line 567.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 568.
\macc@depth=\count142
\c@MaxMatrixCols=\count143
\dotsspace@=\muskip11
\c@parentequation=\count144
\dspbrk@lvl=\count145
\tag@help=\toks31
\row@=\count146
\column@=\count147
\maxfields@=\count148
\andhelp@=\toks32
\eqnshift@=\dimen170
\alignsep@=\dimen171
\tagshift@=\dimen172
\tagwidth@=\dimen173
\totwidth@=\dimen174
\lineht@=\dimen175
\@envbody=\toks33
\multlinegap=\skip50
\multlinetaggap=\skip51
\mathdisplay@stack=\toks34
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
("C:\Program Files\MiKTeX 2.7\tex\latex\amscls\amsthm.sty"
Package: amsthm 2004/08/06 v2.20
\thm@style=\toks35
\thm@bodyfont=\toks36
\thm@headfont=\toks37
\thm@notefont=\toks38
\thm@headpunct=\toks39
\thm@preskip=\skip52
\thm@postskip=\skip53
\thm@headsep=\skip54
\dth@everypar=\toks40
)
\c@theorem=\count149
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\base\beamerbasethemes.sty"
Package: beamerbasethemes 2007/01/28  (rcs-revision 1.10)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\themes\theme\beamerthemedefault.
sty"
Package: beamerthemedefault 2007/01/28  (rcs-revision 1.7)

("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\themes\font\beamerfontthemedefau
lt.sty"
Package: beamerfontthemedefault 2007/01/28  (rcs-revision 1.13)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\themes\color\beamercolorthemedef
ault.sty"
Package: beamercolorthemedefault 2007/01/28  (rcs-revision 1.28)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\themes\inner\beamerinnerthemedef
ault.sty"
Package: beamerinnerthemedefault 2007/01/28  (rcs-revision 1.20)
\beamer@dima=\dimen176
\beamer@dimb=\dimen177
)
("C:\Program Files\MiKTeX 2.7\tex\latex\beamer\themes\outer\beamerouterthemedef
ault.sty"
Package: beamerouterthemedefault 2007/01/28  (rcs-revision 1.14)
))) ("C:\Program Files\MiKTeX 2.7\tex\latex\pgf\utilities\pgfpages.sty"
Package: pgfpages 2004/11/05 ver 0.01
 ("C:\Program Files\MiKTeX 2.7\tex\latex\tools\calc.sty"
Package: calc 2005/08/06 v4.2 Infix arithmetic (KKT,FJ)
\calc@Acount=\count150
\calc@Bcount=\count151
\calc@Adimen=\dimen178
\calc@Bdimen=\dimen179
\calc@Askip=\skip55
\calc@Bskip=\skip56
LaTeX Info: Redefining \setlength on input line 75.
LaTeX Info: Redefining \addtolength on input line 76.
\calc@Ccount=\count152
\calc@Cskip=\skip57
)
\pgf@logicalpages=\count153
\pgf@firstshipout=\count154
\pgf@lastshipout=\count155
\pgf@currentshipout=\count156
\pgf@cpn=\count157
\pgf@shipoutnextto=\count158
\pgfphysicalheight=\dimen180
\pgfphysicalwidth=\dimen181
\pgfpages@shipoutbox=\box53
)
\pgfpages@box@1=\box54
\pgfpages@box@2=\box55
 (minimal.aux)
LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.

*geometry auto-detecting driver*
*geometry detected driver: dvips*
-------------------- Geometry parameters
paper: user defined
landscape: --
twocolumn: --
twoside: --
asymmetric: --
h-parts: 28.45274pt, 307.28987pt, 28.45274pt
v-parts: 0.0pt, 273.14662pt, 0.0pt
hmarginratio: --
vmarginratio: --
lines: --
heightrounded: --
bindingoffset: 0.0pt
truedimen: --
includehead: true
includefoot: true
includemp: --
driver: dvips
-------------------- Page layout dimensions and switches
\paperwidth  364.19536pt
\paperheight 273.14662pt
\textwidth  307.28987pt
\textheight 244.6939pt
\oddsidemargin  -43.81725pt
\evensidemargin -43.81725pt
\topmargin  -72.26999pt
\headheight 14.22636pt
\headsep    0.0pt
\footskip   14.22636pt
\marginparwidth 4.0pt
\marginparsep   10.0pt
\columnsep  10.0pt
\skip\footins  10.0pt plus 4.0pt minus 2.0pt
\hoffset 0.0pt
\voffset 0.0pt
\mag 1000

(1in=72.27pt, 1cm=28.45pt)
-----------------------
Package hyperref Info: Link coloring OFF on input line 12.
("C:\Program Files\MiKTeX 2.7\tex\latex\hyperref\nameref.sty"
Package: nameref 2007/05/29 v2.31 Cross-referencing by name of section

("C:\Program Files\MiKTeX 2.7\tex\latex\oberdiek\refcount.sty"
Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
)
\c@section@level=\count159
)
LaTeX Info: Redefining \ref on input line 12.
LaTeX Info: Redefining \pageref on input line 12.
 (minimal.out)
(minimal.out)
\@outlinefile=\write4
\AtBeginShipoutBox=\box56
LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
(Font)                  OT1/cmr/m/n --> OT1/cmss/m/n on input line 12.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 12.
\symnumbers=\mathgroup6
\sympureletters=\mathgroup7
LaTeX Font Info:    Overwriting math alphabet `\mathrm' in version `normal'
(Font)                  OT1/cmss/m/n --> OT1/cmr/m/n on input line 12.
LaTeX Font Info:    Redeclaring math alphabet \mathbf on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
(Font)                  OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 12.
LaTeX Font Info:    Redeclaring math alphabet \mathsf on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `normal'
(Font)                  OT1/cmss/m/n --> OT1/cmss/m/n on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  OT1/cmss/bx/n --> OT1/cmss/m/n on input line 12.
LaTeX Font Info:    Redeclaring math alphabet \mathit on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
(Font)                  OT1/cmr/m/it --> OT1/cmss/m/it on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmr/bx/it --> OT1/cmss/m/it on input line 12.
LaTeX Font Info:    Redeclaring math alphabet \mathtt on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `normal'
(Font)                  OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 12.
LaTeX Font Info:    Overwriting symbol font `numbers' in version `bold'
(Font)                  OT1/cmss/m/n --> OT1/cmss/bx/n on input line 12.
LaTeX Font Info:    Overwriting symbol font `pureletters' in version `bold'
(Font)                  OT1/cmss/m/it --> OT1/cmss/bx/it on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathrm' in version `bold'
(Font)                  OT1/cmss/bx/n --> OT1/cmr/bx/n on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  OT1/cmss/bx/n --> OT1/cmss/bx/n on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  OT1/cmss/m/n --> OT1/cmss/bx/n on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmss/m/it --> OT1/cmss/bx/it on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  OT1/cmtt/m/n --> OT1/cmtt/bx/n on input line 12.

("C:\Program Files\MiKTeX 2.7\tex\latex\translator\dicts\theorem\translator-the
orem-dictionary-English.dict"
Dictionary: translator-theorem-dictionary, Language: English 
) (minimal.nav)
LaTeX Font Info:    Try loading font information for U+msa on input line 24.

("C:\Program Files\MiKTeX 2.7\tex\latex\amsfonts\umsa.fd"
File: umsa.fd 2002/01/19 v2.2g AMS font definitions
)
LaTeX Font Info:    Try loading font information for U+msb on input line 24.

("C:\Program Files\MiKTeX 2.7\tex\latex\amsfonts\umsb.fd"
File: umsb.fd 2002/01/19 v2.2g AMS font definitions
)

LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <4> not available
(Font)              size <5> substituted on input line 24.

[3


]
\tf@nav=\write5
\tf@toc=\write6
\tf@snm=\write7
 [5


] (minimal.aux)

 *File List*
  beamer.cls    2007/03/11 cvs version 3.07 A class for typesetting presentatio
ns (rcs-revision 1.70)
beamerbasercs.sty    2007/01/28 (rcs-revision 1.4)
beamerbasemodes.sty    2007/01/28 (rcs-revision 1.22)
beamerbasedecode.sty    2007/01/28 (rcs-revision 1.20)
beamerbaseoptions.sty    2007/01/28 (rcs-revision 1.8)
  keyval.sty    1999/03/16 v1.13 key=value parser (DPC)
 pgfcore.sty    2008/01/15 v2.00 (rcs-revision 1.6)
graphicx.sty    1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty    2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)
    trig.sty    1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg    2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
   dvips.def    1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
  pgfsys.sty    2008/02/07 v2.00 (rcs-revision 1.31)
  pgfrcs.sty    2008/02/20 v2.00 (rcs-revision 1.21)
  pgfrcs.code.tex
  pgfsys.code.tex
pgfsyssoftpath.code.tex    2008/01/23  (rcs-revision 1.6)
pgfsysprotocol.code.tex    2006/10/16  (rcs-revision 1.4)
  xcolor.sty    2007/01/21 v2.11 LaTeX color extensions (UK)
   color.cfg    2007/01/18 v1.5 color configuration of teTeX/TeXLive
 pgfcore.code.tex
pgfbaseimage.sty    
 xxcolor.sty    2003/10/24 ver 0.1
 amssymb.sty    2002/01/22 v2.2d
amsfonts.sty    2001/10/25 v2.2f
geometry.sty    2008/12/21 v4.2 Page Geometry
   ifpdf.sty    2009/04/10 v2.0 Provides the ifpdf switch (HO)
  ifvtex.sty    2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)
geometry.cfg
hyperref.sty    2009/05/01 v6.78r Hypertext links for LaTeX
 ifxetex.sty    2009/01/23 v0.5 Provides ifxetex conditional
 hycolor.sty    2008/09/08 v1.4 Code for color options of hyperref/bookmark (HO
)
xcolor-patch.sty    2008/09/08 xcolor patch
  pd1enc.def    2009/05/01 v6.78r Hyperref: PDFDocEncoding definition (HO)
etexcmds.sty    2007/12/12 v1.2 Prefix for e-TeX command names (HO)
infwarerr.sty    2007/09/09 v1.2 Providing info/warning/message (HO)
hyperref.cfg    2002/06/06 v1.2 hyperref configuration of TeXLive
kvoptions.sty    2009/04/10 v3.1 Keyval support for LaTeX options (HO)
     url.sty    2006/04/12  ver 3.3  Verb mode for urls, etc.
  bitset.sty    2007/09/28 v1.0 Data type bit set (HO)
 intcalc.sty    2007/09/27 v1.1 Expandable integer calculations (HO)
bigintcalc.sty    2007/11/11 v1.1 Expandable big integer calculations (HO)
pdftexcmds.sty    2009/04/10 v0.4 LuaTeX support for pdfTeX utility functions (
HO)
ifluatex.sty    2009/04/10 v1.1 Provides the ifluatex switch (HO)
kvsetkeys.sty    2007/09/29 v1.3 Key value parser with default handler support 
(HO)
atbegshi.sty    2008/07/31 v1.9 At begin shipout hook (HO)
  hdvips.def    2009/05/01 v6.78r Hyperref driver for dvips
 pdfmark.def    2009/05/01 v6.78r Hyperref definitions for pdfmark specials
  size11.clo    2005/09/16 v1.4f Standard LaTeX file (size option)
beamerbasecompatibility.sty    2007/01/28  (rcs-revision 1.63)
beamerbasefont.sty    2007/01/28  (rcs-revision 1.16)
beamerbasemisc.sty    2007/01/28  (rcs-revision 1.24)
beamerbasetwoscreens.sty    2007/01/28  (rcs-revision 1.7)
beamerbaseoverlay.sty    2007/01/28  (rcs-revision 1.50)
beamerbasetitle.sty    2007/01/28  (rcs-revision 1.25)
beamerbasesection.sty    2007/01/28  (rcs-revision 1.21)
beamerbaseframe.sty    2007/01/28  (rcs-revision 1.60)
beamerbaseverbatim.sty    2007/01/28  (rcs-revision 1.8)
beamerbaseframesize.sty    2007/01/28  (rcs-revision 1.18)
beamerbaseframecomponents.sty    2007/01/28  (rcs-revision 1.41)
beamerbasecolor.sty    2007/01/28  (rcs-revision 1.42)
beamerbasenotes.sty    2007/01/28  (rcs-revision 1.23)
beamerbasetoc.sty    2007/01/28  (rcs-revision 1.21)
beamerbasetemplates.sty    2007/01/28  (rcs-revision 1.51)
beamerbaseauxtemplates.sty    2007/01/28  (rcs-revision 1.28)
beamerbaseboxes.sty    2007/03/11  (rcs-revision 1.32)
beamerbaselocalstructure.sty    2007/01/28  (rcs-revision 1.53)
enumerate.sty    1999/03/05 v3.00 enumerate extensions (DPC)
beamerbasenavigation.sty    2007/01/28  (rcs-revision 1.36)
beamerbasetheorems.sty    2007/01/28  (rcs-revision 1.10)
translator.sty    2007/03/11 ver 1.00
translator-language-mappings.tex
 amsmath.sty    2000/07/18 v2.13 AMS math features
 amstext.sty    2000/06/29 v2.01
  amsgen.sty    1999/11/30 v2.0
  amsbsy.sty    1999/11/29 v1.2d
  amsopn.sty    1999/12/14 v2.01 operator names
  amsthm.sty    2004/08/06 v2.20
beamerbasethemes.sty    2007/01/28  (rcs-revision 1.10)
beamerthemedefault.sty    2007/01/28  (rcs-revision 1.7)
beamerfontthemedefault.sty    2007/01/28  (rcs-revision 1.13)
beamercolorthemedefault.sty    2007/01/28  (rcs-revision 1.28)
beamerinnerthemedefault.sty    2007/01/28  (rcs-revision 1.20)
beamerouterthemedefault.sty    2007/01/28  (rcs-revision 1.14)
pgfpages.sty    2004/11/05 ver 0.01
    calc.sty    2005/08/06 v4.2 Infix arithmetic (KKT,FJ)
 nameref.sty    2007/05/29 v2.31 Cross-referencing by name of section
refcount.sty    2008/08/11 v3.1 Data extraction from references (HO)
 minimal.out
 minimal.out
translator-theorem-dictionary-English.dict    
    umsa.fd    2002/01/19 v2.2g AMS font definitions
    umsb.fd    2002/01/19 v2.2g AMS font definitions
 ***********


LaTeX Font Warning: Size substitutions with differences
(Font)              up to 1.0pt have occurred.

 ) 
Here is how much of TeX's memory you used:
 12244 strings out of 95305
 212760 string characters out of 1183058
 316196 words of memory out of 1500000
 15150 multiletter control sequences out of 110000
 9659 words of font info for 36 fonts, out of 3000000 for 5000
 14 hyphenation exceptions out of 8191
 44i,11n,51p,347b,376s stack positions out of 5000i,500n,10000p,200000b,50000s

Output written on minimal.dvi (2 pages, 18328 bytes).

ptoche
Posts: 49
Joined: Thu Apr 12, 2007 10:41 am

Creating Handouts with Beamer

Post by ptoche »

Code: Select all

This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded format=latex 2009.11.13)  13 NOV 2009 16:20
entering extended mode
**minimal.tex
(C:\TeX\minimal.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, fr
ench, loaded.

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamer.cls"
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasercs.sty"
Package: beamerbasercs 2007/01/28 (rcs-revision 1.4)
)
Document Class: beamer 2007/03/11 cvs version 3.07 A class for typesetting pres
entations (rcs-revision 1.70)

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasemodes.sty"
Package: beamerbasemodes 2007/01/28 (rcs-revision 1.22)
\beamer@tempbox=\box26
\beamer@tempcount=\count79
\c@beamerpauses=\count80

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasedecode.sty"
Package: beamerbasedecode 2007/01/28 (rcs-revision 1.20)
\beamer@slideinframe=\count81
\beamer@minimum=\count82
)
\beamer@commentbox=\box27
\beamer@modecount=\count83
)
\headheight=\dimen102
\headdp=\dimen103
\footheight=\dimen104
\sidebarheight=\dimen105
\beamer@tempdim=\dimen106
\beamer@finalheight=\dimen107
\beamer@animht=\dimen108
\beamer@animdp=\dimen109
\beamer@animwd=\dimen110
\beamer@leftmargin=\dimen111
\beamer@rightmargin=\dimen112
\beamer@leftsidebar=\dimen113
\beamer@rightsidebar=\dimen114
\beamer@boxsize=\dimen115
\beamer@vboxoffset=\dimen116
\beamer@descdefault=\dimen117
\beamer@descriptionwidth=\dimen118
\beamer@lastskip=\skip41
\beamer@areabox=\box28
\beamer@animcurrent=\box29
\beamer@animshowbox=\box30
\beamer@sectionbox=\box31
\beamer@logobox=\box32
\beamer@linebox=\box33
\beamer@sectioncount=\count84
\beamer@subsubsectionmax=\count85
\beamer@subsectionmax=\count86
\beamer@sectionmax=\count87
\beamer@totalheads=\count88
\beamer@headcounter=\count89
\beamer@partstartpage=\count90
\beamer@sectionstartpage=\count91
\beamer@subsectionstartpage=\count92
\beamer@animationtempa=\count93
\beamer@animationtempb=\count94
\beamer@xpos=\count95
\beamer@ypos=\count96
\beamer@showpartnumber=\count97
\beamer@currentsubsection=\count98
\beamer@coveringdepth=\count99
\beamer@sectionadjust=\count100
\beamer@tocsectionnumber=\count101

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbaseoptions.sty"
Package: beamerbaseoptions 2007/01/28 (rcs-revision 1.8)

("C:\Program Files\MiKTeX 2.8\tex\latex\graphics\keyval.sty"
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
))
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\pgf\ba
siclayer\pgfcore.sty"
("C:\Program Files\MiKTeX 2.8\tex\latex\graphics\graphicx.sty"
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

("C:\Program Files\MiKTeX 2.8\tex\latex\graphics\graphics.sty"
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)

("C:\Program Files\MiKTeX 2.8\tex\latex\graphics\trig.sty"
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
("C:\Program Files\MiKTeX 2.8\tex\latex\00miktex\graphics.cfg"
File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
)
Package graphics Info: Driver file: dvips.def on input line 91.

("C:\Program Files\MiKTeX 2.8\tex\latex\graphics\dvips.def"
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
))
\Gin@req@height=\dimen119
\Gin@req@width=\dimen120
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\pgf\sy
stemlayer\pgfsys.sty"
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\pgf\ut
ilities\pgfrcs.sty"
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
utilities\pgfutil-common.tex"
\pgfutil@everybye=\toks15
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
utilities\pgfutil-latex.def")
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
utilities\pgfrcs.code.tex"
Package: pgfrcs 2008/02/20 v2.00 (rcs-revision 1.21)
))
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
systemlayer\pgfsys.code.tex"
Package: pgfsys 2008/02/07 v2.00 (rcs-revision 1.31)

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
utilities\pgfkeys.code.tex"
\pgfkeys@pathtoks=\toks16
\pgfkeys@temptoks=\toks17
)
\pgf@x=\dimen121
\pgf@y=\dimen122
\pgf@xa=\dimen123
\pgf@ya=\dimen124
\pgf@xb=\dimen125
\pgf@yb=\dimen126
\pgf@xc=\dimen127
\pgf@yc=\dimen128
\c@pgf@counta=\count102
\c@pgf@countb=\count103
\c@pgf@countc=\count104
\c@pgf@countd=\count105

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
systemlayer\pgf.cfg"
File: pgf.cfg 2008/01/13  (rcs-revision 1.6)
)
Package pgfsys Info: Driver file for pgf: pgfsys-dvips.def on input line 885.

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
systemlayer\pgfsys-dvips.def"
File: pgfsys-dvips.def 2007/12/12  (rcs-revision 1.19)

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
systemlayer\pgfsys-common-postscript.def"
File: pgfsys-common-postscript.def 2008/02/07  (rcs-revision 1.18)
\pgf@objectcount=\count106
)))
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
systemlayer\pgfsyssoftpath.code.tex"
File: pgfsyssoftpath.code.tex 2008/01/23  (rcs-revision 1.6)
\pgfsyssoftpath@smallbuffer@items=\count107
\pgfsyssoftpath@bigbuffer@items=\count108
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
systemlayer\pgfsysprotocol.code.tex"
File: pgfsysprotocol.code.tex 2006/10/16  (rcs-revision 1.4)
))
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\xcolor
\xcolor.sty"
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
 ("C:\Program Files\MiKTeX 2.8\tex\latex\00miktex\color.cfg"
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: dvips.def on input line 225.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
Package xcolor Info: Model `RGB' extended on input line 1353.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcore.code.tex"
Package: pgfcore 2008/01/15 v2.00 (rcs-revision 1.6)

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
math\pgfmath.code.tex"
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
math\pgfmathcalc.code.tex"
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
math\pgfmathutil.code.tex"
\pgfmath@box=\box34
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
math\pgfmathparser.code.tex"
\pgfmath@stack=\toks18
\c@pgfmath@parsecounta=\count109
\c@pgfmath@parsecountb=\count110
\c@pgfmath@parsecountc=\count111
\pgfmath@parsex=\dimen129
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
math\pgfmathoperations.code.tex"
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
math\pgfmathtrig.code.tex")
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
math\pgfmathrnd.code.tex"))
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
math\pgfmathbase.code.tex")))
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcorepoints.code.tex"
File: pgfcorepoints.code.tex 2008/02/03  (rcs-revision 1.13)
\pgf@picminx=\dimen130
\pgf@picmaxx=\dimen131
\pgf@picminy=\dimen132
\pgf@picmaxy=\dimen133
\pgf@pathminx=\dimen134
\pgf@pathmaxx=\dimen135
\pgf@pathminy=\dimen136
\pgf@pathmaxy=\dimen137
\pgf@xx=\dimen138
\pgf@xy=\dimen139
\pgf@yx=\dimen140
\pgf@yy=\dimen141
\pgf@zx=\dimen142
\pgf@zy=\dimen143
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcorepathconstruct.code.tex"
File: pgfcorepathconstruct.code.tex 2008/02/13  (rcs-revision 1.14)
\pgf@path@lastx=\dimen144
\pgf@path@lasty=\dimen145
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcorepathusage.code.tex"
File: pgfcorepathusage.code.tex 2008/01/23  (rcs-revision 1.11)
\pgf@shorten@end@additional=\dimen146
\pgf@shorten@start@additional=\dimen147
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcorescopes.code.tex"
File: pgfcorescopes.code.tex 2008/01/15  (rcs-revision 1.26)
\pgfpic=\box35
\pgf@hbox=\box36
\pgf@layerbox@main=\box37
\pgf@picture@serial@count=\count112
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcoregraphicstate.code.tex"
File: pgfcoregraphicstate.code.tex 2007/12/12  (rcs-revision 1.8)
\pgflinewidth=\dimen148
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcoretransformations.code.tex"
File: pgfcoretransformations.code.tex 2008/02/04  (rcs-revision 1.10)
\pgf@pt@x=\dimen149
\pgf@pt@y=\dimen150
\pgf@pt@temp=\dimen151
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcorequick.code.tex"
File: pgfcorequick.code.tex 2006/10/11  (rcs-revision 1.2)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcoreobjects.code.tex"
File: pgfcoreobjects.code.tex 2006/10/11  (rcs-revision 1.2)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcorepathprocessing.code.tex"
File: pgfcorepathprocessing.code.tex 2008/01/23  (rcs-revision 1.7)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcorearrows.code.tex"
File: pgfcorearrows.code.tex 2007/06/07  (rcs-revision 1.8)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcoreshade.code.tex"
File: pgfcoreshade.code.tex 2007/12/10  (rcs-revision 1.9)
\pgf@max=\dimen152
\pgf@sys@shading@range@num=\count113
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcoreimage.code.tex"
File: pgfcoreimage.code.tex 2008/01/15  (rcs-revision 1.1)
\pgfexternal@startupbox=\box38
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcorelayers.code.tex"
File: pgfcorelayers.code.tex 2008/01/15  (rcs-revision 1.1)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcoretransparency.code.tex"
File: pgfcoretransparency.code.tex 2008/01/17  (rcs-revision 1.2)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\generic\pgf\
basiclayer\pgfcorepatterns.code.tex"
File: pgfcorepatterns.code.tex 2008/01/15  (rcs-revision 1.1)
)))
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\pgf\ba
siclayer\pgfbaseimage.sty"

Package pgf Warning: This package is obsolete and no longer needed on input lin
e 13.

)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\pgf\ut
ilities\xxcolor.sty"
Package: xxcolor 2003/10/24 ver 0.1
\XC@nummixins=\count114
\XC@countmixins=\count115
)
("C:\Program Files\MiKTeX 2.8\tex\latex\amsfonts\amssymb.sty"
Package: amssymb 2009/06/22 v3.00

("C:\Program Files\MiKTeX 2.8\tex\latex\amsfonts\amsfonts.sty"
Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
\@emptytoks=\toks19
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
(Font)                  U/euf/m/n --> U/euf/b/n on input line 96.
))
("C:\Program Files\MiKTeX 2.8\tex\latex\geometry\geometry.sty"
Package: geometry 2008/12/21 v4.2 Page Geometry

("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\ifpdf.sty"
Package: ifpdf 2009/04/10 v2.0 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode not detected.
)
("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\ifvtex.sty"
Package: ifvtex 2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)
Package ifvtex Info: VTeX not detected.
)
\Gm@cnth=\count116
\Gm@cntv=\count117
\c@Gm@tempcnt=\count118
\Gm@bindingoffset=\dimen153
\Gm@wd@mp=\dimen154
\Gm@odd@mp=\dimen155
\Gm@even@mp=\dimen156
\Gm@dimlist=\toks20

("C:\Program Files\MiKTeX 2.8\tex\latex\geometry\geometry.cfg"))
("C:\Program Files\MiKTeX 2.8\tex\latex\hyperref\hyperref.sty"
Package: hyperref 2009/10/31 v6.79d Hypertext links for LaTeX

("C:\Program Files\MiKTeX 2.8\tex\latex\ifxetex\ifxetex.sty"
Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional
)
("C:\Program Files\MiKTeX 2.8\tex\latex\oberdiek\hycolor.sty"
Package: hycolor 2009/10/02 v1.5 Code for color options of hyperref/bookmark (H
O)

("C:\Program Files\MiKTeX 2.8\tex\latex\oberdiek\xcolor-patch.sty"
Package: xcolor-patch 2009/10/02 xcolor patch
))
\@linkdim=\dimen157
\Hy@linkcounter=\count119
\Hy@pagecounter=\count120

("C:\Program Files\MiKTeX 2.8\tex\latex\hyperref\pd1enc.def"
File: pd1enc.def 2009/10/31 v6.79d Hyperref: PDFDocEncoding definition (HO)
)
("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\etexcmds.sty"
Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO)

("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\infwarerr.sty"
Package: infwarerr 2007/09/09 v1.2 Providing info/warning/message (HO)
)
Package etexcmds Info: Could not find \expanded.
(etexcmds)             That can mean that you are not using pdfTeX 1.50 or
(etexcmds)             that some package has redefined \expanded.
(etexcmds)             In the latter case, load this package earlier.
)
("C:\Program Files\MiKTeX 2.8\tex\latex\00miktex\hyperref.cfg"
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
("C:\Program Files\MiKTeX 2.8\tex\latex\oberdiek\kvoptions.sty"
Package: kvoptions 2009/08/13 v3.4 Keyval support for LaTeX options (HO)

("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\kvsetkeys.sty"
Package: kvsetkeys 2009/07/30 v1.5 Key value parser with default handler suppor
t (HO)
))
Package hyperref Info: Option `bookmarks' set `true' on input line 2864.
Package hyperref Info: Option `bookmarksopen' set `true' on input line 2864.
Package hyperref Info: Option `implicit' set `false' on input line 2864.
Package hyperref Info: Hyper figures OFF on input line 2975.
Package hyperref Info: Link nesting OFF on input line 2980.
Package hyperref Info: Hyper index ON on input line 2983.
Package hyperref Info: Plain pages OFF on input line 2990.
Package hyperref Info: Backreferencing OFF on input line 2995.

Implicit mode OFF; no redefinition of LaTeX internals
Package hyperref Info: Bookmarks ON on input line 3191.
("C:\Program Files\MiKTeX 2.8\tex\latex\ltxmisc\url.sty"
\Urlmuskip=\muskip10
Package: url 2006/04/12  ver 3.3  Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 3428.

("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\bitset.sty"
Package: bitset 2007/09/28 v1.0 Data type bit set (HO)

("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\intcalc.sty"
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
)
("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\bigintcalc.sty"
Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)

("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\pdftexcmds.sty"
Package: pdftexcmds 2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions
 (HO)

("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\ifluatex.sty"
Package: ifluatex 2009/04/17 v1.2 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\ltxcmds.sty"
Package: ltxcmds 2009/08/05 v1.0 Some LaTeX kernel commands for general use (HO
)
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
)))
\Fld@menulength=\count121
\Field@Width=\dimen158
\Fld@charsize=\dimen159
\Field@toks=\toks21
Package hyperref Info: Hyper figures OFF on input line 4377.
Package hyperref Info: Link nesting OFF on input line 4382.
Package hyperref Info: Hyper index ON on input line 4385.
Package hyperref Info: backreferencing OFF on input line 4392.
Package hyperref Info: Link coloring OFF on input line 4397.
Package hyperref Info: Link coloring with OCG OFF on input line 4402.
Package hyperref Info: PDF/A mode OFF on input line 4407.

("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\atbegshi.sty"
Package: atbegshi 2008/07/31 v1.9 At begin shipout hook (HO)
)

Package hyperref Warning: Option `pdfpagelabels' is turned off
(hyperref)                because \thepage is undefined.

Hyperref stopped early
)
*hyperref using default driver hdvips*
("C:\Program Files\MiKTeX 2.8\tex\latex\hyperref\hdvips.def"
File: hdvips.def 2009/10/31 v6.79d Hyperref driver for dvips

("C:\Program Files\MiKTeX 2.8\tex\latex\hyperref\pdfmark.def"
File: pdfmark.def 2009/10/31 v6.79d Hyperref definitions for pdfmark specials
\pdf@docset=\toks22
\pdf@box=\box39
\pdf@toks=\toks23
\pdf@defaulttoks=\toks24
\Fld@listcount=\count122
\c@bookmark@seq@number=\count123
))
("C:\Program Files\MiKTeX 2.8\tex\latex\base\size11.clo"
File: size11.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasecompatibility.sty"
Package: beamerbasecompatibility 2007/01/28  (rcs-revision 1.63)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasefont.sty"
Package: beamerbasefont 2007/01/28  (rcs-revision 1.16)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasemisc.sty"
Package: beamerbasemisc 2007/01/28  (rcs-revision 1.24)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasetwoscreens.sty"
Package: beamerbasetwoscreens 2007/01/28  (rcs-revision 1.7)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbaseoverlay.sty"
Package: beamerbaseoverlay 2007/01/28  (rcs-revision 1.50)
\beamer@argscount=\count124
\beamer@lastskipcover=\skip42
\beamer@trivlistdepth=\count125
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasetitle.sty"
Package: beamerbasetitle 2007/01/28  (rcs-revision 1.25)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasesection.sty"
Package: beamerbasesection 2007/01/28  (rcs-revision 1.21)
\c@lecture=\count126
\c@part=\count127
\c@section=\count128
\c@subsection=\count129
\c@subsubsection=\count130
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbaseframe.sty"
Package: beamerbaseframe 2007/01/28  (rcs-revision 1.60)
\beamer@framebox=\box40
\beamer@frametitlebox=\box41
\beamer@zoombox=\box42
\beamer@zoomcount=\count131
\beamer@zoomframecount=\count132
\beamer@frametextheight=\dimen160
\c@subsectionslide=\count133
\beamer@frametopskip=\skip43
\beamer@framebottomskip=\skip44
\beamer@frametopskipautobreak=\skip45
\beamer@framebottomskipautobreak=\skip46
\beamer@envbody=\toks25
\c@framenumber=\count134
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbaseverbatim.sty"
Package: beamerbaseverbatim 2007/01/28  (rcs-revision 1.8)
\beamer@verbatimfileout=\write3
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbaseframesize.sty"
Package: beamerbaseframesize 2007/01/28  (rcs-revision 1.18)
\beamer@splitbox=\box43
\beamer@autobreakcount=\count135
\beamer@autobreaklastheight=\dimen161
\beamer@frametitletoks=\toks26
\beamer@framesubtitletoks=\toks27
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbaseframecomponents.sty"
Package: beamerbaseframecomponents 2007/01/28  (rcs-revision 1.41)
\beamer@footins=\box44
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasecolor.sty"
Package: beamerbasecolor 2007/01/28  (rcs-revision 1.42)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasenotes.sty"
Package: beamerbasenotes 2007/01/28  (rcs-revision 1.23)
\beamer@frameboxcopy=\box45
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasetoc.sty"
Package: beamerbasetoc 2007/01/28  (rcs-revision 1.21)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasetemplates.sty"
Package: beamerbasetemplates 2007/01/28  (rcs-revision 1.51)
\beamer@sbttoks=\toks28

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbaseauxtemplates.sty"
Package: beamerbaseauxtemplates 2007/01/28  (rcs-revision 1.28)

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbaseboxes.sty"
Package: beamerbaseboxes 2007/03/11  (rcs-revision 1.32)
\bmb@box=\box46
\bmb@colorbox=\box47
\bmb@boxshadow=\box48
\bmb@boxshadowball=\box49
\bmb@boxshadowballlarge=\box50
\bmb@temp=\dimen162
\bmb@dima=\dimen163
\bmb@dimb=\dimen164
\bmb@prevheight=\dimen165
)
\beamer@blockheadheight=\dimen166
))
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbaselocalstructure.sty"
Package: beamerbaselocalstructure 2007/01/28  (rcs-revision 1.53)

("C:\Program Files\MiKTeX 2.8\tex\latex\tools\enumerate.sty"
Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC)
\@enLab=\toks29
)
\c@figure=\count136
\c@table=\count137
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasenavigation.sty"
Package: beamerbasenavigation 2007/01/28  (rcs-revision 1.36)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasetheorems.sty"
Package: beamerbasetheorems 2007/01/28  (rcs-revision 1.10)

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\transl
ator\base\translator.sty"
Package: translator 2007/03/11 ver 1.00

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\transl
ator\base\translator-language-mappings.tex"))
("C:\Program Files\MiKTeX 2.8\tex\latex\ams\math\amsmath.sty"
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip49

For additional information on amsmath, use the `?' option.
("C:\Program Files\MiKTeX 2.8\tex\latex\ams\math\amstext.sty"
Package: amstext 2000/06/29 v2.01

("C:\Program Files\MiKTeX 2.8\tex\latex\ams\math\amsgen.sty"
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks30
\ex@=\dimen167
))
("C:\Program Files\MiKTeX 2.8\tex\latex\ams\math\amsbsy.sty"
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen168
)
("C:\Program Files\MiKTeX 2.8\tex\latex\ams\math\amsopn.sty"
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count138
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count139
\leftroot@=\count140
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count141
\DOTSCASE@=\count142
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box51
\strutbox@=\box52
\big@size=\dimen169
LaTeX Font Info:    Redeclaring font encoding OML on input line 567.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 568.
\macc@depth=\count143
\c@MaxMatrixCols=\count144
\dotsspace@=\muskip11
\c@parentequation=\count145
\dspbrk@lvl=\count146
\tag@help=\toks31
\row@=\count147
\column@=\count148
\maxfields@=\count149
\andhelp@=\toks32
\eqnshift@=\dimen170
\alignsep@=\dimen171
\tagshift@=\dimen172
\tagwidth@=\dimen173
\totwidth@=\dimen174
\lineht@=\dimen175
\@envbody=\toks33
\multlinegap=\skip50
\multlinetaggap=\skip51
\mathdisplay@stack=\toks34
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
("C:\Program Files\MiKTeX 2.8\tex\latex\ams\classes\amsthm.sty"
Package: amsthm 2004/08/06 v2.20
\thm@style=\toks35
\thm@bodyfont=\toks36
\thm@headfont=\toks37
\thm@notefont=\toks38
\thm@headpunct=\toks39
\thm@preskip=\skip52
\thm@postskip=\skip53
\thm@headsep=\skip54
\dth@everypar=\toks40
)
\c@theorem=\count150
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\base\beamerbasethemes.sty"
Package: beamerbasethemes 2007/01/28  (rcs-revision 1.10)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\themes\theme\beamerthemedefault.sty"
Package: beamerthemedefault 2007/01/28  (rcs-revision 1.7)

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\themes\font\beamerfontthemedefault.sty"
Package: beamerfontthemedefault 2007/01/28  (rcs-revision 1.13)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\themes\color\beamercolorthemedefault.sty"
Package: beamercolorthemedefault 2007/01/28  (rcs-revision 1.28)
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\themes\inner\beamerinnerthemedefault.sty"
Package: beamerinnerthemedefault 2007/01/28  (rcs-revision 1.20)
\beamer@dima=\dimen176
\beamer@dimb=\dimen177
)
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\beamer
\themes\outer\beamerouterthemedefault.sty"
Package: beamerouterthemedefault 2007/01/28  (rcs-revision 1.14)
)))
("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\pgf\ut
ilities\pgfpages.sty"
Package: pgfpages 2004/11/05 ver 0.01
 ("C:\Program Files\MiKTeX 2.8\tex\latex\tools\calc.sty"
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count151
\calc@Bcount=\count152
\calc@Adimen=\dimen178
\calc@Bdimen=\dimen179
\calc@Askip=\skip55
\calc@Bskip=\skip56
LaTeX Info: Redefining \setlength on input line 76.
LaTeX Info: Redefining \addtolength on input line 77.
\calc@Ccount=\count153
\calc@Cskip=\skip57
)
\pgf@logicalpages=\count154
\pgf@firstshipout=\count155
\pgf@lastshipout=\count156
\pgf@currentshipout=\count157
\pgf@cpn=\count158
\pgf@shipoutnextto=\count159
\pgfphysicalheight=\dimen180
\pgfphysicalwidth=\dimen181
\pgfpages@shipoutbox=\box53
)
\pgfpages@box@1=\box54
\pgfpages@box@2=\box55
(C:\TeX\minimal.aux)
LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.

*geometry auto-detecting driver*
*geometry detected driver: dvips*
-------------------- Geometry parameters
paper: user defined
landscape: --
twocolumn: --
twoside: --
asymmetric: --
h-parts: 28.45274pt, 307.28987pt, 28.45274pt
v-parts: 0.0pt, 273.14662pt, 0.0pt
hmarginratio: --
vmarginratio: --
lines: --
heightrounded: --
bindingoffset: 0.0pt
truedimen: --
includehead: true
includefoot: true
includemp: --
driver: dvips
-------------------- Page layout dimensions and switches
\paperwidth  364.19536pt
\paperheight 273.14662pt
\textwidth  307.28987pt
\textheight 244.6939pt
\oddsidemargin  -43.81725pt
\evensidemargin -43.81725pt
\topmargin  -72.26999pt
\headheight 14.22636pt
\headsep    0.0pt
\footskip   14.22636pt
\marginparwidth 4.0pt
\marginparsep   10.0pt
\columnsep  10.0pt
\skip\footins  10.0pt plus 4.0pt minus 2.0pt
\hoffset 0.0pt
\voffset 0.0pt
\mag 1000

(1in=72.27pt, 1cm=28.45pt)
-----------------------
Package hyperref Info: Link coloring OFF on input line 12.
("C:\Program Files\MiKTeX 2.8\tex\latex\hyperref\nameref.sty"
Package: nameref 2007/05/29 v2.31 Cross-referencing by name of section

("C:\Program Files\MiKTeX 2.8\tex\latex\oberdiek\refcount.sty"
Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
)
\c@section@level=\count160
)
LaTeX Info: Redefining \ref on input line 12.
LaTeX Info: Redefining \pageref on input line 12.

(C:\TeX\minimal.out) (C:\TeX\minimal.out)
\@outlinefile=\write4
\AtBeginShipoutBox=\box56
LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
(Font)                  OT1/cmr/m/n --> OT1/cmss/m/n on input line 12.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 12.
\symnumbers=\mathgroup6
\sympureletters=\mathgroup7
LaTeX Font Info:    Overwriting math alphabet `\mathrm' in version `normal'
(Font)                  OT1/cmss/m/n --> OT1/cmr/m/n on input line 12.
LaTeX Font Info:    Redeclaring math alphabet \mathbf on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
(Font)                  OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 12.
LaTeX Font Info:    Redeclaring math alphabet \mathsf on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `normal'
(Font)                  OT1/cmss/m/n --> OT1/cmss/m/n on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  OT1/cmss/bx/n --> OT1/cmss/m/n on input line 12.
LaTeX Font Info:    Redeclaring math alphabet \mathit on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
(Font)                  OT1/cmr/m/it --> OT1/cmss/m/it on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmr/bx/it --> OT1/cmss/m/it on input line 12.
LaTeX Font Info:    Redeclaring math alphabet \mathtt on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `normal'
(Font)                  OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 12.
LaTeX Font Info:    Overwriting symbol font `numbers' in version `bold'
(Font)                  OT1/cmss/m/n --> OT1/cmss/bx/n on input line 12.
LaTeX Font Info:    Overwriting symbol font `pureletters' in version `bold'
(Font)                  OT1/cmss/m/it --> OT1/cmss/bx/it on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathrm' in version `bold'
(Font)                  OT1/cmss/bx/n --> OT1/cmr/bx/n on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  OT1/cmss/bx/n --> OT1/cmss/bx/n on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  OT1/cmss/m/n --> OT1/cmss/bx/n on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmss/m/it --> OT1/cmss/bx/it on input line 12.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  OT1/cmtt/m/n --> OT1/cmtt/bx/n on input line 12.

("C:\Documents and Settings\ptoche\Application Data\MiKTeX\2.8\tex\latex\transl
ator\dicts\theorem\translator-theorem-dictionary-English.dict"
Dictionary: translator-theorem-dictionary, Language: English 
)
(C:\TeX\minimal.nav)
LaTeX Font Info:    Try loading font information for U+msa on input line 24.
 ("C:\Program Files\MiKTeX 2.8\tex\latex\amsfonts\umsa.fd"
File: umsa.fd 2009/06/22 v3.00 AMS symbols A
)
LaTeX Font Info:    Try loading font information for U+msb on input line 24.
("C:\Program Files\MiKTeX 2.8\tex\latex\amsfonts\umsb.fd"
File: umsb.fd 2009/06/22 v3.00 AMS symbols B
)

LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <4> not available
(Font)              size <5> substituted on input line 24.

[3


]
\tf@nav=\write5
\tf@toc=\write6
\tf@snm=\write7
 [5


] (C:\TeX\minimal.aux)

 *File List*
  beamer.cls    2007/03/11 cvs version 3.07 A class for typesetting presentatio
ns (rcs-revision 1.70)
beamerbasercs.sty    2007/01/28 (rcs-revision 1.4)
beamerbasemodes.sty    2007/01/28 (rcs-revision 1.22)
beamerbasedecode.sty    2007/01/28 (rcs-revision 1.20)
beamerbaseoptions.sty    2007/01/28 (rcs-revision 1.8)
  keyval.sty    1999/03/16 v1.13 key=value parser (DPC)
 pgfcore.sty    2008/01/15 v2.00 (rcs-revision 1.6)
graphicx.sty    1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty    2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
    trig.sty    1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg    2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
   dvips.def    1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
  pgfsys.sty    2008/02/07 v2.00 (rcs-revision 1.31)
  pgfrcs.sty    2008/02/20 v2.00 (rcs-revision 1.21)
  pgfrcs.code.tex
  pgfsys.code.tex
pgfsyssoftpath.code.tex    2008/01/23  (rcs-revision 1.6)
pgfsysprotocol.code.tex    2006/10/16  (rcs-revision 1.4)
  xcolor.sty    2007/01/21 v2.11 LaTeX color extensions (UK)
   color.cfg    2007/01/18 v1.5 color configuration of teTeX/TeXLive
 pgfcore.code.tex
pgfbaseimage.sty    
 xxcolor.sty    2003/10/24 ver 0.1
 amssymb.sty    2009/06/22 v3.00
amsfonts.sty    2009/06/22 v3.00 Basic AMSFonts support
geometry.sty    2008/12/21 v4.2 Page Geometry
   ifpdf.sty    2009/04/10 v2.0 Provides the ifpdf switch (HO)
  ifvtex.sty    2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)
geometry.cfg
hyperref.sty    2009/10/31 v6.79d Hypertext links for LaTeX
 ifxetex.sty    2009/01/23 v0.5 Provides ifxetex conditional
 hycolor.sty    2009/10/02 v1.5 Code for color options of hyperref/bookmark (HO
)
xcolor-patch.sty    2009/10/02 xcolor patch
  pd1enc.def    2009/10/31 v6.79d Hyperref: PDFDocEncoding definition (HO)
etexcmds.sty    2007/12/12 v1.2 Prefix for e-TeX command names (HO)
infwarerr.sty    2007/09/09 v1.2 Providing info/warning/message (HO)
hyperref.cfg    2002/06/06 v1.2 hyperref configuration of TeXLive
kvoptions.sty    2009/08/13 v3.4 Keyval support for LaTeX options (HO)
kvsetkeys.sty    2009/07/30 v1.5 Key value parser with default handler support 
(HO)
     url.sty    2006/04/12  ver 3.3  Verb mode for urls, etc.
  bitset.sty    2007/09/28 v1.0 Data type bit set (HO)
 intcalc.sty    2007/09/27 v1.1 Expandable integer calculations (HO)
bigintcalc.sty    2007/11/11 v1.1 Expandable big integer calculations (HO)
pdftexcmds.sty    2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions (
HO)
ifluatex.sty    2009/04/17 v1.2 Provides the ifluatex switch (HO)
 ltxcmds.sty    2009/08/05 v1.0 Some LaTeX kernel commands for general use (HO)

atbegshi.sty    2008/07/31 v1.9 At begin shipout hook (HO)
  hdvips.def    2009/10/31 v6.79d Hyperref driver for dvips
 pdfmark.def    2009/10/31 v6.79d Hyperref definitions for pdfmark specials
  size11.clo    2007/10/19 v1.4h Standard LaTeX file (size option)
beamerbasecompatibility.sty    2007/01/28  (rcs-revision 1.63)
beamerbasefont.sty    2007/01/28  (rcs-revision 1.16)
beamerbasemisc.sty    2007/01/28  (rcs-revision 1.24)
beamerbasetwoscreens.sty    2007/01/28  (rcs-revision 1.7)
beamerbaseoverlay.sty    2007/01/28  (rcs-revision 1.50)
beamerbasetitle.sty    2007/01/28  (rcs-revision 1.25)
beamerbasesection.sty    2007/01/28  (rcs-revision 1.21)
beamerbaseframe.sty    2007/01/28  (rcs-revision 1.60)
beamerbaseverbatim.sty    2007/01/28  (rcs-revision 1.8)
beamerbaseframesize.sty    2007/01/28  (rcs-revision 1.18)
beamerbaseframecomponents.sty    2007/01/28  (rcs-revision 1.41)
beamerbasecolor.sty    2007/01/28  (rcs-revision 1.42)
beamerbasenotes.sty    2007/01/28  (rcs-revision 1.23)
beamerbasetoc.sty    2007/01/28  (rcs-revision 1.21)
beamerbasetemplates.sty    2007/01/28  (rcs-revision 1.51)
beamerbaseauxtemplates.sty    2007/01/28  (rcs-revision 1.28)
beamerbaseboxes.sty    2007/03/11  (rcs-revision 1.32)
beamerbaselocalstructure.sty    2007/01/28  (rcs-revision 1.53)
enumerate.sty    1999/03/05 v3.00 enumerate extensions (DPC)
beamerbasenavigation.sty    2007/01/28  (rcs-revision 1.36)
beamerbasetheorems.sty    2007/01/28  (rcs-revision 1.10)
translator.sty    2007/03/11 ver 1.00
translator-language-mappings.tex
 amsmath.sty    2000/07/18 v2.13 AMS math features
 amstext.sty    2000/06/29 v2.01
  amsgen.sty    1999/11/30 v2.0
  amsbsy.sty    1999/11/29 v1.2d
  amsopn.sty    1999/12/14 v2.01 operator names
  amsthm.sty    2004/08/06 v2.20
beamerbasethemes.sty    2007/01/28  (rcs-revision 1.10)
beamerthemedefault.sty    2007/01/28  (rcs-revision 1.7)
beamerfontthemedefault.sty    2007/01/28  (rcs-revision 1.13)
beamercolorthemedefault.sty    2007/01/28  (rcs-revision 1.28)
beamerinnerthemedefault.sty    2007/01/28  (rcs-revision 1.20)
beamerouterthemedefault.sty    2007/01/28  (rcs-revision 1.14)
pgfpages.sty    2004/11/05 ver 0.01
    calc.sty    2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
 nameref.sty    2007/05/29 v2.31 Cross-referencing by name of section
refcount.sty    2008/08/11 v3.1 Data extraction from references (HO)
 minimal.out
 minimal.out
translator-theorem-dictionary-English.dict    
    umsa.fd    2009/06/22 v3.00 AMS symbols A
    umsb.fd    2009/06/22 v3.00 AMS symbols B
 ***********


LaTeX Font Warning: Size substitutions with differences
(Font)              up to 1.0pt have occurred.

 ) 
Here is how much of TeX's memory you used:
 12333 strings out of 495302
 226752 string characters out of 3181582
 316916 words of memory out of 3000000
 15216 multiletter control sequences out of 15000+200000
 9650 words of font info for 36 fonts, out of 3000000 for 9000
 14 hyphenation exceptions out of 8191
 45i,11n,51p,347b,376s stack positions out of 5000i,500n,10000p,200000b,50000s

Output written on minimal.dvi (2 pages, 18356 bytes).

ptoche
Posts: 49
Joined: Thu Apr 12, 2007 10:41 am

Creating Handouts with Beamer

Post by ptoche »

magicmoose wrote:Underneath where you write your message it says "options" and "upload attachment" ;)
oh aye! it was staring at me right in the eye! :oops:

thanks a lot for your patience magicmoose :D
Post Reply