Search found 3 matches

by lgassman
Wed Jun 10, 2015 4:47 pm
Forum: Document Classes
Topic: to know the number of chapters at the preamble
Replies: 1
Views: 4196

to know the number of chapters at the preamble

Hi!

I am trying to extract a class file from a tex document in order to be able to reuse the style of document. This document has a pattern that I am trying to generalize in order to create automatically this code. The pattern is:
For each chapter it declares a counter in the preamble.
At begin ...
by lgassman
Tue May 26, 2015 6:21 pm
Forum: Document Classes
Topic: Optional Arguments after mandatory arguments like LoadClass
Replies: 3
Views: 5194

Optional Arguments after mandatory arguments like LoadClass

Thanks for your reply!

I read the cls guide, however this guide shows how to use LoadClass command but do not how to redefine it.

I know that usually We define a comma separated list at moment of load the class. But the feature of my package is to define dinamically this list.

I didn't know KOMA ...
by lgassman
Tue May 26, 2015 3:22 am
Forum: Document Classes
Topic: Optional Arguments after mandatory arguments like LoadClass
Replies: 3
Views: 5194

Optional Arguments after mandatory arguments like LoadClass

Hi!

I'm writing a package to help to write classes. A feature of my package is to build automatically the list of options for \LoadClass method call. I want to build a LoadClass method wrapper in order to make the list of options and delegate to LoadClass. The \LoadClass method have optional ...