For beginners...
Whether I type this :
\documentclass[a4paper,10pt,oneside]{article}
or that:
\documentclass[a4paper,12pt,oneside]{article}
the font-size doesn't change.
Why?
As you can see, people can have problems with the very first line of their documents...
Thank you.
Fonts & Character Sets ⇒ documentclass and font size
Re: documentclass and font size
Hello, evlabiba.
Indeed, that behaviour seems strange. Could you please send us a minimal working example, or even the log file, so we can spot the problem? I created a file with these same settings, and got no errors or warnings...
Lucia
Indeed, that behaviour seems strange. Could you please send us a minimal working example, or even the log file, so we can spot the problem? I created a file with these same settings, and got no errors or warnings...
Lucia
Re: documentclass and font size
evlabiba, you need to recompile your document.
Re: documentclass and font size
O.K. I tried again. There is a difference between 10pt and 12pt but not between 12 and other sizes : 14pt, 16pt...
I guess I need a package for larger sizes.
Thanks again.
I guess I need a package for larger sizes.
Thanks again.
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
documentclass and font size
Try the classes from the extsizes bundle.
An alternative could be the moresize package.
Best regards
Thorsten¹
Code: Select all
\documentclass[14pt,a4paper]{extarticle}
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Re: documentclass and font size
Another alternative would be to use the KOMA-Script classes, which also allow arbitrary font sizes.