- Questo topic ha 6 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 18 anni, 1 mese fa da
zio_pecos.
-
CreatoreTopic
-
22 Luglio 2008 alle 6:44 #25563::
ho installato i pacchetti beamer xcolor e pgfusando texhash e anche mktexlsr
quando vado a compilare il file beamer.tex presente al link
http://www.guit.sssup.it/latex/presentazioni.php
solo che ottengo questo errore…qualcuno può aiutarmi?
grazie ciao!
-
CreatoreTopic
-
AutoreRisposte
-
-
22 Luglio 2008 alle 8:08 #25564
-
22 Luglio 2008 alle 9:40 #25565::
`
\documentclass{beamer}%%% Dichiarazione dei pacchetti standard.
\usepackage[italian]{babel}%%% Personalizzazione del layout—articolata su cinque livelli.
\usetheme{split} % layout complessivo.
\useinnertheme{default} % layout interno.
\useoutertheme{default} % layout esterno.
\usecolortheme{default} % schema di colori.
\usefonttheme{default} % schema dei font.
% Inutile dire che se volete tutti i default, potete risparmiarvi gli ultimi
% quattro comandi.%%% Titolo e autore.
\title{Creare presentazioni in \LaTeX}
\subtitle{La classe {\tt beamer}}
\author{Luca Baldini}
\institute{Gruppo Utilizzatoti Italiani di \TeX}
\date{\today}\begin{document}
\begin{frame}
\titlepage
\end{frame}\section[Sommario]{}
\begin{frame}
\tableofcontents
\end{frame}\section{Introduzione}
\begin{frame}
\frametitle{Introduzione}
\framesubtitle{Il nome del gioco}
{\tt beamer} \`e un pacchetto estremamente potente e flessibile per
la realizzazzione di presentazioni. Un paio di caratteristiche degne di nota:
\begin{itemize}
\item D\`a accesso a tutte le funzionalit\`a di base di \LaTeX e pu\`o
essere utilizzato insieme a (quasi) tutti gli altri pacchetti.
\begin{itemize}
\item Supporta il sezionamento.
\item Molti dei costrutti pi\`u usuali sono ridefiniti in modo da
supportare l'\emph{overlay}.
\end{itemize}
\item Fornisce strumenti aggiuntivi mirati alle presentazioni (barra di
navigazione, dissolvenze, controllo dell'opacit\`a).
\begin{itemize}
\item Se il tema di \emph{default} vi sembra troppo pesante, non
preoccupatevi: avete ampie possibilit\`a di personalizzazione!
\end{itemize}
\end{itemize}
\end{frame}\section{Una breve panoramica}
\subsection{Funzionalit\`a di base}
\begin{frame}
\frametitle{Funzionalit\`a di base}
\framesubtitle{Elenchi e formule}
Si possono inserire banalmente elenchi numerati\ldots
\begin{enumerate}
\item Punto primo.
\item Punto secondo.
\item Punto terzo.
\end{enumerate}\ldots e formule\footnote{A proposito\ldots avete notato l'errore
in questa?}:
$$
\frac{1}{\sqrt{2\pi \sigma}} \int_{-\infty}^{\infty}
e^{-\frac{(x-\mu)^2}{2\sigma^2}} = 1
$$
\end{frame}\subsection{Funzionalit\`a avanzate}
\begin{frame}
\frametitle{Funzionalit\`a avanzate}
\framesubtitle{\emph{Overlays}}
Come promesso:
\begin{itemize}
\item<1-> \`E facilissimo\ldots
\item<2-> \ldots fare\ldots
\item<3-> \ldots \emph{overlays}\/!
\end{itemize}\vspace{0.15\textheight}
\pause[3]
\setbeamercolor{uppercolor}{fg=white, bg=black}
\setbeamercolor{lowercolor}{fg=white, bg=blue!50!black}
\begin{beamerboxesrounded}[upper=uppercolor, lower=lowercolor, shadow=true]
{E questo \`e niente!}
date un'occhiata alla documentazione per avere un'idea delle sterminate
potenzialit\`a che vi vengono offerte.
\end{beamerboxesrounded}
\end{frame}\subsection{Personalizzazione}
\begin{frame}[fragile] % [fragile] \`e necessario per il verbatim!
\frametitle{Personalizzazzione}
\framesubtitle{Come diavolo faccio a togliere la barra di navigazione?}
In fondo non \`e male, ma se proprio volete\ldots avete cinque livelli
di personalizzazione accessibili tramite i comandi:
\begin{verbatim}
\usetheme[opzioni]{nome del tema}
\useinnertheme[opzioni]{nome del tema}
\useoutertheme[opzioni]{nome del tema}
\usecolortheme[opzioni]{nome del tema}
\usefonttheme[opzioni]{nome del tema}
\end{verbatim}Parlando d'altro\ldots se volete usare l'ambiente {\tt verbatim} dovete
usare la \emph{keyword} {\tt fragile} all'apertura del \emph{frame}
(vedi il sorgente).
\end{frame}\section{Conclusioni}
\begin{frame}
\begin{itemize}
\item Da provare assolutamente!!!
\item E se ancora non vi bastasse\ldots
\htmladdnormallink{cliccate qui!}{http://latex-beamer.sourceforge.net/}%
\footnote{Questo presuppone che il vostro \emph{viewer} pdf sia
configurato opportunamente.}
\end{itemize}
\end{frame}\end{document}
`qesto è il file “beamer.tex” che cerco di compilare
uso WinEdT
con TexLive e
windows xpqualcuno sa come si risolve?
vorrei imparare a creare le presentazioni…grazie molte
-
22 Luglio 2008 alle 9:55 #25566::
metto anche il file beamer.logscusate se è lungo ma ho la connesione col cellulare e nn riesco ad uplodarlo
`
This is e-TeXk, Version 3.141592-2.1 (Web2c 7.5.2) (format=latex 2008.7.12) 22 JUL 2008 11:51
entering extended mode
Source specials enabled.
%&-line parsing enabled.
(c:/Programmi/TeXLive/texmf/web2c/cp8bit.tcx)
**beamer.tex
(./beamer.tex
LaTeX2e <2001/06/01>
Babeland hyphenation patterns for english, italian, dumylang, nohyphen
ation, spanish, catalan, german, ngerman, portuguese, ukenglish, greek, french,
dutch, latin, russian, ukrainian, swedish, norwegian, danish, basque, finnish,
polish, mongolian, hungarian, croatian, serbocroat, czech, slovak, loaded.
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamer.cls
(c:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/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
)
\pdfoutput=\count84
\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=\count85
\beamer@subsubsectionmax=\count86
\beamer@subsectionmax=\count87
\beamer@sectionmax=\count88
\beamer@totalheads=\count89
\beamer@headcounter=\count90
\beamer@partstartpage=\count91
\beamer@sectionstartpage=\count92
\beamer@subsectionstartpage=\count93
\beamer@animationtempa=\count94
\beamer@animationtempb=\count95
\beamer@xpos=\count96
\beamer@ypos=\count97
\beamer@showpartnumber=\count98
\beamer@currentsubsection=\count99
\beamer@coveringdepth=\count100
\beamer@sectionadjust=\count101
\beamer@tocsectionnumber=\count102(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbaseoptions.sty
Package: beamerbaseoptions 2007/01/28 (rcs-revision 1.8)(c:/Programmi/TeXLive/texmf/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
))
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/latex/pgf/basiclayer/pgfcore.sty
(c:/Programmi/TeXLive/texmf/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)(c:/Programmi/TeXLive/texmf/tex/latex/graphics/graphics.sty
Package: graphics 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)(c:/Programmi/TeXLive/texmf/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(c:/Programmi/TeXLive/texmf/tex/latex/texlive/graphics.cfg
File: graphics.cfg 2001/08/31 v1.1 graphics configuration of teTeX/TeXLive
)
Package graphics Info: Driver file: dvips.def on input line 80.(c:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/tex/latex/pgf/latex/pgf/systemlayer/pgfsys.sty
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/latex/pgf/utilities/pgfrcs.sty
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/utilities/pgfutil-common.
tex
\pgfutil@everybye=\toks15
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/utilities/pgfutil-latex.d
ef)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/utilities/pgfrcs.code.tex
Package: pgfrcs 2008/02/20 v2.00 (rcs-revision 1.21)
))
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/systemlayer/pgfsys.code.t
ex
Package: pgfsys 2008/02/07 v2.00 (rcs-revision 1.31)(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/utilities/pgfkeys.code.te
x
\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=\count103
\c@pgf@countb=\count104
\c@pgf@countc=\count105
\c@pgf@countd=\count106
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/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:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/systemlayer/pgfsys-dvips.
def
File: pgfsys-dvips.def 2007/12/12 (rcs-revision 1.19)(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/systemlayer/pgfsys-common
-postscript.def
File: pgfsys-common-postscript.def 2008/02/07 (rcs-revision 1.18)
\pgf@objectcount=\count107
)))
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/systemlayer/pgfsyssoftpat
h.code.tex
File: pgfsyssoftpath.code.tex 2008/01/23 (rcs-revision 1.6)
\pgfsyssoftpath@smallbuffer@items=\count108
\pgfsyssoftpath@bigbuffer@items=\count109
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/systemlayer/pgfsysprotoco
l.code.tex
File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
)) (c:/Programmi/TeXLive/texmf/tex/latex/xcolor/xcolor.sty
Package: xcolor 2004/07/04 v2.00 LaTeX color extensions (UK)(c:/Programmi/TeXLive/texmf/tex/latex/texlive/color.cfg
File: color.cfg 2001/08/31 v1.1 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: dvips.def on input line 136.
Package xcolor Info: Color model `cmy' added on input line 972.
Package xcolor Info: Color model `HTML' added on input line 1000.
Package xcolor Info: Color model `HSB' added on input line 1006.
Package xcolor Info: Color model `Gray' added on input line 1012.
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcore.code.t
ex
Package: pgfcore 2008/01/15 v2.00 (rcs-revision 1.6)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmath.code.tex
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathcalc.code.tex(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathutil.code.tex
\pgfmath@box=\box34
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathparser.code.t
ex
\pgfmath@stack=\toks18
\c@pgfmath@parsecounta=\count110
\c@pgfmath@parsecountb=\count111
\c@pgfmath@parsecountc=\count112
\pgfmath@parsex=\dimen129
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathoperations.co
de.tex
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathtrig.code.tex
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathrnd.code.tex)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathbase.code.tex
)))
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/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:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorepathcon
struct.code.tex
File: pgfcorepathconstruct.code.tex 2008/02/13 (rcs-revision 1.14)
\pgf@path@lastx=\dimen144
\pgf@path@lasty=\dimen145
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorepathusa
ge.code.tex
File: pgfcorepathusage.code.tex 2008/01/23 (rcs-revision 1.11)
\pgf@shorten@end@additional=\dimen146
\pgf@shorten@start@additional=\dimen147
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/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=\count113
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcoregraphic
state.code.tex
File: pgfcoregraphicstate.code.tex 2007/12/12 (rcs-revision 1.8)
\pgflinewidth=\dimen148
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcoretransfo
rmations.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:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorequick.c
ode.tex
File: pgfcorequick.code.tex 2006/10/11 (rcs-revision 1.2)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcoreobjects
.code.tex
File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorepathpro
cessing.code.tex
File: pgfcorepathprocessing.code.tex 2008/01/23 (rcs-revision 1.7)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorearrows.
code.tex
File: pgfcorearrows.code.tex 2007/06/07 (rcs-revision 1.8)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcoreshade.c
ode.tex
File: pgfcoreshade.code.tex 2007/12/10 (rcs-revision 1.9)
\pgf@max=\dimen152
\pgf@sys@shading@range@num=\count114
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcoreimage.c
ode.tex
File: pgfcoreimage.code.tex 2008/01/15 (rcs-revision 1.1)
\pgfexternal@startupbox=\box38
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorelayers.
code.tex
File: pgfcorelayers.code.tex 2008/01/15 (rcs-revision 1.1)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcoretranspa
rency.code.tex
File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorepattern
s.code.tex
File: pgfcorepatterns.code.tex 2008/01/15 (rcs-revision 1.1)
)))
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/latex/pgf/basiclayer/pgfbaseimage.styPackage pgf Warning: This package is obsolete and no longer needed on input lin
e 13.) (c:/Programmi/TeXLive/texmf/tex/latex/pgf/latex/pgf/utilities/xxcolor.sty
Package: xxcolor 2003/10/24 ver 0.1
\XC@nummixins=\count115
\XC@countmixins=\count116
)
(c:/Programmi/TeXLive/texmf/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2002/01/22 v2.2d(c:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/tex/latex/geometry/geometry.sty
Package: geometry 2002/07/08 v3.2 Page Geometry
\Gm@cnth=\count117
\Gm@cntv=\count118
\c@Gm@tempcnt=\count119
\Gm@bindingoffset=\dimen153
\Gm@wd@mp=\dimen154
\Gm@odd@mp=\dimen155
\Gm@even@mp=\dimen156
\Gm@dimlist=\toks20(c:/Programmi/TeXLive/texmf/tex/latex/geometry/geometry.cfg))
(c:/Programmi/TeXLive/texmf/tex/latex/hyperref/hyperref.sty
Package: hyperref 2003/11/30 v6.74m Hypertext links for LaTeX
\@linkdim=\dimen157
\Hy@linkcounter=\count120
\Hy@pagecounter=\count121(c:/Programmi/TeXLive/texmf/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2003/11/30 v6.74m Hyperref: PDFDocEncoding definition (HO)
)
(c:/Programmi/TeXLive/texmf/tex/latex/texlive/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
Package hyperref Info: Option `bookmarks' set `true' on input line 1830.
Package hyperref Info: Option `bookmarksopen' set `true' on input line 1830.
Package hyperref Info: Option `implicit' set `false' on input line 1830.
Package hyperref Info: Hyper figures OFF on input line 1880.
Package hyperref Info: Link nesting OFF on input line 1885.
Package hyperref Info: Hyper index ON on input line 1888.
Package hyperref Info: Plain pages ON on input line 1893.
Package hyperref Info: Backreferencing OFF on input line 1900.Implicit mode OFF; no redefinition of LaTeX internals
Package hyperref Info: Bookmarks ON on input line 2004.
(c:/Programmi/TeXLive/texmf/tex/latex/ltxmisc/url.sty
\Urlmuskip=\muskip10
Package: url 2003/11/24 ver 3.0 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 2143.
\Fld@menulength=\count122
\Field@Width=\dimen158
\Fld@charsize=\dimen159
\Choice@toks=\toks21
\Field@toks=\toks22
Package hyperref Info: Hyper figures OFF on input line 2618.
Package hyperref Info: Link nesting OFF on input line 2623.
Package hyperref Info: Hyper index ON on input line 2626.
Package hyperref Info: backreferencing OFF on input line 2633.
Package hyperref Info: Link coloring OFF on input line 2638.Hyperref stopped early
)
*hyperref using default driver hdvips*
(c:/Programmi/TeXLive/texmf/tex/latex/hyperref/hdvips.def
File: hdvips.def 2003/11/30 v6.74m Hyperref driver for dvips(c:/Programmi/TeXLive/texmf/tex/latex/hyperref/pdfmark.def
File: pdfmark.def 2003/11/30 v6.74m Hyperref definitions for pdfmark specials
\pdf@docset=\toks23
\pdf@box=\box39
\pdf@toks=\toks24
\pdf@defaulttoks=\toks25
\Fld@listcount=\count123
\@outlinefile=\write3
))
(c:/Programmi/TeXLive/texmf/tex/latex/base/size11.clo
File: size11.clo 2001/04/21 v1.4e Standard LaTeX file (size option)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasecompatibility.sty
Package: beamerbasecompatibility 2007/01/28 (rcs-revision 1.63)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasefont.sty
Package: beamerbasefont 2007/01/28 (rcs-revision 1.16)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasemisc.sty
Package: beamerbasemisc 2007/01/28 (rcs-revision 1.24)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasetwoscreens.sty
Package: beamerbasetwoscreens 2007/01/28 (rcs-revision 1.7)
)
(c:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasetitle.sty
Package: beamerbasetitle 2007/01/28 (rcs-revision 1.25)
)
(c:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/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=\toks26
\c@framenumber=\count134
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbaseverbatim.sty
Package: beamerbaseverbatim 2007/01/28 (rcs-revision 1.8)
\beamer@verbatimfileout=\write4
)
(c:/Programmi/TeXLive/texmf/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=\toks27
\beamer@framesubtitletoks=\toks28
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbaseframecomponents.sty
Package: beamerbaseframecomponents 2007/01/28 (rcs-revision 1.41)
\beamer@footins=\box44
) (c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasecolor.sty
Package: beamerbasecolor 2007/01/28 (rcs-revision 1.42)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasenotes.sty
Package: beamerbasenotes 2007/01/28 (rcs-revision 1.23)
\beamer@frameboxcopy=\box45
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasetoc.sty
Package: beamerbasetoc 2007/01/28 (rcs-revision 1.21)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasetemplates.sty
Package: beamerbasetemplates 2007/01/28 (rcs-revision 1.51)
\beamer@sbttoks=\toks29(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbaseauxtemplates.sty
Package: beamerbaseauxtemplates 2007/01/28 (rcs-revision 1.28)(c:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbaselocalstructure.sty
Package: beamerbaselocalstructure 2007/01/28 (rcs-revision 1.53)(c:/Programmi/TeXLive/texmf/tex/latex/tools/enumerate.sty
Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC)
\@enLab=\toks30
)
\c@figure=\count136
\c@table=\count137
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasenavigation.sty
Package: beamerbasenavigation 2007/01/28 (rcs-revision 1.36)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasetheorems.sty
Package: beamerbasetheorems 2007/01/28 (rcs-revision 1.10)(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/translator.sty
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type Hfor immediate help.
…l.5 < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ? `
-
22 Luglio 2008 alle 9:55 #25567::
metto anche il file beamer.logscusate se è lungo ma ho la connesione col cellulare e nn riesco ad uplodarlo
`
This is e-TeXk, Version 3.141592-2.1 (Web2c 7.5.2) (format=latex 2008.7.12) 22 JUL 2008 11:51
entering extended mode
Source specials enabled.
%&-line parsing enabled.
(c:/Programmi/TeXLive/texmf/web2c/cp8bit.tcx)
**beamer.tex
(./beamer.tex
LaTeX2e <2001/06/01>
Babeland hyphenation patterns for english, italian, dumylang, nohyphen
ation, spanish, catalan, german, ngerman, portuguese, ukenglish, greek, french,
dutch, latin, russian, ukrainian, swedish, norwegian, danish, basque, finnish,
polish, mongolian, hungarian, croatian, serbocroat, czech, slovak, loaded.
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamer.cls
(c:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/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
)
\pdfoutput=\count84
\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=\count85
\beamer@subsubsectionmax=\count86
\beamer@subsectionmax=\count87
\beamer@sectionmax=\count88
\beamer@totalheads=\count89
\beamer@headcounter=\count90
\beamer@partstartpage=\count91
\beamer@sectionstartpage=\count92
\beamer@subsectionstartpage=\count93
\beamer@animationtempa=\count94
\beamer@animationtempb=\count95
\beamer@xpos=\count96
\beamer@ypos=\count97
\beamer@showpartnumber=\count98
\beamer@currentsubsection=\count99
\beamer@coveringdepth=\count100
\beamer@sectionadjust=\count101
\beamer@tocsectionnumber=\count102(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbaseoptions.sty
Package: beamerbaseoptions 2007/01/28 (rcs-revision 1.8)(c:/Programmi/TeXLive/texmf/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
))
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/latex/pgf/basiclayer/pgfcore.sty
(c:/Programmi/TeXLive/texmf/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)(c:/Programmi/TeXLive/texmf/tex/latex/graphics/graphics.sty
Package: graphics 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)(c:/Programmi/TeXLive/texmf/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(c:/Programmi/TeXLive/texmf/tex/latex/texlive/graphics.cfg
File: graphics.cfg 2001/08/31 v1.1 graphics configuration of teTeX/TeXLive
)
Package graphics Info: Driver file: dvips.def on input line 80.(c:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/tex/latex/pgf/latex/pgf/systemlayer/pgfsys.sty
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/latex/pgf/utilities/pgfrcs.sty
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/utilities/pgfutil-common.
tex
\pgfutil@everybye=\toks15
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/utilities/pgfutil-latex.d
ef)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/utilities/pgfrcs.code.tex
Package: pgfrcs 2008/02/20 v2.00 (rcs-revision 1.21)
))
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/systemlayer/pgfsys.code.t
ex
Package: pgfsys 2008/02/07 v2.00 (rcs-revision 1.31)(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/utilities/pgfkeys.code.te
x
\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=\count103
\c@pgf@countb=\count104
\c@pgf@countc=\count105
\c@pgf@countd=\count106
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/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:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/systemlayer/pgfsys-dvips.
def
File: pgfsys-dvips.def 2007/12/12 (rcs-revision 1.19)(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/systemlayer/pgfsys-common
-postscript.def
File: pgfsys-common-postscript.def 2008/02/07 (rcs-revision 1.18)
\pgf@objectcount=\count107
)))
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/systemlayer/pgfsyssoftpat
h.code.tex
File: pgfsyssoftpath.code.tex 2008/01/23 (rcs-revision 1.6)
\pgfsyssoftpath@smallbuffer@items=\count108
\pgfsyssoftpath@bigbuffer@items=\count109
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/systemlayer/pgfsysprotoco
l.code.tex
File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
)) (c:/Programmi/TeXLive/texmf/tex/latex/xcolor/xcolor.sty
Package: xcolor 2004/07/04 v2.00 LaTeX color extensions (UK)(c:/Programmi/TeXLive/texmf/tex/latex/texlive/color.cfg
File: color.cfg 2001/08/31 v1.1 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: dvips.def on input line 136.
Package xcolor Info: Color model `cmy' added on input line 972.
Package xcolor Info: Color model `HTML' added on input line 1000.
Package xcolor Info: Color model `HSB' added on input line 1006.
Package xcolor Info: Color model `Gray' added on input line 1012.
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcore.code.t
ex
Package: pgfcore 2008/01/15 v2.00 (rcs-revision 1.6)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmath.code.tex
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathcalc.code.tex(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathutil.code.tex
\pgfmath@box=\box34
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathparser.code.t
ex
\pgfmath@stack=\toks18
\c@pgfmath@parsecounta=\count110
\c@pgfmath@parsecountb=\count111
\c@pgfmath@parsecountc=\count112
\pgfmath@parsex=\dimen129
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathoperations.co
de.tex
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathtrig.code.tex
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathrnd.code.tex)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/math/pgfmathbase.code.tex
)))
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/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:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorepathcon
struct.code.tex
File: pgfcorepathconstruct.code.tex 2008/02/13 (rcs-revision 1.14)
\pgf@path@lastx=\dimen144
\pgf@path@lasty=\dimen145
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorepathusa
ge.code.tex
File: pgfcorepathusage.code.tex 2008/01/23 (rcs-revision 1.11)
\pgf@shorten@end@additional=\dimen146
\pgf@shorten@start@additional=\dimen147
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/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=\count113
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcoregraphic
state.code.tex
File: pgfcoregraphicstate.code.tex 2007/12/12 (rcs-revision 1.8)
\pgflinewidth=\dimen148
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcoretransfo
rmations.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:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorequick.c
ode.tex
File: pgfcorequick.code.tex 2006/10/11 (rcs-revision 1.2)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcoreobjects
.code.tex
File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorepathpro
cessing.code.tex
File: pgfcorepathprocessing.code.tex 2008/01/23 (rcs-revision 1.7)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorearrows.
code.tex
File: pgfcorearrows.code.tex 2007/06/07 (rcs-revision 1.8)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcoreshade.c
ode.tex
File: pgfcoreshade.code.tex 2007/12/10 (rcs-revision 1.9)
\pgf@max=\dimen152
\pgf@sys@shading@range@num=\count114
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcoreimage.c
ode.tex
File: pgfcoreimage.code.tex 2008/01/15 (rcs-revision 1.1)
\pgfexternal@startupbox=\box38
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorelayers.
code.tex
File: pgfcorelayers.code.tex 2008/01/15 (rcs-revision 1.1)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcoretranspa
rency.code.tex
File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2)
)
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/generic/pgf/basiclayer/pgfcorepattern
s.code.tex
File: pgfcorepatterns.code.tex 2008/01/15 (rcs-revision 1.1)
)))
(c:/Programmi/TeXLive/texmf/tex/latex/pgf/latex/pgf/basiclayer/pgfbaseimage.styPackage pgf Warning: This package is obsolete and no longer needed on input lin
e 13.) (c:/Programmi/TeXLive/texmf/tex/latex/pgf/latex/pgf/utilities/xxcolor.sty
Package: xxcolor 2003/10/24 ver 0.1
\XC@nummixins=\count115
\XC@countmixins=\count116
)
(c:/Programmi/TeXLive/texmf/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2002/01/22 v2.2d(c:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/tex/latex/geometry/geometry.sty
Package: geometry 2002/07/08 v3.2 Page Geometry
\Gm@cnth=\count117
\Gm@cntv=\count118
\c@Gm@tempcnt=\count119
\Gm@bindingoffset=\dimen153
\Gm@wd@mp=\dimen154
\Gm@odd@mp=\dimen155
\Gm@even@mp=\dimen156
\Gm@dimlist=\toks20(c:/Programmi/TeXLive/texmf/tex/latex/geometry/geometry.cfg))
(c:/Programmi/TeXLive/texmf/tex/latex/hyperref/hyperref.sty
Package: hyperref 2003/11/30 v6.74m Hypertext links for LaTeX
\@linkdim=\dimen157
\Hy@linkcounter=\count120
\Hy@pagecounter=\count121(c:/Programmi/TeXLive/texmf/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2003/11/30 v6.74m Hyperref: PDFDocEncoding definition (HO)
)
(c:/Programmi/TeXLive/texmf/tex/latex/texlive/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
Package hyperref Info: Option `bookmarks' set `true' on input line 1830.
Package hyperref Info: Option `bookmarksopen' set `true' on input line 1830.
Package hyperref Info: Option `implicit' set `false' on input line 1830.
Package hyperref Info: Hyper figures OFF on input line 1880.
Package hyperref Info: Link nesting OFF on input line 1885.
Package hyperref Info: Hyper index ON on input line 1888.
Package hyperref Info: Plain pages ON on input line 1893.
Package hyperref Info: Backreferencing OFF on input line 1900.Implicit mode OFF; no redefinition of LaTeX internals
Package hyperref Info: Bookmarks ON on input line 2004.
(c:/Programmi/TeXLive/texmf/tex/latex/ltxmisc/url.sty
\Urlmuskip=\muskip10
Package: url 2003/11/24 ver 3.0 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 2143.
\Fld@menulength=\count122
\Field@Width=\dimen158
\Fld@charsize=\dimen159
\Choice@toks=\toks21
\Field@toks=\toks22
Package hyperref Info: Hyper figures OFF on input line 2618.
Package hyperref Info: Link nesting OFF on input line 2623.
Package hyperref Info: Hyper index ON on input line 2626.
Package hyperref Info: backreferencing OFF on input line 2633.
Package hyperref Info: Link coloring OFF on input line 2638.Hyperref stopped early
)
*hyperref using default driver hdvips*
(c:/Programmi/TeXLive/texmf/tex/latex/hyperref/hdvips.def
File: hdvips.def 2003/11/30 v6.74m Hyperref driver for dvips(c:/Programmi/TeXLive/texmf/tex/latex/hyperref/pdfmark.def
File: pdfmark.def 2003/11/30 v6.74m Hyperref definitions for pdfmark specials
\pdf@docset=\toks23
\pdf@box=\box39
\pdf@toks=\toks24
\pdf@defaulttoks=\toks25
\Fld@listcount=\count123
\@outlinefile=\write3
))
(c:/Programmi/TeXLive/texmf/tex/latex/base/size11.clo
File: size11.clo 2001/04/21 v1.4e Standard LaTeX file (size option)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasecompatibility.sty
Package: beamerbasecompatibility 2007/01/28 (rcs-revision 1.63)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasefont.sty
Package: beamerbasefont 2007/01/28 (rcs-revision 1.16)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasemisc.sty
Package: beamerbasemisc 2007/01/28 (rcs-revision 1.24)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasetwoscreens.sty
Package: beamerbasetwoscreens 2007/01/28 (rcs-revision 1.7)
)
(c:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasetitle.sty
Package: beamerbasetitle 2007/01/28 (rcs-revision 1.25)
)
(c:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/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=\toks26
\c@framenumber=\count134
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbaseverbatim.sty
Package: beamerbaseverbatim 2007/01/28 (rcs-revision 1.8)
\beamer@verbatimfileout=\write4
)
(c:/Programmi/TeXLive/texmf/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=\toks27
\beamer@framesubtitletoks=\toks28
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbaseframecomponents.sty
Package: beamerbaseframecomponents 2007/01/28 (rcs-revision 1.41)
\beamer@footins=\box44
) (c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasecolor.sty
Package: beamerbasecolor 2007/01/28 (rcs-revision 1.42)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasenotes.sty
Package: beamerbasenotes 2007/01/28 (rcs-revision 1.23)
\beamer@frameboxcopy=\box45
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasetoc.sty
Package: beamerbasetoc 2007/01/28 (rcs-revision 1.21)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasetemplates.sty
Package: beamerbasetemplates 2007/01/28 (rcs-revision 1.51)
\beamer@sbttoks=\toks29(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbaseauxtemplates.sty
Package: beamerbaseauxtemplates 2007/01/28 (rcs-revision 1.28)(c:/Programmi/TeXLive/texmf/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:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbaselocalstructure.sty
Package: beamerbaselocalstructure 2007/01/28 (rcs-revision 1.53)(c:/Programmi/TeXLive/texmf/tex/latex/tools/enumerate.sty
Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC)
\@enLab=\toks30
)
\c@figure=\count136
\c@table=\count137
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasenavigation.sty
Package: beamerbasenavigation 2007/01/28 (rcs-revision 1.36)
)
(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/beamerbasetheorems.sty
Package: beamerbasetheorems 2007/01/28 (rcs-revision 1.10)(c:/Programmi/TeXLive/texmf/tex/latex/beamer/base/translator.sty
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type Hfor immediate help.
…l.5 < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ? `
-
22 Luglio 2008 alle 10:24 #25568::
Ti posso chiedere che versione di TeXLive stai usando? Forse la 2008 beta?Il problema è causato dal file translator.sty, che sulla versione 2007 non è presente. Puoi provare, momentaneamente, a scaricare il file da questo indirizzo:
http://www.ctan.org/tex-archive/macros/latex/contrib/translator/base/
metterlo nella stessa cartella in cui si trova beamer.tex e provare a compilare di nuovo.
Facci sapere cosa ottieni. Se hai ancora errori posta di nuovo il log.
Ciao,
Max.
-
22 Luglio 2008 alle 18:47 #25569
-
-
AutoreRisposte
- Devi essere connesso per rispondere a questo topic.
