deleted by creator
And the ease with which you can generate hundreds of lines of page with a simple text template and code.
deleted by creator
Yup. When I rerun my things, in latex I just overwrite the plots file (pdf/png) and compile latex. In word I have to find where it was and replace it there. It’s way easier on latex if you make your code just write plot files in the same location.
deleted by creator
Yup simlink is so nice. I sometimes use it for color vs monocrome plots. Change simlink and compile. Although I learned you can also use if statements in latex, I use that now.
Exactly. Give them a bunch of setup, let them set it up as normal.
Then tell everyone to resize the second pictures and move all images from the side of the page to the right. Then see who does it first.
Word definitely has its niche.
However, I find for many of my tasks, LaTeX or Typst just make sense. I don’t need to worry about out of date figures. I can customize styling instantly. I can track my changes with Git. Grammar checking is rough tho. lsp-like grammar checking would revolutionize my world lol.
I can personally attest that I transitioned to LaTeX from Word, when Word wouldn’t handle equations correctly, or would crash when I had too many. It doesn’t matter if I can put out 50 word equations faster than LaTeX if I’m breaking my flow state to restart my editor.
They overlap in their ecosystem niches but in no way is one a complete replacement for the other. LaTeX has a larger niche than Word which makes it a really safe default.
“Nobody ever got fired for choosing React”
I’ve done a bit more searching and it seems ltex-lsp-plus is the best out there for lsp grammar checking. It’s 1000x better than nothing, though the false negative rate is a bit high for my taste :)
Storing text in binary formats like word docs instead of plain text like latex makes git version control unusable.
I’m imagining what it would be like to write a page long {align} in word and it’s terrifying.
Maybe it takes more time because it allows more editing control over the finished product. The report of an enjoyable user experience for latex would back this up since users were able to produce what they wanted instead of being limited to using words jank as editing and just giving up or using a shitty template. Test against plain text entry I bet there is a positive correlation between limited features and total word count
deleted by creator
Thanks Satan !
I’ve wasted hours of my life, trying to insert an image in a word document without word compressing it, making it illegible, only to find out that it’s impossible. I can’t even imagine anything being worse at this point
sample size seems small but im no expert
This is an outrage! 🧐
needs more jpeg.
but on a serious note, how do you version control an msoffice/libreoffice document? you can’t just put it in git, the repo will get huge quickly
I think libreoffice has an uncompressed format for version control if I remember correctly
docx is just a zip of xml files. if you add some hooks to git, you could make it unzip it, commit the xml files, then when checking out rezip it into a docx automatically.
Thanks, I hate it
git hooks! Totally forgot it, that sounds interesting
I wonder how typst performs in this regard. That said, does anyone know how to more easily create a diagram?
I’m not sure what kind of diagram you’re after, but Typst has Cetz which is graphing + arbitrary drawing of shapes, paths, splines, etc.
Typst also has fletcher “maker of arrows” for diagrams which is my personal fave for the work I do
It can be rendered in LaTeX with a little work around.
I used it for resumes and assignments in school. Like others said I wasn’t trying to save time but to make things look more professional.
Typst >>>>>.
But still, Word sucks ass.
Well, duh, I obviously learned LaTeX only to be less productive and procrastinate more. And when I was getting somewhere with it, I had to switch to RMarkdown instead to be able to procrastinate even more! Imagine actually having to think about the content of your work, ugh :/