Re: capitoli non numerati ma nell’indice

#75182
Up
0
Down
::


di codici latex ho solo inserito \pagenumbering{roman}
per il resto è tutto “nascosto” da lyx

uso la classe report (ho provato anche la classe book ma non cambia niente). poi uso il pacchetto toptesi.
vi posso scrivere il preambolo

\usepackage{toptesi}
\usepackage{url}

\usepackage{ifpdf} % part of the hyperref bundle
\ifpdf % if pdflatex is used

% set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}

\fi % end if pdflatex is used

% the pages of the TOC is numbered roman
% and a pdf-bookmark for the TOC is added
\let\myTOC\tableofcontents
\renewcommand\tableofcontents{%
\frontmatter
\pdfbookmark[1]{\contentsname}{}
\myTOC
\mainmatter }

% redefine the \LyX macro for PDF bookmarks
\def\LyX{\texorpdfstring{%
L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
{LyX}}

può c’entrare qualcosa quel riferimento alla table of contents? scusate ma non conosco i comandi latex

Go to top