Tagged Questions
4
votes
1answer
3k views
How to pass parameters in a class file to different packages?
I'm writing a new class file that is based on book, and thought of making it available both in an English and in a Dutch version. Easiest to do seemed passing the arguments, so I constructed following ...