Live data from Hacker News

Begin LaTeX in minutes

github.com

11–20 of 175 posts

Re: Begin LaTeX in minutes

#11
I am not really into LaTeX but i write all my letters with it and like doing so very much. I get nice looking clean documents that have a very professional appeal and are much more convenient to create than in any full fledged editor.

I just use templates and fill in the blanks. I once showed my not so computer affine sister how to do it and she likes it too.

Re: Begin LaTeX in minutes

#12
From various tutorials I feel my knowledge of latex is very top down, and not very deep. I just recently realized that {} are not needed for singletons, so I may for instance write \frac12 for 1/2.

Can anybody recommend a more bottom up guide? Something more similar to learning a programming language, where you start with the basic syntax and build on features iteratively?

Is Knuth's book the best way to go? Or is that like learning C, when you wanted to learn C++?

Re: Begin LaTeX in minutes

#13

"Brief Intro to Latex for programmers/developers" vs "Master LATEX in minutes", quite a difference! But looks nevertheless like a good introduction to LaTeX. Just why the all the emoji...

I've personally have had a lot of fun abusing emoji/dingbats in curses TUIs.

    VOL〈▰▰▰▰▰▰▱▱▱▱〉

Re: Begin LaTeX in minutes

#14
post #3

I've written my first LaTeX documents with LyX [1], a wonderful application, if you're just getting started. [1] https://www.lyx.org/

Yes, LyX is an excellent way to get a feel for LaTeX without having to learn the syntax.

Re: Begin LaTeX in minutes

#15
post #11

I am not really into LaTeX but i write all my letters with it and like doing so very much. I get nice looking clean documents that have a very professional appeal and are much more convenient to create than in any full fledged editor. I just use templates and fill in the blanks. I once showed my not so computer affine sister how to do it and she likes it too.

LyX is good for that.

Re: Begin LaTeX in minutes

#16
post #9

For any poor soul that has to write LaTeX for whatever reason but doesn't want to bother installing anything, I cannot recommend https://www.sharelatex.com/ enough.

Love it. You can also edit latex documents with collaborators in real time.

This is the only reason I got to make my team mates use to Latex for lab reports instead of Word. Latex isn't hard, and the fact that I could help them in real time and that they could see my code in our report's context got them pretty good at latex within an hour of using it !

Re: Begin LaTeX in minutes

#17
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…

If you used Latex a lot, isn't it worth learning it well? It's like somebody using python a lot for science work, but just copying things around, because they don't bother to learn the language.

Re: Begin LaTeX in minutes

#18
post #9

For any poor soul that has to write LaTeX for whatever reason but doesn't want to bother installing anything, I cannot recommend https://www.sharelatex.com/ enough.

I'm currently using Overleaf[1]. It has collaboration (no live tracking) in the free tier, support for BibTeX with auto-import from Zotero, auto-complete and syntax highlighting, and works completely in the browser.

[1]: https://www.overleaf.com

Re: Begin LaTeX in minutes

#19
I used Latex extensively in Univ for thesis and publishing papers. Since then, I forgot that knowledge and am having hard time picking it up.

However, I briefly used www.sharelatex.com, is a web GUI (or WYSIWYG) type approach to Latex. It's a good project and makes using Latex slightly easier, but user must still know various packages, how to layout images etc. Nonetheless, sharelatex is a good effort and hope it benefits others.

Post reply on HN