如何在LaTeX中更改页面部分的字体大小?


87

我想更改某些页面部分的文本大小,例如逐字逐句:

\begin{verbatim}
   <how to set font size here to 10 px ? />
\end{verbatim}

问候


3
pxpt,也许?
EP

Answers:



52

例:

\Large\begin{verbatim}
   <how to set font size here to 10 px ? />
\end{verbatim}
\normalsize

\Large 可以明显地由以下之一代替:

\tiny
\scriptsize
\footnotesize
\small
\normalsize
\large
\Large
\LARGE
\huge
\Huge

如果需要任意字体大小:


1
有没有办法提供确切的尺寸?
jwaliszko 2010年

7
请记住,这违背了LaTeX的精神。无论如何,为什么要精确的尺寸?
Arafangion 2010年

3
@Arafangion,我如何熟悉它的精神?如果您提供一些参考,我们将不胜感激
Turkhan Badalov '18




By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.