Bill Bennett wrote:
> Unfortunately, it's not obvious from Lamport's book.
> Consider the following :---
> \documentclass[12pt]{report}
> \begin{document}
> {\footnotesize The quick brown fox}
> 
> and later
> 
> {\tiny The quick brown fox}
> \end{document}
> 
> Could anyone tell me, please, what point sizes will be produced
> in these two cases?

LaTeX likes to give you relative sizes. Declarations such as \tiny and
\footnotesize
give you a font size that is relative to the normalsize that you are
presently using
which in this case would be 12pt. The declarations are:

\tiny, \scriptsize, \footnotesize, or \small. \normalsize, \large,
\Large, 
\LARGE, \huge or \Huge
(ref
http://xpt.sourceforge.net/info/LatexInfo/02HelpInfoSection/content.html)

Each one is about 20% different in size to the next one so using 12pt in
your doc class
sets "normal size" to be 12pt and then \small will be ~ 10pt,
\footnotesize 
around 8pt etc.

If you set your doc class to 10pt ALL of these sizes will scale down 20% 

If you have a specific need for a particular font size you can create
your 
own declaration to set this and call it say \mySmallSize

Mike
-- 
--------------------------------------------------------------------
Michael Lake
University of Technology, Sydney
Email: mailto:[EMAIL PROTECTED] Ph: 02 9514 1724 Fx: 02 9514 1628 
Linux enthusiast, active caver and interested in anything technical.
--------------------------------------------------------------------


This email message and any accompanying attachments may contain confidential 
information.  If you are not the intended recipient, do not read, use, disseminate, 
distribute or copy this message or attachments. If you have received this message in 
error, please notify the sender immediately and delete this message. Any views 
expressed in this message are those of the individual sender, except where the sender 
expressly, and with authority, states them to be the views the University of 
Technology Sydney. Before opening any attachments, please check them for viruses and 
defects.
CRICOS Number:  00099F


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to