General ⇒ package dependency
package dependency
Is there a way to determine the package dependencies in LaTeX?
Some thing like the specific ordering of packages in the code, etc.,
Thanks,
Akshay
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 126
- Joined: Sun Feb 13, 2011 8:36 pm
Re: package dependency
Do you ask because of a particular problem? If so, please tell us what packages you are using and ideally post a minimal working example.
package dependency
Thanks for that reply.
My purpose is to get a script ( of sorts ) which will indicate the list of dependencies among the packages. This is for a term project in school.
I am currently looking at *.sty, parsing for the Requirepackage line to generate my dependency list. (i hope i am on the right track! (?) )
One of the main purpose of the script is to report to the user a potential problem so that, he can take necessary actions.However, this won't prevent you from some package hacking the kernel which causes another incompatible package to crash.
I am quite new to LaTeX, so my definition/list of "common packages" is very limited.Most of the "common" packages will list potential conflicts in their documentation so they are definitely worth reading.
In fact my next question is "how to find what are the common packages used in LaTeX?" Any hints on that front?

Thanks for the help,
Akshay
-
- Posts: 126
- Joined: Sun Feb 13, 2011 8:36 pm
package dependency
Best