I've been using \documentclass{article}, but would like to set a default font outside the range of that document class.
The recommended solution I found on tex.exchange was to use KOMA-script, but this has changed the default font and somehow made my document longer.
Is it possible to change the document font size (using KOMA-script or otherwise) in such a way that does not require additional tweaks? If not, how can I at least make the font in KOMA-script scrartcl match the default in article?
EDIT In my defence, the linked answers are somewhat lacking:
First solution suggests
\usepackage{scrextend}but the example\commands\syntax are not commented or explained, nor is any reference linked. While providing a starting point, this would require one to find appropriate documentation for this package that addresses this particular use (= v. difficult for novice).Second solution suggests
extsizesfollowed by a quote from the documentation (again without linking to it so that one could read further for clarification) discouraging its use for ambiguous reasons (nb this is at least the second placeextsizeswas discouraged w/o explanation, even though it was the solution I was personally looking for (as far as I know!)). Related to the lack of linked reference, no examples are provided, which leaves a novice to continue searching w/o knowing what exactly they are looking for.Third solution suggests changing the document class (
scrreport), which does not address the question posted here.ibid. (change to memoir)
It seems to me, from my limited vantage point, that there are likely many tangential, more advanced, issues related to this problem; a problem very likely to present itself to novice users ill-equipped to understand, sort or evaluate the various solutions as they are stated.
To clarify: I believe the primary audience for this question is relatively novice users; whereas the proposed solutions, IMHO, are not well suited to that audience.
This problem seems like a great stepping stone for users to advance their knowledge, I'd suggest a well-documented Q&A that facilitates that process (& would be happy to take this on, if anyone can point me to the appropriate resources).
extarticlewhich is more likearticlethanscrartclbut has more size options 8 9 10 11 12 14 17 20 – David Carlisle Feb 27 '13 at 22:30extarticleclass b/c the primary answer recommends KOMA over the 'extsizes', so I assumed it was better practice for reasons beyond my knowledge. After decrypting the 2nd answer, I realized that it was not actually a solution to the posted question (defines a new font-size, but does not define the font of the document such that other font-size commands will scale). Having spent >1.5h trying to resolve this, IMHO an clear (ie accessible), concise solution would be very helpful. – Rax Adaam Feb 28 '13 at 17:00