<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Re: [texworks] Size of pdf typescript</title>
<meta name="GENERATOR" content="MSHTML 9.00.8112.16457">
</head>
<body>
<div dir="ltr" id="idOWAReplyText48361">
<div dir="ltr"><font color="#000000" size="2" face="Arial">Very many thanks for your message.</font></div>
<div dir="ltr"><font size="2" face="Arial">   Regards,</font></div>
<div dir="ltr"><font size="2" face="Arial">     Dona Strauss</font></div>
</div>
<div dir="ltr"><br>
<hr tabindex="-1">
<font size="2" face="Tahoma"><b>From:</b> texworks on behalf of Vladimir Lomov<br>
<b>Sent:</b> Thu 07/02/2013 10:31<br>
<b>To:</b> Discuss the TeXworks front end.<br>
<b>Cc:</b> nhindman@aol.com<br>
<b>Subject:</b> Re: [texworks] Size of pdf typescript<br>
</font><br>
</div>
<div>
<p><font size="2">Hello,<br>
** Dona Strauss [2013-02-07 09:34:32 +0000]:<br>
<br>
> Hi!<br>
>     I'd be very grateful if you could help me with a problem.<br>
>      Colleagues to whom I send pdf files tell me that they are hard to read, because the typescript is too<br>
> small. Is there a way of enlarging the typescript?<br>
>     Regards,<br>
>      Dona Strauss<br>
<br>
First of all, this is wrong mailing list to ask questions about PDF<br>
generated by one of TeX engines, use texhax ML next time please.<br>
<br>
As for you problem, I assume that you have LaTeX document, take a look<br>
on this small examples<br>
<br>
<example file="ex-1.ltx"><br>
\documentclass{article}<br>
<br>
\begin{document}<br>
<br>
\input{knuth}<br>
<br>
\end{document}<br>
</example><br>
<br>
This example document uses standard font, Computer Modern at 10pt. To<br>
choose another font size use class option:<br>
<br>
<example file="ex-2.ltx"><br>
\documentclass[12pt]{article}<br>
<br>
\begin{document}<br>
<br>
\input{knuth}<br>
<br>
\end{document}<br>
</example><br>
<br>
There are only three available font size options: 10pt, 11pt and 12pt.<br>
<br>
If for some reason you need larger font size use predefined font-size<br>
commands, for example<br>
<br>
<example file="ex-3.ltx"><br>
\documentclass{article}<br>
<br>
\begin{document}<br>
<br>
\large<br>
<br>
\input{knuth}<br>
<br>
\end{document}<br>
</example><br>
<br>
If you need more examples to compare font sizes run command<br>
<br>
texdoc lshort<br>
<br>
which will open PDF viewer with "The Not So Short Introduction to<br>
LaTeX2e" manual (I have one of ver. 5.01) and read Chapter 6, Section<br>
6.2 "Fonts and Sizes".<br>
<br>
---<br>
WBR, Vladimir Lomov<br>
<br>
<br>
--<br>
Without life, Biology itself would be impossible.<br>
</font></p>
</div>
</body>
</html>