Begin LaTeX in minutes
github.com
Begin LaTeX in minutes
1–10 of 175 posts
Re: Begin LaTeX in minutes
#2Re: Begin LaTeX in minutes
#3Re: Begin LaTeX in minutes
#4Re: Begin LaTeX in minutes
#5You 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
#6Re: Begin LaTeX in minutes
#7I 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…
Re: Begin LaTeX in minutes
#8Re: Begin LaTeX in minutes
#9Re: Begin LaTeX in minutes
#10I 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).