Well in this thread people were saying you can set up your own local git repository? What’s a newbie friendly way of doing that. I’ve watched videos and understand that git version control system but I can’t quite seem to grasp more than that.
Comment on LPT Do it.
dependencyinjection@discuss.tchncs.de 5 months agoNever heard of latex but I can help you with Git.
What you want to know?
SeattleRain@lemmy.world 5 months ago
dependencyinjection@discuss.tchncs.de 5 months ago
I will answer this, I am sick right now but will return.
PlexSheep@infosec.pub 5 months ago
You can just create a local repo with
git init
, and then never push to a (non existent) remote repository. Git is decentralized, meaning that you always have a functional and complete repo when you’re working with it.Depending on your tooling, you probably have a GUI for git if you’re a noob, which can usually “initialize a git repo” for you. I use the cli/lagygit tui, so I can’t help with that.
SeattleRain@lemmy.world 5 months ago
Thank you, this clears some things up for none the less.
the_third@feddit.de 5 months ago
Fuck, I’m old.
A_Chilean_Cyborg@feddit.cl 5 months ago
thehatfox@lemmy.world 5 months ago
}
I think you dropped this.
A_Chilean_Cyborg@feddit.cl 5 months ago
You have to excuse me, texstudio adds automatically the closing one.
PlexSheep@infosec.pub 5 months 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 5 months 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.
dependencyinjection@discuss.tchncs.de 5 months ago
I’m 40 if that helps.
the_third@feddit.de 5 months 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 5 months 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?
howrar@lemmy.ca 5 months 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 5 months ago
Fuck, I’m
oldprivileged.