Search found 4 matches

by ivan_b
Fri Jul 16, 2010 5:42 pm
Forum: Document Classes
Topic: LaTeX Warning: Unused global option(s)
Replies: 7
Views: 21913

Re: LaTeX Warning: Unused global option(s)

Thank you very much sommerfee. Nice technique. Now I am going to read the thread you linked to, it will definitely be usefull.
by ivan_b
Fri Jul 16, 2010 1:22 pm
Forum: Document Classes
Topic: LaTeX Warning: Unused global option(s)
Replies: 7
Views: 21913

Re: LaTeX Warning: Unused global option(s)

Anybody was able to reproduce the warning?
by ivan_b
Thu Jul 15, 2010 4:46 pm
Forum: Document Classes
Topic: LaTeX Warning: Unused global option(s)
Replies: 7
Views: 21913

Re: LaTeX Warning: Unused global option(s)

Here are some zipped files containing document class and .tex documents.
by ivan_b
Thu Jul 15, 2010 3:08 pm
Forum: Document Classes
Topic: LaTeX Warning: Unused global option(s)
Replies: 7
Views: 21913

LaTeX Warning: Unused global option(s)

Hi,

I wrote a document class based on standard article.cls. I defined some additional options using the \DeclareOption command. This options work as intended, however "LaTeX Warning: Unused global option(s)" is produced when they are used.

My code in document class:


\NeedsTeXFormat{LaTeX2e ...