• AliasVortex@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    3 days ago

    That’s completely fair! I was just noting that notepad++ and some whitespace has almost entirely replaced Word in my writing workflow, since I don’t tend to write anything with the intent of printing it (mostly just personal notes and programming documentation). Plus, my train of thought was along the lines of a bulleted outline that’s meant to be replaced in situ with actual writing.

    That said, I have used LaTeX a bit though and I remember it being super neat once I got the hang of it! I had some grad school papers that needed journal style formatting and slapping an import at the top of the file and moving on with my life was far and away easier than fighting with Word. Come to think of it, it might be worth taking a stab at formatting my resume with LaTeX, just to see if document parsers have an easier time with it…

    • xxce2AAb@feddit.dk
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      3 days ago

      Oh, I quite agree. Always use the right tool for the job. As Einstein put it, “Everything should be made as simple as possible, but not simpler”.

      If you’re thinking of jumping back into typesetting because you have the occasional need for that too, you might want to have a quick look at the aforementioned Typst, which aims to be a modernized successor to LaTeX. It can’t compete with the sheer volume of work people have done in TeX over the years to typeset everything from manuals to orchestral note sheets, but it is considerably more humane to work with. In the simplest use cases, it’s not that far from markdown, really. It’s also very nice that content and presentation is entirely decoupled.

      I think chances are good that you’d like it.