Search found 3 matches

by Ethan Phan
Sat May 23, 2015 7:40 am
Forum: Document Classes
Topic: File ended while scanning use of \@defdefault@ds.
Replies: 1
Views: 3072

File ended while scanning use of \@defdefault@ds.

Hi,

I'm now reading section 4.5 of 'clsguide'. As in this section, the writer discussed about the effects and use of the two constructions:

[code]\LoadClassWithOptions
\LoadPackageWithOptions[/code]
with
[code]\PassOptionsToClass
\PassOptionsToPackage[/code]
He then gave examples compared them to ...
by Ethan Phan
Wed Apr 01, 2015 7:18 am
Forum: Document Classes
Topic: Option [natbib] Declaration
Replies: 5
Views: 7340

Re: Option [natbib] Declaration

Thank you for your answer and suggestion ( and also, your warm welcome, too :) ), Johannes.
I will read and look up carefully in those you mentioned.
For the CLSGuide, I'm on the way of reading it, but right now I stop a while to read "LaTeX: A Document Preparation System" to understand some ...
by Ethan Phan
Tue Mar 31, 2015 12:17 pm
Forum: Document Classes
Topic: Option [natbib] Declaration
Replies: 5
Views: 7340

Option [natbib] Declaration

Hi everyone,
I'm currently working on building a new class file based on an old one which is my university thesis class. And I am totally new user for such a work.

Here is the code in the old file named "muthesis09.cls"

\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{muthesis09}[2010/04/24 v0.91 Mahidol ...