logoalt Hacker News

skrebbelyesterday at 12:21 PM3 repliesview on HN

Wow it sounds like you're describing exactly me. All the way until the touchscreen laptop with Windows 8. Scary shit!

I used to laugh at the LaTeX masochists in college spending 15 minutes just to put a picture where they wanted the picture to be. They had to add like four 1-character modifiers to the "insert image" command, each of which meant "yes, really here", "no, don't move it to the next page" and "nono, really really here".

MS Word is properly great if you only use the custom style rules (basically CSS classes) at the paragraph level, and never directly apply styling (basically inline styles) except for super basic stuff like making a word italic. Has great referencing tools etc, fantastic formula editor and so on. And, well, you can use ultra modern human-machine interaction technology such as a mouse to choose where a picture goes and how big it is.

(They might've enshittified it since; the last paper I wrote was in 2010 and Word was pretty damn decent back then)


Replies

Someoneyesterday at 1:05 PM

> MS Word is properly great if you only use the custom style rules (basically CSS classes) at the paragraph level, and never directly apply styling (basically inline styles) except for super basic stuff like making a word italic

MS word also has character styles (like a CSS style on a <span>). IMO you should use instead of bold or italic.

(There are three more types of styles: linked, table and List. See https://office-watch.com/2022/word-five-types-styles/)

show 1 reply
dismalafyesterday at 8:47 PM

LaTeX is probably annoying as a Word replacement however RMarkdown with embedded LaTeX saved me sooooo much time on my economics homework in university. Being able to put code, equations, graphs generated by said code, etc... all in one file then simply generate a PDF...

trympetyesterday at 12:27 PM

Did you also have a windows 8 laptop with touch screen?

show 1 reply