I have made my own LaTeX package, which I want to store in a different folder then where the main .tex file is. Like so:
/folder/latex_settings/preamble.tex
/custom_latex_library.sty
/folder/week1/main.tex
I've tried to make a preamble.tex in which the packages are imported. This however doesn't solve my problem. I have done some research with this solution. In that solution, it uses symbolic links which do not work with Windows according to the solution. Is there any other way, preferably without creating symbolic links? This, because I work with several people on this project and don't want to create links everywhere if there is a solution without using links.
Thanks in advance!
kpsewhich -var-value=TEXMFHOMEin a command line and place your package in the folder it tells you. Follow this answer for a step by step solution – Luis Turcio May 24 '22 at 12:15