Re: [OT]: 10pt in LaTeX?

2003-02-24 Thread Carel Fellinger
On Sun, Feb 23, 2003 at 10:31:37PM -0500, Nori Heikkinen wrote:
...
 that's cool ... i was looking for an option i could just pass to
 \documentstyle, i guess, but you can only tell it to be 10, 11, and
 12pt.  whatever; this is likely the only thing i'll ever do in \tiny
 :)

You could try _extsizes_ (see CTAN):

   *extsizes*  Extends article and report with extra sized fonts. 
   Provides two classes, extarticle and extreport, which allow for
   documents with a base font of size 8--20pt.
   Visit CTAN:macros/latex/contrib/other/extsizes/ Download from
   somewhere nearby (Search) Download from Dante License: lppl 
   Catalogued: 1999/12/07 

Or you could try KOMA script classes, but that probably involves more
work to get it going, anyhow it uses extsizes under the cover.

-- 
groetjes, carel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[OT]: 10pt in LaTeX?

2003-02-23 Thread Nori Heikkinen
does anyone know if it's possible to specify a smaller than 10pt font
size for a LaTeX document without resorting to putting the entire
document in one big \tiny{}?  --which is cool for my purposes ... i'm
just curious.

tia,

/nori

-- 
.~.  nori @ sccs.swarthmore.edu 
/V\  http://www.sccs.swarthmore.edu/~nori/jnl/
   // \\  @ maenad.net
  /(   )\   www.maenad.net
   ^`~'^


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [OT]: 10pt in LaTeX?

2003-02-23 Thread Gary Turner
Nori Heikkinen wrote:

does anyone know if it's possible to specify a smaller than 10pt font
size for a LaTeX document without resorting to putting the entire
document in one big \tiny{}?  --which is cool for my purposes ... i'm
just curious.

No LaTeX guru by any means, but as far as I know, 10(default), 11, and
12 point types are the base sizes. After that, use modifiers such as
\tiny to \Huge.  If only a small region is to be modified, the {\tiny
some text} artifact seems good.  Text will revert to the previous size
after the closing brace.  For large regions, or an entire document,
\tiny will remain in effect until explicitly changed, eg. \normalsize.

Of course, if you do \documentclass {contract}, the default typesize is
4pt ;P
--
gt  [EMAIL PROTECTED]
 If someone tells you---
 I have a sense of humor, but that's not funny. 
  ---they don't.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [OT]: 10pt in LaTeX?

2003-02-23 Thread Nori Heikkinen
on Sun, 23 Feb 2003 03:30:26PM -0600, Gary Turner insinuated:
 Nori Heikkinen wrote:
 
 does anyone know if it's possible to specify a smaller than 10pt
 font size for a LaTeX document without resorting to putting the
 entire document in one big \tiny{}?  --which is cool for my
 purposes ... i'm just curious.
 
 No LaTeX guru by any means, but as far as I know, 10(default), 11,
 and 12 point types are the base sizes. After that, use modifiers
 such as \tiny to \Huge.  If only a small region is to be modified,
 the {\tiny some text} artifact seems good.  Text will revert to the
 previous size after the closing brace.  For large regions, or an
 entire document, \tiny will remain in effect until explicitly
 changed, eg. \normalsize.
 
 Of course, if you do \documentclass {contract}, the default typesize
 is 4pt ;P

cool!  next cheat sheet i write, i'll use that one -- thanks :)

/nori

-- 
.~.  nori @ sccs.swarthmore.edu 
/V\  http://www.sccs.swarthmore.edu/~nori/jnl/
   // \\  @ maenad.net
  /(   )\   www.maenad.net
   ^`~'^


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [OT]: 10pt in LaTeX?

2003-02-23 Thread Levi Waldron
On February 23, 2003 03:18 pm, Nori Heikkinen wrote:
 does anyone know if it's possible to specify a smaller than 10pt font
 size for a LaTeX document without resorting to putting the entire
 document in one big \tiny{}?  --which is cool for my purposes ... i'm
 just curious.

See http://old.ait.iastate.edu/olc/packages/tex/pt.question.html for example, 
for how to define your own fonts using the \newfont command - it's easy.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [OT]: 10pt in LaTeX?

2003-02-23 Thread Nori Heikkinen
on Sun, 23 Feb 2003 07:43:45PM -0500, Levi Waldron insinuated:
 On February 23, 2003 03:18 pm, Nori Heikkinen wrote:
  does anyone know if it's possible to specify a smaller than 10pt
  font size for a LaTeX document without resorting to putting the
  entire document in one big \tiny{}?  --which is cool for my
  purposes ... i'm just curious.
 
 See http://old.ait.iastate.edu/olc/packages/tex/pt.question.html for
 example, for how to define your own fonts using the \newfont command
 - it's easy.

that's cool ... i was looking for an option i could just pass to
\documentstyle, i guess, but you can only tell it to be 10, 11, and
12pt.  whatever; this is likely the only thing i'll ever do in \tiny
:)

/nori

-- 
.~.  nori @ sccs.swarthmore.edu 
/V\  http://www.sccs.swarthmore.edu/~nori/jnl/
   // \\  @ maenad.net
  /(   )\   www.maenad.net
   ^`~'^


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]