* Currently supports experiment pocketmod export with `save_pocketmod()` * More "common" 8-page folding zine has orientation of pages flipped... * Also newer "pocketfold" mini-zine * Also 8-page reading version orientated towards reading * Also multiple pdf-pages version... * Also could do 8-page double-sided booklet style on half-letter paper and then put another 8-page booklet on the other half of the paper... * What about half-size digest style zines? Also possible way to prototype future books if we want a smaller/standard form-factor? * What about quarter-size zines? * Spin out support to a new package? * What if we tried to do this within R? + https://github.com/mgieseki/dvisvgm converts pdf to svg + https://github.com/coolbutuseless/svgparser converts from pdf to svg
Currently supports experiment pocketmod export with
save_pocketmod()More "common" 8-page folding zine has orientation of pages flipped...
Also newer "pocketfold" mini-zine
Also 8-page reading version orientated towards reading
Also multiple pdf-pages version...
Also could do 8-page double-sided booklet style on half-letter paper and then put another 8-page booklet on the other half of the paper...
What about half-size digest style zines? Also possible way to prototype future books if we want a smaller/standard form-factor?
What about quarter-size zines?
Spin out support to a new package?
What if we tried to do this within R?