- Questo topic ha 2 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 10 anni, 2 mesi fa da .
-
Topic
-
buongiorno
dovrei realizzare una presentazione su texmaker ed ho utilizzato il codice di seguito riportato che ho copiato da una guida, però mi da
un errore, come posso risolvere il problema?`
\documentclass[11pt]{beamer}
\usetheme{AnnArbor}
\useoutertheme[rigth]{sidebar}
\setbeamercolor{alerted text}{fg=red!90!black}
\usepackage[T1]{fontex}
\usepackage[latin1]{imputenc}
\usepackage{pgf}
\usepackage{pict2e,curve2e}
\usepackage{guit}
\usepackage[italian]{babel}
\usefonttheme{professionalfonts}
\usepackage{lxfonts}\beamertemplatetransparentcovereddynamic
\title{Flusso }
\author{bla bla}
\institute{bla bla}
\date{ Luglio 2016}\pgfdeclareimage[width=15.5mm]{logo}
\logo{\pgfuseimage{logo}}\begin{document}
\begin{frame}{primo}
\titlepage
\end{frame}\begin{frame}
giorno e notte
\end{frame}
\end{document}`Messaggio d’errore`
! LaTeX Error: File `xcolor.sty' not found.
Type X to quit orto proceed,
or enter new name. (Default extension: sty)
Enter file name:
! Emergency stop.
l.14
*** (cannot \read from terminal in nonstop modes)
Here is how much of TeX's memory you used:
2485 strings out of 493673
47118 string characters out of 3143950
102831 words of memory out of 3000000
5814 multiletter control sequences out of 15000+200000
3940 words of font info for 15 fonts, out of 3000000 for 9000
1025 hyphenation exceptions out of 8191
48i,0n,42p,354b,36s stack positions out of 5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!`
- Devi essere connesso per rispondere a questo topic.