billano786
Joined: 26 Apr 2001 Posts: 397
|
29 May 2008 10:38 Help in Miktex |
|
|
|
I produce a pdf file with this small script compiled by Miktex, however what ever font size option I choose here it is not reflectd in pdf file generated. The pdf document shows only one size irrespective of any font size option in script i.e. it does make any any difference whether I choose 12pt or 14pt or 20pt in document class.
Any answers ??
documentclass[a4paper, 12pt]{article}
\begin{document}
Hello, World!
\end{document}
|
|
ScOe
Joined: 26 Sep 2004 Posts: 31
|
05 Aug 2008 11:57 Re: Help in Miktex |
|
|
|
Hi,
I had the same problem, and couldnt find the solution ... there is way around but it is not that neat. Use following when you need different sized fonts
\tiny, \scriptsize, \footnotesize, \small, \normalsize, \large, \Large, \LARGE, \huge and \HUGE
{\small this is example of small text}
|
|