you are viewing a single comment's thread
view the rest of the comments
[–] 53 points 2 years ago (7 children)

Git is like shit for Word documents

  • source
  • hideshow 14 child comments
  • [–] 63 points 2 years ago (1 child)
  • [–] 16 points 2 years ago (2 children)

    and then there are fucking PIs insisting on word files who never heard of tracked charges let alone of file naming conventions.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 10 points 2 years ago (2 children)

    I dunno what a PI is, but my honours thesis supervisor was the person who first introduced me to TeX. And gods, I wish I had known about it earlier in uni, or even back in high school. It is so useful when writing any sort of papers with sections and diagrams and bibliography.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 2 years ago (1 child)

    Check out Typst (a newer TeX-like layout engine) if you have time, I'm interested in your opinion. I find it a bit simpler to use than TeX.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago

    Un(?)fortunately I don't have much cause these days for either TeX or some equivalent to it. Anything I'm writing today is simple enough that it doesn't need anything more sophisticated than markdown for formatting.

  • source
  • parent
  • [–] 4 points 2 years ago (1 child)

    Then start writing in Markdown. Markdown is easier in syntax, supports LaTeX equations, has metadata and is in plain text so you can use git. And the killer feature is you can use pandoc to convert the markdown file into word, pptx, LaTeX pdfs, html etc. you can also setup a make file that runs pandoc when you ask like this

  • source
  • parent
  • hideshow 2 child comments
  • [–] 38 points 2 years ago* (last edited 2 years ago) (2 children)
  • [–] 11 points 2 years ago* (3 children)

    Why on Earth would you curse yourself with MS Office anyway, especially if writing docs is your professional responsibility?

    Why not use Git+Markdown+Pandoc, have your copy, data and layout separate?

    I understand that a lot of istitutions/companies impose stylistic/technical requirements for docs and publications, - still doesn't mean you gotta stay married to the worst tooling.

  • source
  • parent
  • hideshow 6 child comments