Document Classeschange default settings in documentclass

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
ditka
Posts: 85
Joined: Fri Jul 13, 2012 11:59 am

change default settings in documentclass

Post by ditka »

Where can I see and change default settings of document class?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: change default settings in documentclass

Post by Stefan Kottwitz »

It's usually written in the documentation of the class. Which class are you using?

Stefan
LaTeX.org admin
ditka
Posts: 85
Joined: Fri Jul 13, 2012 11:59 am

Re: change default settings in documentclass

Post by ditka »

I download some file, wich I think somebody do(not standard document class)

http://matija.pretnar.info/#izpit

I download the file:
Attachments
gssf.JPG
gssf.JPG (44.28 KiB) Viewed 3666 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

change default settings in documentclass

Post by Stefan Kottwitz »

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

Code: Select all

\geometry{
  a4paper,
  hmargin = 25mm,
  vmargin = 15mm,
  marginparsep = 8mm
}
\parindent 1em
Stefan
LaTeX.org admin
ditka
Posts: 85
Joined: Fri Jul 13, 2012 11:59 am

Re: change default settings in documentclass

Post by ditka »

Where I find that cls file(using TEX works)?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: change default settings in documentclass

Post by Stefan Kottwitz »

You can find it on the site, where you downloaded. It's in the .zip archive.

Stefan
LaTeX.org admin
Post Reply