├── .github └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── doc ├── 1x1.pdf ├── 2x1.pdf ├── 3x2.pdf ├── banner.pdf ├── banner.svg ├── banner.tex ├── example-book.pdf ├── example-book.tex ├── example-borders-and-shadows.pdf ├── example-borders-and-shadows.tex ├── example-graphic.pdf ├── example-graphic.tex ├── example-grid.pdf ├── example-grid.tex ├── example-template.pdf ├── example-template.tex ├── example-text.pdf ├── example-text.tex ├── kopi.jpg ├── pagelayout-manual-layout-guides.pdf ├── pagelayout-manual-layout-guides.tex ├── pagelayout-manual.pdf ├── pagelayout-manual.tex ├── quickstart-1.svg ├── quickstart-2.svg ├── quickstart-3.svg ├── quickstart.pdf └── quickstart.tex ├── scripts ├── pagelayoutapi ├── pagelayoutapi.1 ├── pagelayoutapi.1.md ├── textestvis ├── textestvis.1 └── textestvis.1.md ├── tests ├── 1x1.pdf ├── 1x2.pdf ├── 2x1.pdf ├── 2x3.pdf ├── 3x2.pdf ├── 3x5.pdf ├── 5x3.pdf ├── _PAX706;7&! -- ?= (1).<,.JPEG ├── _config.tex ├── _perf.tex ├── _testimage.tex ├── backcover-template.approved.pdf ├── backcover-template.tex ├── backcover.approved.pdf ├── backcover.tex ├── backcover2-template.approved.pdf ├── backcover2-template.tex ├── backcover2.approved.pdf ├── backcover2.tex ├── beforepage.approved.pdf ├── beforepage.tex ├── breakable-color@2.approved.pdf ├── breakable-color@2.tex ├── breakable-height@2.approved.pdf ├── breakable-height@2.tex ├── breakable-strut.approved.pdf ├── breakable-strut.tex ├── breakable@2.approved.pdf ├── breakable@2.tex ├── cover.approved.pdf ├── cover.tex ├── cover2.approved.pdf ├── cover2.tex ├── f.png ├── flip.approved.pdf ├── flip.tex ├── graphic-snap.approved.pdf ├── graphic-snap.tex ├── graphic.approved.pdf ├── graphic.tex ├── grid-auto.approved.pdf ├── grid-auto.tex ├── grid-double.approved.pdf ├── grid-double.tex ├── grid.approved.pdf ├── grid.tex ├── insides-cover.approved.pdf ├── insides-cover.tex ├── insides-cover2.approved.pdf ├── insides-cover2.tex ├── insides-double.approved.pdf ├── insides-double.tex ├── insides-left-cover.approved.pdf ├── insides-left-cover.tex ├── insides-left-cover2.approved.pdf ├── insides-left-cover2.tex ├── insides-left.approved.pdf ├── insides-left.tex ├── insides-nofill-cover.approved.pdf ├── insides-nofill-cover.tex ├── insides.approved.pdf ├── insides.tex ├── insides2-cover2.approved.pdf ├── insides2-cover2.tex ├── insides2-right-cover2.approved.pdf ├── insides2-right-cover2.tex ├── insides2-right-double.approved.pdf ├── insides2-right-double.tex ├── insides2-right.approved.pdf ├── insides2-right.tex ├── insides2.approved.pdf ├── insides2.tex ├── margin.approved.pdf ├── margin.tex ├── margin2.approved.pdf ├── margin2.tex ├── optimize-fanfold.approved.pdf ├── optimize-fanfold.tex ├── optimize.approved.pdf ├── optimize.tex ├── orientation.approved.pdf ├── orientation.tex ├── pages-cover.approved.pdf ├── pages-cover.tex ├── pages-left.approved.pdf ├── pages-left.tex ├── pages.approved.pdf ├── pages.tex ├── shadow.approved.pdf ├── shadow.tex ├── tcolorbox-breakable.approved.pdf ├── tcolorbox-breakable.tex ├── tcolorbox.approved.pdf ├── tcolorbox.tex ├── test.approved.pdf ├── test.tex ├── text.approved.pdf ├── text.tex ├── toc2@2.approved.pdf ├── toc2@2.tex ├── toc@2.approved.pdf ├── toc@2.tex ├── turbo.approved.pdf ├── turbo.lualatex.approved.pdf ├── turbo.pdflatex.approved.pdf └── turbo.tex └── tex └── pagelayout.cls /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/README.md -------------------------------------------------------------------------------- /doc/1x1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/1x1.pdf -------------------------------------------------------------------------------- /doc/2x1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/2x1.pdf -------------------------------------------------------------------------------- /doc/3x2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/3x2.pdf -------------------------------------------------------------------------------- /doc/banner.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/banner.pdf -------------------------------------------------------------------------------- /doc/banner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/banner.svg -------------------------------------------------------------------------------- /doc/banner.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/banner.tex -------------------------------------------------------------------------------- /doc/example-book.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/example-book.pdf -------------------------------------------------------------------------------- /doc/example-book.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/example-book.tex -------------------------------------------------------------------------------- /doc/example-borders-and-shadows.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/example-borders-and-shadows.pdf -------------------------------------------------------------------------------- /doc/example-borders-and-shadows.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/example-borders-and-shadows.tex -------------------------------------------------------------------------------- /doc/example-graphic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/example-graphic.pdf -------------------------------------------------------------------------------- /doc/example-graphic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/example-graphic.tex -------------------------------------------------------------------------------- /doc/example-grid.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/example-grid.pdf -------------------------------------------------------------------------------- /doc/example-grid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/example-grid.tex -------------------------------------------------------------------------------- /doc/example-template.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/example-template.pdf -------------------------------------------------------------------------------- /doc/example-template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/example-template.tex -------------------------------------------------------------------------------- /doc/example-text.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/example-text.pdf -------------------------------------------------------------------------------- /doc/example-text.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/example-text.tex -------------------------------------------------------------------------------- /doc/kopi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/kopi.jpg -------------------------------------------------------------------------------- /doc/pagelayout-manual-layout-guides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/pagelayout-manual-layout-guides.pdf -------------------------------------------------------------------------------- /doc/pagelayout-manual-layout-guides.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/pagelayout-manual-layout-guides.tex -------------------------------------------------------------------------------- /doc/pagelayout-manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/pagelayout-manual.pdf -------------------------------------------------------------------------------- /doc/pagelayout-manual.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/pagelayout-manual.tex -------------------------------------------------------------------------------- /doc/quickstart-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/quickstart-1.svg -------------------------------------------------------------------------------- /doc/quickstart-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/quickstart-2.svg -------------------------------------------------------------------------------- /doc/quickstart-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/quickstart-3.svg -------------------------------------------------------------------------------- /doc/quickstart.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/quickstart.pdf -------------------------------------------------------------------------------- /doc/quickstart.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/doc/quickstart.tex -------------------------------------------------------------------------------- /scripts/pagelayoutapi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/scripts/pagelayoutapi -------------------------------------------------------------------------------- /scripts/pagelayoutapi.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/scripts/pagelayoutapi.1 -------------------------------------------------------------------------------- /scripts/pagelayoutapi.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/scripts/pagelayoutapi.1.md -------------------------------------------------------------------------------- /scripts/textestvis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/scripts/textestvis -------------------------------------------------------------------------------- /scripts/textestvis.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/scripts/textestvis.1 -------------------------------------------------------------------------------- /scripts/textestvis.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/scripts/textestvis.1.md -------------------------------------------------------------------------------- /tests/1x1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/1x1.pdf -------------------------------------------------------------------------------- /tests/1x2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/1x2.pdf -------------------------------------------------------------------------------- /tests/2x1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/2x1.pdf -------------------------------------------------------------------------------- /tests/2x3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/2x3.pdf -------------------------------------------------------------------------------- /tests/3x2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/3x2.pdf -------------------------------------------------------------------------------- /tests/3x5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/3x5.pdf -------------------------------------------------------------------------------- /tests/5x3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/5x3.pdf -------------------------------------------------------------------------------- /tests/_PAX706;7&! -- ?= (1).<,.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/_PAX706;7&! -- ?= (1).<,.JPEG -------------------------------------------------------------------------------- /tests/_config.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/_config.tex -------------------------------------------------------------------------------- /tests/_perf.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/_perf.tex -------------------------------------------------------------------------------- /tests/_testimage.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/_testimage.tex -------------------------------------------------------------------------------- /tests/backcover-template.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/backcover-template.approved.pdf -------------------------------------------------------------------------------- /tests/backcover-template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/backcover-template.tex -------------------------------------------------------------------------------- /tests/backcover.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/backcover.approved.pdf -------------------------------------------------------------------------------- /tests/backcover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/backcover.tex -------------------------------------------------------------------------------- /tests/backcover2-template.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/backcover2-template.approved.pdf -------------------------------------------------------------------------------- /tests/backcover2-template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/backcover2-template.tex -------------------------------------------------------------------------------- /tests/backcover2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/backcover2.approved.pdf -------------------------------------------------------------------------------- /tests/backcover2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/backcover2.tex -------------------------------------------------------------------------------- /tests/beforepage.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/beforepage.approved.pdf -------------------------------------------------------------------------------- /tests/beforepage.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/beforepage.tex -------------------------------------------------------------------------------- /tests/breakable-color@2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/breakable-color@2.approved.pdf -------------------------------------------------------------------------------- /tests/breakable-color@2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/breakable-color@2.tex -------------------------------------------------------------------------------- /tests/breakable-height@2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/breakable-height@2.approved.pdf -------------------------------------------------------------------------------- /tests/breakable-height@2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/breakable-height@2.tex -------------------------------------------------------------------------------- /tests/breakable-strut.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/breakable-strut.approved.pdf -------------------------------------------------------------------------------- /tests/breakable-strut.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/breakable-strut.tex -------------------------------------------------------------------------------- /tests/breakable@2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/breakable@2.approved.pdf -------------------------------------------------------------------------------- /tests/breakable@2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/breakable@2.tex -------------------------------------------------------------------------------- /tests/cover.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/cover.approved.pdf -------------------------------------------------------------------------------- /tests/cover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/cover.tex -------------------------------------------------------------------------------- /tests/cover2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/cover2.approved.pdf -------------------------------------------------------------------------------- /tests/cover2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/cover2.tex -------------------------------------------------------------------------------- /tests/f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/f.png -------------------------------------------------------------------------------- /tests/flip.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/flip.approved.pdf -------------------------------------------------------------------------------- /tests/flip.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/flip.tex -------------------------------------------------------------------------------- /tests/graphic-snap.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/graphic-snap.approved.pdf -------------------------------------------------------------------------------- /tests/graphic-snap.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/graphic-snap.tex -------------------------------------------------------------------------------- /tests/graphic.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/graphic.approved.pdf -------------------------------------------------------------------------------- /tests/graphic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/graphic.tex -------------------------------------------------------------------------------- /tests/grid-auto.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/grid-auto.approved.pdf -------------------------------------------------------------------------------- /tests/grid-auto.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/grid-auto.tex -------------------------------------------------------------------------------- /tests/grid-double.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/grid-double.approved.pdf -------------------------------------------------------------------------------- /tests/grid-double.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/grid-double.tex -------------------------------------------------------------------------------- /tests/grid.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/grid.approved.pdf -------------------------------------------------------------------------------- /tests/grid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/grid.tex -------------------------------------------------------------------------------- /tests/insides-cover.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-cover.approved.pdf -------------------------------------------------------------------------------- /tests/insides-cover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-cover.tex -------------------------------------------------------------------------------- /tests/insides-cover2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-cover2.approved.pdf -------------------------------------------------------------------------------- /tests/insides-cover2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-cover2.tex -------------------------------------------------------------------------------- /tests/insides-double.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-double.approved.pdf -------------------------------------------------------------------------------- /tests/insides-double.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-double.tex -------------------------------------------------------------------------------- /tests/insides-left-cover.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-left-cover.approved.pdf -------------------------------------------------------------------------------- /tests/insides-left-cover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-left-cover.tex -------------------------------------------------------------------------------- /tests/insides-left-cover2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-left-cover2.approved.pdf -------------------------------------------------------------------------------- /tests/insides-left-cover2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-left-cover2.tex -------------------------------------------------------------------------------- /tests/insides-left.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-left.approved.pdf -------------------------------------------------------------------------------- /tests/insides-left.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-left.tex -------------------------------------------------------------------------------- /tests/insides-nofill-cover.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-nofill-cover.approved.pdf -------------------------------------------------------------------------------- /tests/insides-nofill-cover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides-nofill-cover.tex -------------------------------------------------------------------------------- /tests/insides.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides.approved.pdf -------------------------------------------------------------------------------- /tests/insides.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides.tex -------------------------------------------------------------------------------- /tests/insides2-cover2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides2-cover2.approved.pdf -------------------------------------------------------------------------------- /tests/insides2-cover2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides2-cover2.tex -------------------------------------------------------------------------------- /tests/insides2-right-cover2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides2-right-cover2.approved.pdf -------------------------------------------------------------------------------- /tests/insides2-right-cover2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides2-right-cover2.tex -------------------------------------------------------------------------------- /tests/insides2-right-double.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides2-right-double.approved.pdf -------------------------------------------------------------------------------- /tests/insides2-right-double.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides2-right-double.tex -------------------------------------------------------------------------------- /tests/insides2-right.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides2-right.approved.pdf -------------------------------------------------------------------------------- /tests/insides2-right.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides2-right.tex -------------------------------------------------------------------------------- /tests/insides2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides2.approved.pdf -------------------------------------------------------------------------------- /tests/insides2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/insides2.tex -------------------------------------------------------------------------------- /tests/margin.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/margin.approved.pdf -------------------------------------------------------------------------------- /tests/margin.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/margin.tex -------------------------------------------------------------------------------- /tests/margin2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/margin2.approved.pdf -------------------------------------------------------------------------------- /tests/margin2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/margin2.tex -------------------------------------------------------------------------------- /tests/optimize-fanfold.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/optimize-fanfold.approved.pdf -------------------------------------------------------------------------------- /tests/optimize-fanfold.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/optimize-fanfold.tex -------------------------------------------------------------------------------- /tests/optimize.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/optimize.approved.pdf -------------------------------------------------------------------------------- /tests/optimize.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/optimize.tex -------------------------------------------------------------------------------- /tests/orientation.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/orientation.approved.pdf -------------------------------------------------------------------------------- /tests/orientation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/orientation.tex -------------------------------------------------------------------------------- /tests/pages-cover.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/pages-cover.approved.pdf -------------------------------------------------------------------------------- /tests/pages-cover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/pages-cover.tex -------------------------------------------------------------------------------- /tests/pages-left.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/pages-left.approved.pdf -------------------------------------------------------------------------------- /tests/pages-left.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/pages-left.tex -------------------------------------------------------------------------------- /tests/pages.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/pages.approved.pdf -------------------------------------------------------------------------------- /tests/pages.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/pages.tex -------------------------------------------------------------------------------- /tests/shadow.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/shadow.approved.pdf -------------------------------------------------------------------------------- /tests/shadow.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/shadow.tex -------------------------------------------------------------------------------- /tests/tcolorbox-breakable.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/tcolorbox-breakable.approved.pdf -------------------------------------------------------------------------------- /tests/tcolorbox-breakable.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/tcolorbox-breakable.tex -------------------------------------------------------------------------------- /tests/tcolorbox.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/tcolorbox.approved.pdf -------------------------------------------------------------------------------- /tests/tcolorbox.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/tcolorbox.tex -------------------------------------------------------------------------------- /tests/test.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/test.approved.pdf -------------------------------------------------------------------------------- /tests/test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/test.tex -------------------------------------------------------------------------------- /tests/text.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/text.approved.pdf -------------------------------------------------------------------------------- /tests/text.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/text.tex -------------------------------------------------------------------------------- /tests/toc2@2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/toc2@2.approved.pdf -------------------------------------------------------------------------------- /tests/toc2@2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/toc2@2.tex -------------------------------------------------------------------------------- /tests/toc@2.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/toc@2.approved.pdf -------------------------------------------------------------------------------- /tests/toc@2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/toc@2.tex -------------------------------------------------------------------------------- /tests/turbo.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/turbo.approved.pdf -------------------------------------------------------------------------------- /tests/turbo.lualatex.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/turbo.lualatex.approved.pdf -------------------------------------------------------------------------------- /tests/turbo.pdflatex.approved.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/turbo.pdflatex.approved.pdf -------------------------------------------------------------------------------- /tests/turbo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tests/turbo.tex -------------------------------------------------------------------------------- /tex/pagelayout.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedemannbartels/latex-pagelayout/HEAD/tex/pagelayout.cls --------------------------------------------------------------------------------