Quali sono i margini di default?

  • Creatore
    Topic
  • #47792
    Up
    0
    Down
    ::


    Scusate la domanda, che potrà risultare banale e affrettata, ma ho cercato in internet e nelle guide più usate le specifiche dei margini senza risultato. Leggo che cambiano in base alla documentclass e alle dimensioni del carattere specificato nella documentclass e al pagestyle.

    Quali sono, pertanto, i margini standard per un documento con questa intestazione?:
    `\documentclass[12pt,oneside]{book}
    \usepackage[a5paper]{geometry}`

    E con questa?:

    \documentclass[12pt]{article}
    \usepackage[a5paper]{geometry}
    \usepackage{fancyhdr} % Le impostazioni di fancyhdr sono quelle standard.

    Grazie per l’aiuto.

Visualizzazione 4 filoni di risposte
  • Autore
    Risposte
    • #47793
      Up
      0
      Down
      ::

      Scusate la domanda, che potrà risultare banale e affrettata, ma ho cercato in internet e nelle guide più usate le specifiche dei margini senza risultato. Leggo che cambiano in base alla documentclass e alle dimensioni del carattere specificato nella documentclass e al pagestyle.

      Quali sono, pertanto, i margini standard per un documento con questa intestazione?:
      `\documentclass[12pt,oneside]{book}
      \usepackage[a5paper]{geometry}`

      E con questa?:

      \documentclass[12pt]{article}
      \usepackage[a5paper]{geometry}
      \usepackage{fancyhdr} % Le impostazioni di fancyhdr sono quelle standard.

      Grazie per l’aiuto.

      Per questa e molte altre informazioni carica il pacchetto “layout” e poi dai il comando “\layout” all’inizio del tuo documento.
      Nel pdf otterrai una pagina con molte informazioni sulla geometria del tuo documento.

      😉
      LuCa

    • #47794
      Up
      0
      Down
      ::


      Grazie mille! Metodo efficacissimo! Grazia ancora!

    • #47795
      Up
      0
      Down
      ::


      Scusa, ma avrei ancora una richiesta: come si fa per ottenere i parametri in cm o mm?

    • #47796
      Up
      0
      Down
      ::

      Scusa, ma avrei ancora una richiesta: come si fa per ottenere i parametri in cm o mm?

      Con la calcolatrice: 1 pt = 0,3515 mm

      La conversione esatta è 1 pt = 25,4/72,27 mm

      Ciao
      Enrico

    • #47797
      Up
      0
      Down
      ::

      Scusa, ma avrei ancora una richiesta: come si fa per ottenere i parametri in cm o mm?

      Con la calcolatrice: 1 pt = 0,3515 mm

      La conversione esatta è 1 pt = 25,4/72,27 mm

      Ciao
      Enrico

      Salve a tutti.

      Non voglio fare il pignolo, solo che una volta che so qualcosa avevo piacere di dare una mano anche io. Anche se forse non risolverà il problema, anzi…

      Stavo infatti documentandomi sulla guida di beamer “The Beamer Class. User Guide for version 3.09” e vi riporto quanto appreso sul tema dell’altezza dei font:

      5.6.1 Font Size (pag 39)
      Perhaps the most obvious attribute of a font is its size. Fonts are traditionally measured in “points.” How much a point is depends on whom you ask. TEX thinks a point is the 72.27th part of an inch, which is 2.54 cm. On the other hand, PostScript and Adobe think a point is the 72th part of an inch (TEX calls this a big point). There are differences between American and European points. Once it is settled how much a point is, claiming that a text is in “11pt” means that the “height” of the letters in the font are 11pt. However, this “height” stems from the time when letters where still cast in lead and refers to the the vertical size of the lead letters. It thus does not need to have any correlation with the actual height of, say, the letter x or even the letter M. The letter x of
      an 11pt Times from Adobe will have a height that is different from the height of the letter x of an 11pt Times from UTC and the letter x of an 11pt Helvetica from Adobe will have yet another height.
      Summing up, the font size has little to do with the actual size of letters. Rather, these days it is a convention that 10pt or 11pt is the size a font should be printed for “normal reading.” Fonts are designed so that they can optimally be read at these sizes.

      Quindi in definitiva mi trovo d’accordo con egreg9, diciamo “in prima approssimazione”.
      Scusate se ho fatto confusione, buon lavoro 😉

Visualizzazione 4 filoni di risposte
  • Devi essere connesso per rispondere a questo topic.

Go to top