Is there a LaTeX command for printing the versions of the currently installed packages? I need to know the installed version of the pgfplots package.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
|
|
Add |
|||||||||||||
|
|
If you need to know this 'programmatically', then you can use the LaTeX kernel function
The information is stored inside a special macro, so if you just want to 'take a peek' you can use that. Taking
Notice here that this needs the full file name we are interested in, so works for any file that contains suitable information (i.e. form |
|||||||||||
|