I am writing my own package called mylisting.sty to format code inclusion for languanges: LaTeX, PSTricks, C#, and XML.
To maintain mylisting.sty cleaner, I make a separate file for each language:
LaTeXSettings.texfor LaTeX,PSTricksSettings.texfor PSTricks,CSharpSettings.texfor CSharp, andXMLSettings.texfor XML.
Is it correct to use \input{} within mylisting.sty to import LaTeXSettings.tex, PSTricksSettings.tex, CSharpSettings.tex and XMLSettings.tex?
Or you have a better method to accomplish this objective?
ProvideFile{dvips.def}indvips.def? – Display Name Jan 12 '11 at 05:56clsguidefor more information. – Leo Liu Jan 12 '11 at 06:23