this post was submitted on 23 Jan 2024
124 points (86.9% liked)

Asklemmy

42521 readers
2245 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy πŸ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

The only few reason I know so far is software availability, like adobe software, and Microsoft suite. Is there more of major reasons that I missed?

you are viewing a single comment's thread
view the rest of the comments
[–] Fint0034@lemmy.ml 8 points 5 months ago (2 children)

this is actually my case lol, no way I'm writing thesis in libreoffice or onlyoffice if I didn't have much experience of using it

[–] makeawishkid@programming.dev 4 points 5 months ago (2 children)

Why aren't you using LaTeX to write your thesis though?

[–] 0_0j@lemmy.world 2 points 5 months ago (1 children)
[–] makeawishkid@programming.dev 1 points 5 months ago

There are few online options, also you could just sync it to a common folder so it could work that way... But rarely thesis are drafted concurrently -

The main advantage of LaTeX is the easy type setting for journal articles/thesis etc and ease of changing the style.

[–] Fint0034@lemmy.ml 1 points 5 months ago

Because I haven't heard that app at the time, and none of my colleagues use it

[–] blackboxwarrior@lemmy.ml 3 points 5 months ago

If you’re committed to word-style documents instead of LaTeX, pandoc is a great way to convert between word and the style of your choice (for me, markdown). I made a bunch of additional scripts to assist in conversion between the two.

That said, LaTeX is often a better choice. I’ve settled into a combination of overleaf / git / vscode / LaTeX that keeps my collaborators (and myself) happy.