Re: Perchè questo messaggio d’errore?

#37906
Up
0
Down
::

Salve,
vorrei sapere perchè questo codice:

\documentclass[a4paper,10pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage[T1]{fontenc}
\usepackage{booktabs}
\usepackage{graphicx}
\usepackage{color}
\usepackage{pxfonts}
\usepackage{array}
\usepackage{amsmath,amssymb,amsfonts, mathrsfs, eucal}
\usepackage[left=3.5cm, right=3.5cm, top=6cm, bottom=6cm]{geometry}
%testatine
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyhead[C]{\Large{\sc{Associazione Centro Educativo Popolare \textquotedblleft P.Freire \textquotedblright\\[16pt]}}}
\fancyhead[L]{\scriptsize{\sc sede operativa:\hspace{2ex} via gen.Cantore, 145 \\ sede fiscale:\hspace{2ex} via Marx, 111/A}}
\fancyhead[R]{\scriptsize{\sc cod.fiscale:\hspace{2ex} 94602770151\\tel.\hspace{2ex} 333 99 92 649}}
%opening
\newcommand{\otoprule}{\midrule[\heavyrulewidth]}
\begin{document}

\begin{table}
\caption{Risorse e tempistica dell’intervento}

\begin{tabular}{>{\bfseries}l l l}
\toprule
\textsc{$N^o$ volontari} &\textbf{\textsc$N^o$ Studenti} &\textbf{\textsc Attività} \\
&\textbf{\textsc e/o beneficiari coinvolti} & \\
\otoprule
4 giovani e 6 adulti & 25 iscritti & Tutti i sabati dalle 9,30 alle 12,30\\
& alle scuole elementari & dalle 15 alle 18\\
\midrule
11 adulti e 1 giovane & 27 ragazzi & Tutti i \emph{martedì e giovedì}\\
& delle scuole medie & dalle 14,30 alle 18,30 \\
\midrule
5 adulti & 22 ragazzi & Tutti i \emph{lunedì, mercoledì, venerdì}\\
& iscritti alle superiori & dalle 15 alle 19,30 \\
\midrule
2 animatori & Gruppo di 10 genitori & Si sono incontrati costantemente\\
& per incontro & il martedì 2 volte al mese \\
& & per confrontarsi, aiutarsi, \\
& & sostenersi nell’arte più \\
& & vecchia e difficile del mondo:\\
& & \textbf{quella di essere genitori}\\
\bottomrule
\end{tabular}

\end{table}

\end{document}

mi dà questo degnale d’errore:

[LaTeX] tabella1.tex => tabella1.dvi (latex)
[LaTeX] finished with exit status 1
tabella1.tex:506:Command \iint already defined. …d{\iint}{\DOTSI\protect\MultiIntegral{2}}
tabella1.tex:507:Command \iiint already defined. …{\iiint}{\DOTSI\protect\MultiIntegral{3}}
tabella1.tex:508:Command \iiiint already defined. …\iiiint}{\DOTSI\protect\MultiIntegral{4}}
tabella1.tex:509:Command \idotsint already defined. …dotsint}{\DOTSI\protect\MultiIntegral{0}}
tabella1.tex:29:Extra }, or forgotten $. …volontari} &\textbf{\textsc$N^o$ Studenti}
tabella1.tex:29:Missing } inserted. …lontari} &\textbf{\textsc$N^o$ Studenti} &
tabella1.tex:0: \headheight is too small (15.0pt):Make it at least 49.59874pt.
[LaTeX] 6 errors, 1 warning, 0 badboxes

Grazie
gt

Non devi caricare amsfonts e amssymb quando usi pxfonts.

Ciao
Enrico

Go to top