LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Classic View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Ulrike Fischer <[log in to unmask]>
Tue, 7 Sep 2010 17:16:22 +0200
text/plain (26 lines)

> Is it or will it be possible with LaTeX 3 to have standard classes 
> (really) do this :

> \documentclass[12.37pt]{article}

> or

> \documentclass[31pt]{book}

Well I don't know about the future of standard classes, but you can do
this already with one the KOMA-classes:

\RequirePackage{fix-cm}
\documentclass[fontsize=39pt]{scrbook}
\begin{document}
abcde \large abc

\end{document}


-- 
Mit freundlichen Grüßen
Ulrike Fischer
mailto:[log in to unmask]

ATOM RSS1 RSS2