Live data from Hacker News

Begin LaTeX in minutes

github.com

1–10 of 175 posts

Re: Begin LaTeX in minutes

#5
I used LaTeX a lot in university, but I wouldn't recommend it to anyone. Even a minimal (and good looking) document requires a lot of (La)TeX knowledge.

You can of course use one of many existing templates, but you will quickly feel lost when you have to customize things.

These days, just go with Markdown (or the like) and just include assets (say graphs) as SVG and be done with it.

For scientific papers (especially with two columns layout) you probably have to go with LaTeX though.

Edit: By the way, my take at minimal LaTeX templates: https://github.com/renke/latex-templates

Re: Begin LaTeX in minutes

#6
LaTeX is much deeper than this "mastery" document conveys. Although, LaTeX is significantly easier to pick up if you learn to program first. I appreciate the author sharing this here though :)

Re: Begin LaTeX in minutes

#7
post #5

I used LaTeX a lot in university, but I wouldn't recommend it to anyone. Even a minimal (and good looking) document requires a lot of (La)TeX knowledge. You can of course use one of many existing templates, but you will quickly feel lost when you have to customize things. These days, just go with Markdown (or the like) and just include assets (say graphs) as SVG and be done with it. For scientific papers (especially…

Yeah, LaTeX is great, but mostly you won't need the superpowers that a document-programming language gives you. When Markdown doesn't quite do what I need, Asciidoc usually does (Pro Git 2 was written in Asciidoc).

Re: Begin LaTeX in minutes

#10
post #5

I used LaTeX a lot in university, but I wouldn't recommend it to anyone. Even a minimal (and good looking) document requires a lot of (La)TeX knowledge. You can of course use one of many existing templates, but you will quickly feel lost when you have to customize things. These days, just go with Markdown (or the like) and just include assets (say graphs) as SVG and be done with it. For scientific papers (especially…

Yeah, LaTeX is great, but mostly you won't need the superpowers that a document-programming language gives you. When Markdown doesn't quite do what I need, Asciidoc usually does (Pro Git 2 was written in Asciidoc).

I'm a big fan of Asciidoc. It's nice to have the option of advanced features, while still dealing in text.
Post reply on HN