<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Poile, Christopher wrote:<br>
<br>
<blockquote
 cite="mid:07801FDEE81DD74381592B99E48BD0EA05CDA43D@lighthouse.usask.ca"
 type="cite">
  <div class="Section1">
  <p class="MsoNormal"><span style="color: rgb(31, 73, 125);">Now, if I
could only find out
how to specify an exact point size for a font.  <o:p></o:p></span></p>
  </div>
</blockquote>
<br>
I suppose the first way is at the \documentclass level. Of course, that
sets it globally. What Peter D referred to is also an option, i.e., <br>
<br>
\fontsize{XXpt}{XXpt}\selectfont<br>
<br>
where the first argument is the point size of the font and the second
argument is the baseline skip.<br>
<br>
<br>
<blockquote
 cite="mid:07801FDEE81DD74381592B99E48BD0EA05CDA43D@lighthouse.usask.ca"
 type="cite">
  <div class="Section1">
  <p class="MsoNormal"><span style="color: rgb(31, 73, 125);"><o:p> </o:p>And
then figure out how to redefine
the section and subsection heading so that it doesn’t add a small
amount of
vertical space afterwards.  (I’m able to adjust the section heading’s
font
style using the sectsty package, but I can’t seem to adjust the
vertical space
after the heading.)<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="color: rgb(31, 73, 125);"><o:p> </o:p></span></p>
  </div>
</blockquote>
<br>
I use the memoir class, where section heads can be formatted to suit
your needs via something like:<br>
<br>
\setsecheadstyle{\raggedright\scshape\MakeLowercase} <br>
\setbeforesecskip{-\onelineskip} <br>
\setaftersecskip{\onelineskip}<br>
<br>
This example is from memman.pdf page 235. I'm sure that, just as the
physician once told me: "there are at least 6 ways to take out a gall
bladder," there are at least as many ways to modify section headings.
(I can't seem to find the secsty on TL2008 ... maybe it's old?)<br>
<br>
Hope that helps.<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
United in adoration of Jesus, 



fr. michael gilmary, mma

Most Holy Trinity Monastery
67 Dugway Road
Petersham, MA 01366-9725</pre>
</body>
</html>