Hi;
I asked before about how I can change the font size to any size. I had an answer that I must use the extsizes package. The problem is that I want for example:
new home to stay in (in font size 16pt)
and then later in the document I want to change the font size to 12 pt
Could you please show me what the commands will be?
Thanks in advance
Fonts & Character Sets ⇒ Change the font to any size
NEW: TikZ book now 40% off at Amazon.com for a short time.
Change the font to any size
You had the answer in the last post of that thread, given by balf. Use \fontsize{16pt}{20pt}\selectfont. To simplify things you may consider to define a command like
So you can write:
Since the default font size you want is 12pt, just add this option to \documentclass. Change to 16pt whenever appropriate through the above \bigsize command.
Code: Select all
\newcommand{\bigsize}{\fontsize{16pt}{20pt}\selectfont}
Code: Select all
{\bigsize This text is written at 16pt}
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Change the font to any size
Hi Rakshath,
welcome to the board! See Low-level font commands in the manual, it's the line spacing, the distance between the base of two consecutive text lines.
Stefan
welcome to the board! See Low-level font commands in the manual, it's the line spacing, the distance between the base of two consecutive text lines.
Stefan
LaTeX.org admin