Is there something special I have to do to import my document class into another custom class?
More specifically, I’m trying to acess a variable that is in my document class from within a different custom class but I cant seem to figure out how to import the document class into that custom class. I ever tried putting them into the same package and i still couldnt access that variable.