Re: Ambiente abstract in suftesi

#73583
Up
0
Down
::


D’accordo, ci provo, grazie!
Non ho messo niente all’inizio perchè la cosa strana è che avendo provato a compilare lo stesso file insieme ad alcuni amici con computer diversi a qualcuno veniva e a qualcuno no (tra l’altro in quel caso mi pare avessimo usato notitlepage). Per cui pensavo ci fosse una risposta trascendentale.
Comunque, questo è parte del file .log dove mi sembrava fosse descritto l’errore. (L’unico errore che io ho capito è stato “Environment abstract undefined”)

`* \@twocolumnfalse
* \@twosidetrue
* \@mparswitchtrue
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
\AtBeginShipoutBox=\box56
! LaTeX Error: Environment abstract undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H for immediate help.
… l.16 \begin{abstract}
Your command was ignored.
Type I
to replace it with another command,
or
to continue without it.
! LaTeX Error: \begin{document} ended by \end{abstract}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H
for immediate help.
… l.18 \end{abstract}
Your command was ignored.
Type I
to replace it with another command,
or
to continue without it.
[1{c:/texlive/2011/texmf-var/fonts/map/pdftex/updmap/pdftex.map}
] (./ghgh.aux) ) Here is how much of TeX's memory you used:`

Il mio file invece, ridotto proprio al minimo togliendo frontespizio e indici è questo:

`% !TEX encoding = UTF-8 Unicode
\documentclass[a4paper,titlepage]{suftesi}

\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}

\usepackage{frontespizio}
\usepackage{lipsum}

\begin{document}

\begin{abstract}
\lipsum[1]
\end{abstract}

\end{document}`

Go to top