Re: problemi con le impostazioni della numerazione

#85736
Up
0
Down
::


That’s the other one…

`\documentclass[12pt, a4paper]{book}

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

\usepackage{footnote}
\usepackage[lnps]{dramatist}
\usepackage{paracol}
\usepackage{eledmac}
\firstlinenum{1}
\linenumincrement{1}
\usepackage{verse}

\makeatletter
\renewcommand\@openact{%
\thispagestyle{plain}
\refstepcounter{act}
\if@lnpa
\setcounter{storelineno}{0}
\if@poemscol
\setcounter{storeprintlineindex}{0}
\else
\refstepcounter{storelineno}
\fi
\fi
}
\makeatother

\renewcommand{\printactname}{}
\renewcommand{\printactnum}{}
\renewcommand{\printacttitle}[1]{\centering\acttitlefont\ #1}
\renewcommand{\printscenename}{}
\renewcommand{\printscenenum}{}
\renewcommand{\printscenetitle}[1]{\centering\scenetitlefont\ #1}

\Character{Sebastiano}{seb}
\Character{Antonio}{ant}
\Character{Nostromo}{boa}
\begin{document}
\begin{drama*}
\setstanzaindents{0,0}
\setcounter{stanzaindentsrepetition}{1}
\beginnumbering

\sebspeaks \stanza {Nun ghiastemmare, male te ne vene}\&
\boaspeaks \stanza {Facitav\`ella vuje chesta manovra.}\&
\antspeaks \stanza {Ma che nostromo si'? Da la paura & staje tremmanno da capa anz\'i a lu pede\dots & e che diavolo! & Paura d'affogare & nun l'avimmo: & chest'\`e lu rischio de chi va pe' mmare.}\&

\endnumbering
\end{drama*}
\end{document}`

Go to top