├── LICENSE ├── README.md ├── articles ├── gutter-fold-howto.md ├── gutter-fold-howto │ ├── A4-landscape.odt │ ├── A4-landscape.pdf │ ├── A4-portait.odt │ ├── A4-portait.pdf │ ├── letter-landscape.odt │ ├── letter-landscape.pdf │ ├── letter-portait.odt │ └── letter-portait.pdf └── inkscape │ ├── automation.md │ ├── converting-svg-to-pdf.md │ ├── gutter-fold-without-template.md │ ├── images │ ├── img1.jpg │ ├── img2.jpg │ └── img3.jpg │ ├── png │ ├── t01s01.png │ ├── t01s02.png │ ├── t01s03.png │ ├── t01s04.png │ ├── t01s05.png │ ├── t01s06.png │ ├── t01s07.png │ └── t01s08.png │ └── svg │ ├── 01-inkscape-without-template.svg │ └── 03-card-template-letter.pdf ├── images ├── bleed.png ├── bleed1.png ├── crop-marks-bad.png ├── crop-marks-good.png ├── crop-marks.png ├── duplex-outline.png ├── gf-with-bleed.png ├── intro.png ├── svg │ ├── bad.svg │ ├── bleed.svg │ ├── bleed.xcf │ ├── crop-marks-bad.xcf │ ├── crop-marks-good.xcf │ ├── good.svg │ ├── intro.svg │ ├── the-shooting-party-duplex.xcf │ └── the-shooting-party_gutter-fold.svg ├── the-shooting-party_duplex.png ├── the-shooting-party_gutter-fold.png └── twin-stars_duplex-bleed.png └── tools ├── gh-md-toc └── md2pdf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/README.md -------------------------------------------------------------------------------- /articles/gutter-fold-howto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/gutter-fold-howto.md -------------------------------------------------------------------------------- /articles/gutter-fold-howto/A4-landscape.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/gutter-fold-howto/A4-landscape.odt -------------------------------------------------------------------------------- /articles/gutter-fold-howto/A4-landscape.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/gutter-fold-howto/A4-landscape.pdf -------------------------------------------------------------------------------- /articles/gutter-fold-howto/A4-portait.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/gutter-fold-howto/A4-portait.odt -------------------------------------------------------------------------------- /articles/gutter-fold-howto/A4-portait.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/gutter-fold-howto/A4-portait.pdf -------------------------------------------------------------------------------- /articles/gutter-fold-howto/letter-landscape.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/gutter-fold-howto/letter-landscape.odt -------------------------------------------------------------------------------- /articles/gutter-fold-howto/letter-landscape.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/gutter-fold-howto/letter-landscape.pdf -------------------------------------------------------------------------------- /articles/gutter-fold-howto/letter-portait.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/gutter-fold-howto/letter-portait.odt -------------------------------------------------------------------------------- /articles/gutter-fold-howto/letter-portait.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/gutter-fold-howto/letter-portait.pdf -------------------------------------------------------------------------------- /articles/inkscape/automation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/automation.md -------------------------------------------------------------------------------- /articles/inkscape/converting-svg-to-pdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/converting-svg-to-pdf.md -------------------------------------------------------------------------------- /articles/inkscape/gutter-fold-without-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/gutter-fold-without-template.md -------------------------------------------------------------------------------- /articles/inkscape/images/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/images/img1.jpg -------------------------------------------------------------------------------- /articles/inkscape/images/img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/images/img2.jpg -------------------------------------------------------------------------------- /articles/inkscape/images/img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/images/img3.jpg -------------------------------------------------------------------------------- /articles/inkscape/png/t01s01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/png/t01s01.png -------------------------------------------------------------------------------- /articles/inkscape/png/t01s02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/png/t01s02.png -------------------------------------------------------------------------------- /articles/inkscape/png/t01s03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/png/t01s03.png -------------------------------------------------------------------------------- /articles/inkscape/png/t01s04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/png/t01s04.png -------------------------------------------------------------------------------- /articles/inkscape/png/t01s05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/png/t01s05.png -------------------------------------------------------------------------------- /articles/inkscape/png/t01s06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/png/t01s06.png -------------------------------------------------------------------------------- /articles/inkscape/png/t01s07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/png/t01s07.png -------------------------------------------------------------------------------- /articles/inkscape/png/t01s08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/png/t01s08.png -------------------------------------------------------------------------------- /articles/inkscape/svg/01-inkscape-without-template.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/svg/01-inkscape-without-template.svg -------------------------------------------------------------------------------- /articles/inkscape/svg/03-card-template-letter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/articles/inkscape/svg/03-card-template-letter.pdf -------------------------------------------------------------------------------- /images/bleed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/bleed.png -------------------------------------------------------------------------------- /images/bleed1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/bleed1.png -------------------------------------------------------------------------------- /images/crop-marks-bad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/crop-marks-bad.png -------------------------------------------------------------------------------- /images/crop-marks-good.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/crop-marks-good.png -------------------------------------------------------------------------------- /images/crop-marks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/crop-marks.png -------------------------------------------------------------------------------- /images/duplex-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/duplex-outline.png -------------------------------------------------------------------------------- /images/gf-with-bleed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/gf-with-bleed.png -------------------------------------------------------------------------------- /images/intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/intro.png -------------------------------------------------------------------------------- /images/svg/bad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/svg/bad.svg -------------------------------------------------------------------------------- /images/svg/bleed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/svg/bleed.svg -------------------------------------------------------------------------------- /images/svg/bleed.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/svg/bleed.xcf -------------------------------------------------------------------------------- /images/svg/crop-marks-bad.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/svg/crop-marks-bad.xcf -------------------------------------------------------------------------------- /images/svg/crop-marks-good.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/svg/crop-marks-good.xcf -------------------------------------------------------------------------------- /images/svg/good.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/svg/good.svg -------------------------------------------------------------------------------- /images/svg/intro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/svg/intro.svg -------------------------------------------------------------------------------- /images/svg/the-shooting-party-duplex.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/svg/the-shooting-party-duplex.xcf -------------------------------------------------------------------------------- /images/svg/the-shooting-party_gutter-fold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/svg/the-shooting-party_gutter-fold.svg -------------------------------------------------------------------------------- /images/the-shooting-party_duplex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/the-shooting-party_duplex.png -------------------------------------------------------------------------------- /images/the-shooting-party_gutter-fold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/the-shooting-party_gutter-fold.png -------------------------------------------------------------------------------- /images/twin-stars_duplex-bleed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/images/twin-stars_duplex-bleed.png -------------------------------------------------------------------------------- /tools/gh-md-toc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/tools/gh-md-toc -------------------------------------------------------------------------------- /tools/md2pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernierasta/pnp-howto/HEAD/tools/md2pdf --------------------------------------------------------------------------------