dokuwiki → pdf → print #8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automate the conversion of dokuwiki pages to printable pdf
current cli
using the ruby script
ruby printable.rb -g --file hosting_conversations
(note the-g
flag will autocommit new files to repo.fo.am)using the dokuwiki cli parser and pandoc
php /var/www/libarynth/dokuwiki/bin/dokucli.php < /var/www/libarynth/dokuwiki/data/pages/futurist_fieldguide/start.txt > ff-test.html
pandoc ff-test.html -t latex -o ff-test.tex
pandoc ff-test.tex -o ff-test.pdf
test/examples/expand
pandoc ff-test.tex -S --template=templates/fieldguide.tex --variable date="2015-05-19" --variable include-before="\pagenumbering{gobble}" --variable include-after="\pagebreak retrocasting retroamnesia" --include-in-header=header.tex --latex-engine=xelatex -o ff-test8.pdf
simplified
pandoc ff-test.html -S --template=templates/fieldguide.tex --include-in-header=header.tex --latex-engine=xelatex -o ff-test9.pdf
features
notes/reference
(comments as link dump while i work out the most suitable approach @nik)
http://www.latextemplates.com/template/tufte-style-book
note that there is now a dokuwiki reader & writer in pandoc so this may be a bit simpler...