Earlier quoted context omitted.
> You always feel like you are trying to trick the system into doing something it was not designed for. This is one of the hallmarks of human civilization. Your hands were designed for throwing a stone at the eye of a mammoth. But you can play the violin with them! Yes; it is totally awkward and anti-natural for your hands, obviously not their intended purpose... but so beautiful!
Nothing in nature was necessarily "designed"
I hate LaTeX, I love LaTeX
31–40 of 245 posts
Re: I hate LaTeX, I love LaTeX
#32It doesn't shield you from much of the pain, initially at least. But you can separate it from the document and treat it as markup, and reuse bits more easily.
Of course pollen itself is a thing to learn. But if you work with text a lot and like lisp it might be worth it. It's been good to me.
Re: I hate LaTeX, I love LaTeX
#33Earlier quoted context omitted.
That’s interesting. Is it really a problem that requires manually writing the code? Seems like there should be more elegant solutions by this point.
For most usages, you don't need to write the code. Sometimes buff out rough edges for your specific application, but in my 12 years in academia, I think I've only really _written_ Latex twice.
Re: I hate LaTeX, I love LaTeX
#34What is the intended use for LaTex these days? I’m not trying to flame, I just have no idea why anyone would choose to use it over html/css or just a word processor.
The problem with wysiwyg word processors is that people get creative and it's very difficult to enforce the same style for all the material.
Re: I hate LaTeX, I love LaTeX
#35Earlier quoted context omitted.
> You always feel like you are trying to trick the system into doing something it was not designed for. This is one of the hallmarks of human civilization. Your hands were designed for throwing a stone at the eye of a mammoth. But you can play the violin with them! Yes; it is totally awkward and anti-natural for your hands, obviously not their intended purpose... but so beautiful!
Nothing in nature was necessarily "designed"
Avoiding silly theological tropes, evolution is often mistakenly referred to as a designer when it's just an emergent property of competing, replicating agents. People don't normally bother with precision though, so we are where we are.
Re: I hate LaTeX, I love LaTeX
#36You sometimes see people ask fairly simple Python questions on Stack Overflow, that could be solved by five lines of plain Python, and be answered with some Pandas magic incantation that happens to do what they want with one call. I always find this a bit sad, because it seems to take away the idea that programming is about assembling composable parts, replacing it by a search for the right magic thing from a box of…
> You always feel like you are trying to trick the system into doing something it was not designed for. This is one of the hallmarks of human civilization. Your hands were designed for throwing a stone at the eye of a mammoth. But you can play the violin with them! Yes; it is totally awkward and anti-natural for your hands, obviously not their intended purpose... but so beautiful!
This is one of the hallmarks of evolution.
How do you think wings evolved? By repurposing an appendage that was already had a purpose other than flight.
Re: I hate LaTeX, I love LaTeX
#37You sometimes see people ask fairly simple Python questions on Stack Overflow, that could be solved by five lines of plain Python, and be answered with some Pandas magic incantation that happens to do what they want with one call. I always find this a bit sad, because it seems to take away the idea that programming is about assembling composable parts, replacing it by a search for the right magic thing from a box of…
Re: I hate LaTeX, I love LaTeX
#38TeXmacs is WYSIWYG scientific editing platform. Documents created can be saved in TeXmacs, Xml, Scheme, PDF or Postscript. Converters exist for TeX/LaTeX and HTML/MathML. It can also be used as a graphical front-end for other computer algebra, numerical analysis, statistics software[1].
Re: I hate LaTeX, I love LaTeX
#39What is the intended use for LaTex these days? I’m not trying to flame, I just have no idea why anyone would choose to use it over html/css or just a word processor.
Academia. At least, its widespread (almost universal) where I am studying. Mainly to manage citations, figures, and tables of contents automatically. Tools like Sharelatex are used for collaboration on papers.
Re: I hate LaTeX, I love LaTeX
#40Earlier quoted context omitted.
For most usages, you don't need to write the code. Sometimes buff out rough edges for your specific application, but in my 12 years in academia, I think I've only really _written_ Latex twice.
How do you typeset your research then?
You can turn on citation linking (in the text), you can apply a custom latex template.
Once it is all setup, you just write text in Pandoc Markdown.