Re: Overfull \vbox con la classe scrbook+headsepline+footsepline

#94347
Roberto Castelluccio
Partecipante
    Up
    0
    Down
    ::


    Ho compilato questo senza avvertimenti::?
    `% !TEX encoding = UTF-8 Unicode
    % !TEX TS-program = pdflatex

    \documentclass[11pt,
    a4paper,
    oneside,
    italian,
    headsepline=on,
    footsepline=on,
    %headheight=10cm,
    captions=tableheading,
    parskip=half
    ]{scrbook}
    \usepackage[T1]{fontenc}
    \usepackage[utf8]{inputenc}
    \usepackage[italian]{babel}
    \usepackage{lipsum}
    \begin{document}
    \chapter{Primo}
    \lipsum
    \chapter{Secondo}
    \lipsum
    \end{document}`
    Suppongo ci sia allora qualcosa che non va nel mio preabolo, che è questo:
    `\documentclass[11pt,
    a4paper,
    oneside,
    italian,
    headsepline=on,
    footsepline=on,
    %headheight=10cm,
    captions=tableheading,
    parskip=half
    ]{scrbook}
    \usepackage[T1]{fontenc}
    \usepackage[utf8]{inputenc}
    \usepackage[italian]{babel}
    \usepackage{pdfpages}
    \usepackage{setspace}
    \usepackage{microtype}
    \usepackage[output-decimal-marker={,},exponent-product=\cdot]{siunitx}
    \usepackage{textcomp}
    %\usepackage{graphicx}%Tikz lo carica automaticamente
    \usepackage{amsmath}
    \usepackage{amssymb}
    \usepackage{textcomp}
    \usepackage{rotating}
    \usepackage{wrapfig}
    \usepackage{booktabs}
    \usepackage{mathtools}
    \usepackage{commath}
    \usepackage[italian]{varioref}
    \usepackage{etoolbox}
    \robustify\bfseries
    \usepackage{bbding}
    \usepackage[italian]{varioref}
    \usepackage{subfiles}
    \usepackage{quoting}
    \usepackage{empheq}

    \usepackage{pgfplots}
    \pgfplotsset{/pgf/number format/use comma,compat=1.10}
    \usetikzlibrary{calc}

    \onehalfspacing

    \usepackage[autostyle,italian=guillemets]{csquotes}
    \usepackage[style=numeric-comp,backref,hyperref,backend=biber]{biblatex}
    \addbibresource{—.bib}

    \DefineBibliographyStrings{italian}{
    editor = {(a cura di)},
    editors = {(a cura di)},
    backrefpage = {citato a p\adddot},
    backrefpages = {citato alle pp\adddot}}

    \graphicspath{{immagini/}}

    \makeatletter
    \def\input@path{{immagini/}}
    %or: \def\input@path{{/path/to/folder}{/path/to/other/folder}}
    \makeatother

    \usepackage[tableposition=top,figureposition=bottom]{caption}
    %ma cmq comanda l'opzione captions=tableheading di KOMA
    \captionsetup{font=small,format=hang,labelfont={sf,bf}}

    \quotingsetup{font=small}

    \sisetup{range-units = brackets,range-phrase=\div,detect-weight=true,detect-inline-weight=math}

    \usepackage[unicode=true,
    bookmarks=true,
    bookmarksnumbered=true,
    bookmarksopen=true,
    bookmarksopenlevel=2,
    breaklinks=true,pdfborder={0 0 0},
    backref=false,
    colorlinks=false]{hyperref}

    \renewcommand{\epsilon}{\varepsilon}
    \renewcommand{\vartheta}{\theta}
    \renewcommand{\varrho}{\rho}
    %\renewcommand{\phi}{\varphi}

    %\renewcommand{\thefootnote}{\fnsymbol{footnote}}
    `

    Go to top