At the moment I have some modified and some of my own packages placed in the same folder as my tex file. I would like to move all of them in a subfolder called packages so that I have a better overview over my files. Is there any way to achieve this?
|
For all my larger LaTeX projects, I maintain a project-local (Note: The double slash One often hears that additional/own packages or updates to existing packages better go into the machine-wide or user-wide By maintaining all "non-standard" packages in a project-related |
||||
|
|
For MikTeX-Portable there doesn't exist such a simple solution as described by Daniel and Herbert, but adding the packages' path via MikTEX->Options->Add Root seems okay. One just has to take care to remove the additional path before compiling other projects that don't use the the modified but the original packages. |
|||
|
|
\usepackage{/path/to/package/x.sty}. Alternatively you can add them to your local texmf tree and use them that way. – Roelof Spijker Oct 18 '11 at 14:00You have requested package 'package/name' but the package provides 'name'– maetra Oct 18 '11 at 14:35