Re: booklet e geometry

#5844
Gus
    Up
    0
    Down
    ::


    Ciao a tutti,

    allora, Wilson dice che va tutto bene con geometry:

    Changes to the geometry will only effect the original pages, not the booklet pages.
    [ …] You are responsible for ensuring that things are set up so that the original pages fit onto the booklet sheets.

    A questo punto la soluzione “migliore” che ho trovato è aggiustare i margini
    alla meglio giocando sui rapporti relativi. Vi allego un esempio minimo:

    `
    \documentclass[a4paper,oneside]{book}

    \setlength{\parindent}{0pt}

    \usepackage[vmarginratio=3:2,hmarginratio=4:3]{geometry}

    % \usepackage[noprint]{booklet}
    \usepackage[print]{booklet}

    \title{Booklet-Geometry Test}
    \author{GC}

    \begin{document}
    %\setpdftargetpages
    % first page:
    \maketitle
    % further 3 pages:
    \rule{1pt}{\textheight}\rule{\textwidth}{1pt}\rule{1pt}{\textheight}
    \newpage
    \rule{1pt}{\textheight}\rule{\textwidth}{1pt}\rule{1pt}{\textheight}
    \newpage
    \rule{1pt}{\textheight}\rule{\textwidth}{1pt}\rule{1pt}{\textheight}
    \newpage

    \end{document}
    `

    Tuttavia, la cosa non mi soddisfa molto. Con memoir, e anche con le classi
    standard senza geometry, tutto mi funzionava meglio in automatico.

    Ciao,

    Gus

    Go to top