2Setting document font sizes 2.1The extsizes classes 2.1.1Example: using the extarticle class 3LaTeX font size commands 3.1Example: using font size commands 4LaTeX font size environments 4.1Example: using font size environments 5The \fontsize and \selectfont commands ...
Changing the font size locally When working on a LaTeX document, the easiest way to change the font size is by using these predefined commands: \Huge \huge \LARGE \Large \large \normalsize \small \footnotesize \scriptsize \tiny These commands change the font size locally. They can be used...
39) The font size command \normalsize is not defined: there is probably something wrong with the class file. LaTeX 内核把 \normalsize 命令定义为这样一个错误。一个从零开始写的文档类必须自行重定义这个字号命令。除此之外,文档类还需要设置纸张大小和页码格式。minimal 文档类给出了所需的最简设置。
The font size of single words, paragraphs or the whole text can be changed. By the following ten commands: \tiny \large \scriptsize \Large \footnotesize \LARGE \small \huge \normalsize \Huge How to change the size of a word: {\command word}example...
\fontshape: Low-level font commands.\fontsize: Low-level font commands.\footnote: \footnote.\...
By default, in standard LaTeX classes the default style for text is usually a Roman (upright) serif font. To use other styles (families) such as sans serif, typewriter (monospace) etc. you need to use some specific LaTeX commands, as shown in the example below: ...
font size, you can use some of the sizing environments. In increasing size, they are:\tiny \scriptsize \footnotesize \small \normalsize \large \Large \LARGE \huge \HugeThe case is important in these commands. Also, in some document styles, some of these commands may produce the same ...
Font size: The options 10pt, 11pt, and 12pt choose the normal type size of the document. The default value is 10pt. This option is not recognized by the slides class. Paper size The paper size can be selected between the following options: ...
fontattributes...42.2Selectioncommands...62.3Internals...72.4Parametersforauthorcommands...82.5Specialfontdeclarationcommands...93Mathfonts113.1Mathfontattributes...113.2Selectioncommands...123.3Declaringmathversions...133.4Declaringmathalphabets...133.5Declaringsymbolfonts......
An example is when you declare \documentclass[11pt]{article} to set the default document font size. Finally, in the more declarations part the class or package usually does most of its work: declaring new variables, commands and fonts, and loading other files. Here is a starting class ...