Le 01/02/2011 09:52, Guenter Milde a écrit :
The clsguide tells:

The first thing a class or package file does is identify itself. Package
files do this as follows:

     \NeedsTeXFormat{LaTeX2e}
     \ProvidesPackage{ package }[ date    other information ]

e.g.

\ProvidesPackage{fontspec}
   [2008/08/09 v1.18 Advanced font selection for XeLaTeX]

Parsing this should not bee too difficult with Python -- watch that there
might be line breaks between the \ProvidesPackage command and the arguments.

If we are confident that clsguide is right, we can redefine these two macros and input the files. But this is risky IMO.

JMarc

Reply via email to