Document Classes ⇒ change default settings in documentclass
change default settings in documentclass
Where can I see and change default settings of document class?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: change default settings in documentclass
It's usually written in the documentation of the class. Which class are you using?
Stefan
Stefan
LaTeX.org admin
Re: change default settings in documentclass
I download some file, wich I think somebody do(not standard document class)
http://matija.pretnar.info/#izpit
I download the file:
http://matija.pretnar.info/#izpit
I download the file:
- Attachments
-
- gssf.JPG (44.28 KiB) Viewed 3759 times
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
change default settings in documentclass
It looks like it's written in Slovenian. Since I don't understand that language, and I don't see English documentation, I cannot say much regarding it. If there's no documentation, that's not a good sign. But you can look at the documented source, in the .cls file, to see the settings.
For example, in izpit.cls from that site I see Dimenzije
Stefan
For example, in izpit.cls from that site I see Dimenzije
Code: Select all
Code, edit and compile here:
\geometry{a4paper,hmargin = 25mm,vmargin = 15mm,marginparsep = 8mm}\parindent 1em
LaTeX.org admin
Re: change default settings in documentclass
Where I find that cls file(using TEX works)?
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: change default settings in documentclass
You can find it on the site, where you downloaded. It's in the .zip archive.
Stefan
Stefan
LaTeX.org admin