Hacker News new | ask | show | jobs
by ramraj07 1432 days ago
I wrote multiple papers during my PhD. The theoretical one with lots of equations I wrote with latex. It’d be stupid not to. Overleaf helped though I wrote the paper over 6 years so it only helped in the end.

Then I wrote two bio heavy papers. Using word. My thesis was in word too. If you have a ton of figures and not a ton of equations it’s not the best choice to use latex.

4 comments

> If you have a ton of figures and not a ton of equations it’s not the best choice to use latex.

Last time I used Word for anything significant (a thesis) it was either word 2003 or 2007, and adding a table or inserting a new paragraph somewhere before a figure could mess up all the figure placement (sometimes the thing would literally disappear).

After that I switched to LaTeX and never looked back. Has this recently become better, or was I just unlucky/unexperienced?

If you patiently and systematically try to figure out all the layout options and settings in word, you start to understand what will and will not happen when you do any of these things. It’s still a deterministic piece of computer code? I certainly spent less time figuring out word than latex at least.
> If you patiently and systematically try to figure out all the layout options and settings in word, you start to understand what will and will not happen when you do any of these things

Well, this is exactly what I don’t want to do in a wyswyg editor, but glad that it worked out for you

I wrote my thesis in Word (graduated last friday, vivad last march). The key to stop things moving around in word is to use the "in line with text" option for images. And treat images like text. If you want it centred then justify it to the centre, dont try to place things manually.

Previous documents ive written with word i would do things like tight layouts on images, maybe with anchors, but that's a recipe for things moving around.

When i came to compile my chapters to a final document i used master document-subdocument to pull everything together. I only had a few issues with blank pages being added when exporting to pdf and that was due to my use of page breaks and section breaks.

> dont try to place things manually

Ah, so the solution is to use Word as if it was a worse LaTeX, I see :^)

Jokes aside, the precise manual positioning of figures and such (e.g. figures at a certain height of a paragraph, with text flowing around it) was the only potential attractiveness of Word.

If that’s still broken I really don’t see the reason for switching to a program with worse typesetting (and not only) capabilities, given my use case and the fact that I’m quite comfortable with LaTeX by now

> Has this recently become better?

You should try TeXmacs; it is not recent, but it has become smooth and it is superior to both LaTeX and Word under every point of view.

I find that lots of figures are good reason to use latex. You can programatically scale and crop, captions never get separated from the figures, and figure placement is handled in a sane predictable way.
> figure placement is handled in a sane predictable way.

That is not the LaTeX I know.

It does take some getting used to, I'll give you that. But it's very predictable.

Annoyingly, 'new' users, especially led by KOMAScript hints are drawn to use the 'total' positioning that is promised by using the H B P and other options. However, since these aren't holding their promises - at least not the misunderstood promised 'absolute' positioning, frustration is very often creeping in.

I've had too many co authors and friends ask me how to push figures to certain positions where all I saw was premature optimization in terms of positions and tons of wasted cycles (CPU and user) to get to intermediate solutions that are completely unnecessary if only they were saved until the last layouting runs. The change in document creation paradigm (to not care about the layout until the far end) is what 'manages' expectations and where the perceived errors mostly come from.

> If you have a ton of figures and not a ton of equations it’s not the best choice to use latex.

Strong disagree; wysiwyg editing in Word is an exercise in endless frustration, and Word’s typesetting and fonts are so ugly that it’s painfully obvious when a paper has been written using Word.

Just write LaTeX and let it do the typesetting, figure layout, citation formatting, etc. It’s less painful than Word WYSIWYG editing, and the result is far more polished.

While I have a lot of complaints with Word, I have to very tepidly take issue with the accusation of ugly fonts. You may like TeX's default typefaces more than Word's, but those are just the defaults. You can set a LaTeX document in Calibri and (presuming you have an OTF version of the fonts) a Word document in Computer Modern.

Word doesn't really do typesetting, though. You can make credible camera-ready output with it if you're rigorous with styles and learn how to anchor figures and images correctly, but the line and page breaks will still say "hi, I'm a word processor."

> If you have a ton of figures and not a ton of equations it’s not the best choice to use latex.

I don't really agree. You do however have to accept and become happy with one of LaTeX's ideas about what makes good figure placement though.