- Questo topic ha 5 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 16 anni, 12 mesi fa da .
-
Topic
-
devo (purtroppo in tempi strettissimi) farmi un’idea di come funziona beamer.
stavo provando qualche tutorial, ma provando con i loro esempi mi dà degli avvisi che non capisco.
ecco l’esempio:
`\documentclass{beamer}
\usepackage[latin1]{inputenc}
\usetheme{Warsaw}\title{Example}
\date{}\begin{document}
\begin{frame}
\titlepage
\end{frame}\begin{frame}
I am the text located on the first content slide
\end{frame}\begin{frame}
And I am the text located in the second content slide
\end{frame}\end{document}`
ed ecco gli avvisi:
Package pgf Warning: This package is obsolete and no longer needed on input in line 13.
la line 13 è quella vuota tra il primo \end(frame) ed il secondo \begin(frame).
Package hyperref Warning: Option `pdfpagelabels’ is turned off because \thepage is undefined.
LaTeX Font Warning: Font shape `OT1/cmss/m/n’ in size <4> not available size<5> substituted on input in line 12.
LaTeX Font Warning: Size substitution with differences up to 1.0pt have occured.
…cioè?
- Devi essere connesso per rispondere a questo topic.