What does HackerNews think of pandoc-latex-template?
A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
I think this is really the best of both worlds, because you can produce documents that (fairly) easily generate print books via LaTeX while simultaneously generating webpages or ePubs for electronic distribution.
I'd probably try templates [1] already available if I needed printable version.
Been using it with https://github.com/Wandmalfarbe/pandoc-latex-template to generate my documents.
Please comment if there are other nice templates, either for LaTeX or for Doc
There's also a latex template I've bookmarked [2] - I haven't tried yet, but sample on the repo looks nice
[1] https://learnbyexample.github.io/tutorial/ebook-generation/c...
His general issues in life? maybe not. But honestly, that's a bit of a big thing to ask from a pandoc template. So OP asked for it, implying that he's interested in such things, but generally has issues with long lines in such templates. So interest is there, it may even correlate with the fact that he has a setup with most of the tools needed installed.
> playing around with new things is generally a waste of time
What? I'm thankfully that a lot people do not think this way, else we'd be still in the stone age.
> So if you (tlamponi) have some interest in promoting this template
no interest whatsoever, not related to it in anyway. But I have an interest that people try easy things out, instead of speculating on negative or positive possibilities of said things, which, in fact, is a waste of time.
> but it is not as easy and straight-forward as you make it out to be.
# package-manager install git pandoc
# cd $(mktemp -d)
# git clone https://github.com/Wandmalfarbe/pandoc-latex-template.git
# cd pandoc-latex-template/examples
# echo "Example for waste of time: 'Prediction: OP won't try it out because it's unlikely the template will solve his issues and playing around with new things is generally a waste of time. So if you (tlamponi) have some interest in promoting this template, then answering the question would be helpful! Everyone reading this submission is already aware that they could find things out by trying the template out, but it is not as easy and straight-forward as you make it out to be.'" >> basic-example/basic-example.md
# sh build-examples.sh
# okular basic-example/basic-example.pdf
Ah yes, very very hard. Sorry for trying to convince someone to work out answers they're interested in their self, such a useless thing to do in life.
Anyway, it seems that it does cope well with long lines, be it in a common text paragraph, but also in a code block, here it breaks those lines, intends the overflowing one - together with the fact that there are line numbers everything is clear and easy to read. Single thing, if I copy those broken up code lines, they do not get copied as a single line, this is a bit of a bummer to me, but may not be an issue for others..