>>2236You people could use the software Lyx[1] if you need a WYSIWYG editor for LaTeX.
On Ctan you have already templates to create zines like paperTeX[1] and newspaper[2] packages.
Just install with with tlmg. Example on debian:
$ sudo apt-get install -y tex-live xzdec && sudo apt-get update
$ sudo tlmgr init-usertree && sudo tlmgr install papertex newspaper
To use see the documentation, use "texdoc papertex"
Here is a example from paperTeX package:
http://mirrors.ctan.org/macros/latex/contrib/papertex/example/example.pdfShit, I know, but you can change and put all the fancy stuff you guys like...
You could also convert the LaTeX archive to HTML using Pandoc[4]. Much more secure than PDF format, that have lots[5] of vulnerabilities and is extremely bloated. Or you can generate at least a postscript file
$ pdflatex -output-format=dvi example.tex && dvips example.dvi
The HTML would also, of course, support webm videos and audio files like ogg...
The LaTeX font rendering is the best available at the moment. You can also activate the package "microtype" for even better quality:
$ sudo tlmg install microtype
/* Then add to your example.tex the following*/
\usepackage{microtype}
/*Use pdflatex to generate the file*/
$ pdflatex example.tex
[1]
http://www.lyx.org/[2]
https://www.ctan.org/pkg/papertex[3]
http://www.ctan.org/pkg/newspaper[4]
http://pandoc.org/[5]
http://www.malwaretracker.com/piepdf2.php