I’m 40 if that helps.
Comment on LPT Do it.
the_third@feddit.de 1 year agoNever heard of latex
Fuck, I’m old.
dependencyinjection@discuss.tchncs.de 1 year ago
the_third@feddit.de 1 year ago
I’m in that that as well. I’m my age™ everybody wrote their bachelor and master thesis in LaTeX 🤷
dependencyinjection@discuss.tchncs.de 1 year ago
I become a software developer later in life and never had the privilege to go to university, so sometimes I’m out of the loop on older tech.
How did Latex compare to modern Git?
derGottesknecht@feddit.de 1 year ago
Latex is no versioning tool but a textsetting language. It outputs perfectly formatted Documents after building and takes care of aranging images, quotes and all the tedious stuff so after setting up your template you only have to care about content. It works well with git.
Not like word where adding an image fucks the whole formatting.
howrar@lemmy.ca 1 year ago
Everyone still uses LaTeX for CS/Math at my school. It’s not an age thing. Just different circles. I don’t think anything similar even comes close to LaTeX yet.
oce@jlai.lu 1 year ago
Fuck, I’m
oldprivileged.
A_Chilean_Cyborg@feddit.cl 1 year ago
thehatfox@lemmy.world 1 year ago
}
I think you dropped this.
A_Chilean_Cyborg@feddit.cl 1 year ago
You have to excuse me, texstudio adds automatically the closing one.
PlexSheep@infosec.pub 1 year ago
Same except that I taught myself. Written two essays for uni already with it and knew from the start that I wouldn’t touch word if I didn’t absolutely need it.
Latex is confusing, the errors are often even less clear than Python or Java tracebacks, some packages have weird API or don’t work together, and I had to make a build script to work with it, but besides that, I have a good language and environment now to create pretty good PDFs with, including VCS with git and not having to use an editor that is not neovim.
If you want to look deeper, there are a few more typesetting languages, some with more modern syntax. Markdown is surely the easiest, but not quite as powerful.
A_Chilean_Cyborg@feddit.cl 1 year ago
Yes, the \LaTeX code I wrote is 100% compilable.
I also learned most \LaTeX myself, school just taught me the basic sintaxis, but is widely used amongst students and academics.