😳 😳 😳
Mai parlare troppo presto…..
Il pacchetto funziona benissimo, c’è “solo” un piccolo problema coi margini: la tabella li ignora. Cosa ho dimenticato di inserire/modificare?
Questo è il mio preambolo (così se c’è qualche castroneria la correggo subito):
`
\documentclass[12pt,a4paper,italian,twoside,openright]{book}
\usepackage{ledmac}
\usepackage[italian]{babel}
\usepackage[T1]{fontenc}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\let\origdoublepage\cleardoublepage
\newcommand{\clearemptydoublepage}{%
\clearpage
{\pagestyle{plain}\origdoublepage}%
}
\let\cleardoublepage\clearemptydoublepage
\def\thepage{\oldstylenums{\arabic{page}}}
\usepackage{indentfirst}
\frenchspacing
\newcommand{\omissis}{[\thinspace\ldots]}
\footnormal{A}
\linenummargin{outer}
\let\1=\Afootnote
\let\q=\edtext
\let\2=\pstart
\let\3=\pend
\let\i=\textit
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\fancyhead[LE,RO]{\scshape\thepage}
\fancyhead[LO]{\scshape\footnotesize\nouppercase{\rightmark}}
\fancyhead[RE]{\scshape\footnotesize\nouppercase{\leftmark}}
\usepackage{natbib}
\usepackage{tabularx}
\newenvironment{citazione}
{\begin{quotation}\small}
{\end{quotation}}
`
Grazie mille.
Erica