Re: \textwidth \textheight

#19314
DMW
    Up
    0
    Down
    ::

    Vi ringrazio tutti tantissimo ma non cambia niente…Perchè???? 😥

    Senti, a me
    `
    \documentclass[a4paper,11pt]{amsart}

    \usepackage{graphicx,lipsum}
    \usepackage{amsmath,amsthm,amssymb}
    \usepackage[text={13.5cm,21.5cm},centering,heightrounded]{geometry}
    %\setlength{\textheight}{21.5cm}
    %\setlength{\textwidth}{13.5cm}
    %\calclayout

    \begin{document}
    \lipsum
    \showthe\textheight
    \showthe\baselineskip
    \end{document}`

    Funziona .Infatti il log mostra che \textheight è di 608pt mentre 21.5cm sono 610pt circa.

    Dà 608 pt perché c’è heightrounded che arrotonda \textheight al più vicino valore pari a [(multiplo di \baselineskip) -2\topskip) .

    Ho misurato con acrobat pro ed è 21.352 cm circa.

    Quindi va bene.

    Ciao

    Andrea

    Go to top