That’s why we wrote out thesis in LaTeX: github.com/jonte/GGS-report/blob/…/report.lyx#L36…
Comment on LPT Do it.
lowleveldata@programming.dev 5 months ago
Git is like shit for Word documents
jeena@jemmy.jeena.net 5 months ago
programmer_belch@lemmy.dbzer0.com 5 months ago
I also have my reports in latex inside a git repo, complete with a makefile to generate graphs from csv containing simulation results. However I am too ashamed to publish the entire version control to a public repo
user224@lemmy.sdf.org 5 months ago
#LyX 2.0 created this file. For more info see www.lyx.org
Wait, I thought you guys did it manually…
Anyway, I should still learn it.
jeena@jemmy.jeena.net 5 months ago
It’s a editor helping you writing it, you cat still go inside and change things manually if you need/want to do that.
vzq@lemmy.blahaj.zone 5 months ago
Unzip the docx with a pre-commit hook
(This is not a serious suggestion)
dream_weasel@sh.itjust.works 5 months ago
Just like word documents are shit for papers and theses/dissertations it turns out. The formatting alone is a nightmare.
steventhedev@lemmy.world 5 months ago
.gitattributes can invoke Word on windows to diff versions, and there are plenty of open source scripts that can do it if you don’t have a copy of Word (or Windows) lying around.
But Word is like shit for papers. Use LaTeX instead.
Hundun@beehaw.org 5 months ago
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 matter you gotta stay married to the worst tooling.
lowleveldata@programming.dev 5 months ago
Why on Earth would you curse yourself with MS Office anyway
idk it says
.docx
in OP’s imageHundun@beehaw.org 5 months ago
Oh sorry, I was too focused on calling out the silliness of the idea.
fossilesque@mander.xyz 5 months ago
This is the way.
titey@jlai.lu 5 months ago
This is the way.
Opafi@feddit.de 5 months ago
Still better than using file names.
Tolookah@discuss.tchncs.de 5 months ago
But better for LaTeX
drre@feddit.de 5 months ago
and then there are fucking PIs insisting on word files who never heard of tracked charges let alone of file naming conventions.
Zagorath@aussie.zone 5 months ago
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.
01101000_01101001@mander.xyz 5 months ago
Principal Investigator. It’s the lead scientist in charge of the project.
Hundun@beehaw.org 5 months ago
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.
prashanthvsdvn@lemmy.world 5 months ago
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
drre@feddit.de 5 months ago
yeah this is what i used for some projects, i.e. rmarkdown which also integrates the statistics part