diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2025-12-30 15:05:54 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2025-12-30 15:05:54 -0300 |
| commit | 92f1f0e779cc47a112a35741d72af6c3d8d625cf (patch) | |
| tree | e624f1c5ca74c7abf05a867f1ef94becbf75dd8b /structure | |
| parent | e277cf71336f786e4541e545d7f7359472182086 (diff) | |
| download | bookup-fix/trixie.tar.gz bookup-fix/trixie.tar.bz2 | |
Fix: improve classoptionfix/trixie
Diffstat (limited to 'structure')
| -rw-r--r-- | structure/book/en/00-header.yml | 10 | ||||
| -rw-r--r-- | structure/book/pt-br/00-header.yml | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/structure/book/en/00-header.yml b/structure/book/en/00-header.yml index bea655a..0328c2b 100644 --- a/structure/book/en/00-header.yml +++ b/structure/book/en/00-header.yml @@ -26,11 +26,13 @@ papersize: b5paper # Geometry #geometry: paperwidth=6in,paperheight=9in -# Class option -# Use "symmetric" in the classoption if you want margin notes in alternating sides -#classoption: "symmetric,justified" -#classoption: "twoside,symmetric,justified" +# Class options classoption: + # Use "symmetric" in the classoption if you want margin notes in alternating + # sides + #- "symmetric" + #- "twoside" + # Justified content - "justified" diff --git a/structure/book/pt-br/00-header.yml b/structure/book/pt-br/00-header.yml index bea655a..0328c2b 100644 --- a/structure/book/pt-br/00-header.yml +++ b/structure/book/pt-br/00-header.yml @@ -26,11 +26,13 @@ papersize: b5paper # Geometry #geometry: paperwidth=6in,paperheight=9in -# Class option -# Use "symmetric" in the classoption if you want margin notes in alternating sides -#classoption: "symmetric,justified" -#classoption: "twoside,symmetric,justified" +# Class options classoption: + # Use "symmetric" in the classoption if you want margin notes in alternating + # sides + #- "symmetric" + #- "twoside" + # Justified content - "justified" |
