From MacOSX-TeX@email.esm.psu.edu Mon Nov 25 20:03:24 2002
Received: from engrmail2.engr.psu.edu ([130.203.201.8]) by engrmail1.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Mon, 25 Nov 2002 20:03:06 -0500
Received: from email.esm.psu.edu ([130.203.247.204]) by engrmail2.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Mon, 25 Nov 2002 20:03:05 -0500
Date: Mon, 25 Nov 2002 20:00:01 -0500
Subject: MacOSX-TeX Digest #493 - 11/25/02
From: "TeX on Mac OS X Mailing List" 
To: "TeX on Mac OS X Mailing List" 
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-transfer-encoding: quoted-printable
Sender: 
Precedence: Bulk
List-Software: LetterRip Pro 4.0 by LetterRip Software, LLC.
List-Subscribe: 
List-Digest: 
List-Unsubscribe: 
Return-Path: MacOSX-TeX@email.esm.psu.edu
Message-ID: 
X-OriginalArrivalTime: 26 Nov 2002 01:03:05.0495 (UTC) FILETIME=[93A0F270:01C294E7]

MacOSX-TeX Digest #493 - Monday, November 25, 2002

  footnote with asterisk
          by "Kentaro Nakatani" 
  Re: [OS X TeX] footnote with asterisk
          by "Herb Schulz" 
  Re: [OS X TeX] footnote with asterisk
          by "Kentaro Nakatani" 
  Full Screen PDF presentation?
          by "Tom Kornack" 
  Re: [OS X TeX] Full Screen PDF presentation?
          by "Gary L. Gray" 
  Re: [OS X TeX] Full Screen PDF presentation?
          by "Patrick Coskren" 
  Re: [OS X TeX] Full Screen PDF presentation?
          by "Warren Nagourney" 
  Re: [OS X TeX] Full Screen PDF presentation?
          by "Michael Murray" 
  Re: [OS X TeX] Full Screen PDF presentation?
          by "Gary L. Gray" 
  Re: [OS X TeX] Full Screen PDF presentation?
          by "Joseph C. Slater" 
  Re: [OS X TeX] footnote with asterisk
          by "Fredrik Wallenberg" 
  Re: [OS X TeX] footnote with asterisk
          by "Herb Schulz" 
  Re: [OS X TeX] footnote with asterisk
          by "Kentaro Nakatani" 
  Re: [OS X TeX] Full Screen PDF presentation?
          by "Gerben Wierda" 
  Re: [OS X TeX] Drop Caps
          by "Felipe Zaldivar" 
  Re: [OS X TeX] Drop Caps
          by "Adrian Heathcote" 
  Drop Caps using lettrine.sty
          by "Bob Kerstetter" 


----------------------------------------------------------------------

Subject: footnote with asterisk
From: "Kentaro Nakatani" 
Date: Sun, 24 Nov 2002 20:43:03 -0500

Dear All:

I'm sorry that this topic is not necessarily related to Mac OS X,
but I have a question for which I can't find an answer.
In a paper, it is common to have the first footnote containing
acknowledgments marked with an asterisk...but how can
I do it in LaTeX?  Lamport book says in using \footnote[num]{text},
num should be a positive integer, 'even when footnotes are
"numbered" with letters or other symbols'.  But I don't see
how to number the footnotes with letters or symbols.
My best guess is, this could be achieved by "\fnsymbol{footnote}"
command...but it seems this command only produces symbols,
rather than replacing the footnote counters.

So when I tried a command like this:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
\LARGE
\textbf{Title of the Paper \fnsymbol{footnote}\footnote{ 
\fnsymbol{footnote}
I'm indebted to blah blah blah.}}
  =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
there were regular footnote counters AND asterisks at the same time.
If I use \footnotetext instead of \footnote, there will still be an 
unwanted
numerical counter remaining.

Could anybody help me with this problem?
Thank you.

-Ken N.


----------------------------------------------------------------------

Subject: Re: [OS X TeX] footnote with asterisk
From: "Herb Schulz" 
Date: Sun, 24 Nov 2002 20:13:13 -0600

On 11/24/02 7:43 PM, "Kentaro Nakatani"  wrote:

> Dear All:
> 
> I'm sorry that this topic is not necessarily related to Mac OS X,
> but I have a question for which I can't find an answer.
> In a paper, it is common to have the first footnote containing
> acknowledgments marked with an asterisk...but how can
> I do it in LaTeX?  Lamport book says in using \footnote[num]{text},
> num should be a positive integer, 'even when footnotes are
> "numbered" with letters or other symbols'.  But I don't see
> how to number the footnotes with letters or symbols.
> My best guess is, this could be achieved by "\fnsymbol{footnote}"
> command...but it seems this command only produces symbols,
> rather than replacing the footnote counters.
> 
> So when I tried a command like this:
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> \LARGE
> \textbf{Title of the Paper \fnsymbol{footnote}\footnote{
> \fnsymbol{footnote}
> I'm indebted to blah blah blah.}}
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> there were regular footnote counters AND asterisks at the same time.
> If I use \footnotetext instead of \footnote, there will still be an
> unwanted
> numerical counter remaining.
> 
> Could anybody help me with this problem?
> Thank you.
> 
> -Ken N.
> 
> 
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
> 

Howdy,

Use: \renewcommand\thefootnote{\fnsymbol{footnote}} before the \maketitle,
or whatever you use to make the title.

Then, use the same substituting \roman for \fnsymbol and also
\addtocounter{footnote}{-1} after the \maketitle to go back to roman
numerals and restart with footnote number 1.

Hopefully I've got this correct.

Good Luck,

Herb Schulz
(herbs@wideopenwest.com)


----------------------------------------------------------------------

Subject: Re: [OS X TeX] footnote with asterisk
From: "Kentaro Nakatani" 
Date: Sun, 24 Nov 2002 21:42:01 -0500

Dear Herb,

Oh, I should've redefined \thefootnote command...silly me!
It worked perfectly well (except that I would re-redefine
\thefootnote back into \arabic rathar than into \roman :-).

I thank you very much, Herb, for your amazingly quick
and useful reply.

Best,
-KenN


On 2002.11.24, at 09:13  PM, Herb Schulz wrote:
> Use: \renewcommand\thefootnote{\fnsymbol{footnote}} before the 
> \maketitle,
> or whatever you use to make the title.
>
> Then, use the same substituting \roman for \fnsymbol and also
> \addtocounter{footnote}{-1} after the \maketitle to go back to roman
> numerals and restart with footnote number 1.
>
> Hopefully I've got this correct.
>
> Good Luck,
>
> Herb Schulz
> (herbs@wideopenwest.com)


----------------------------------------------------------------------

Subject: Full Screen PDF presentation?
From: "Tom Kornack" 
Date: Sun, 24 Nov 2002 22:04:22 -0500

Hi folks:

I write all my presentations using pdftex in TeXShop. I currently use 
Acrobat reader to display the pdfs in a presentation mode - filling the 
screen and navigating with the arrow keys. Whereas Acrobat Reader 
renders text using antialiasing, it does not render embedded vector 
artwork using the same beautiful antialiasing. I notice, however, that 
Apple's pdf rendering engine provides much better output and does 
antialias my included pdf graphs, etc. Does anyone know of a simple 
presentation program that would display my pdfs full screen using 
Apple's pdf rendering? Could this be a feature of TeXShop?

A sample presentation is here:

http://www.atomic.princeton.edu/tom/Thesis_Proposal_Presentation.pdf

Best Regards,
Tom

kornack.com
609-688-9077 (h), 609-258-0702 (w)
Fundamental Symmetries Lab, Princeton University
414C Devereux Avenue, Princeton, New Jersey 08540


----------------------------------------------------------------------

Subject: Re: [OS X TeX] Full Screen PDF presentation?
From: "Gary L. Gray" 
Date: Sun, 24 Nov 2002 22:13:21 -0500


On Sunday, November 24, 2002, at 10:04  PM, Tom Kornack wrote:

> I write all my presentations using pdftex in TeXShop. I currently use 
> Acrobat reader to display the pdfs in a presentation mode - filling 
> the screen and navigating with the arrow keys. Whereas Acrobat Reader 
> renders text using antialiasing, it does not render embedded vector 
> artwork using the same beautiful antialiasing. I notice, however, that 
> Apple's pdf rendering engine provides much better output and does 
> antialias my included pdf graphs, etc. Does anyone know of a simple 
> presentation program that would display my pdfs full screen using 
> Apple's pdf rendering? Could this be a feature of TeXShop?
>
> A sample presentation is here:
>
> http://www.atomic.princeton.edu/tom/Thesis_Proposal_Presentation.pdf

I just downloaded the pdf and viewed it full-screen in Acrobat 5.0.5 
(not reader). All of the vector artwork looks pretty darn good here. 
Might it have something to do with whether or not your machine supports 
Quartz Extreme (I know that mine does)? In fact it looks good in both 
Acrobat and Preview.

-- Gary


----------------------------------------------------------------------

Subject: Re: [OS X TeX] Full Screen PDF presentation?
From: "Patrick Coskren" 
Date: Sun, 24 Nov 2002 22:27:02 -0500


On Sunday, November 24, 2002, at 10:04 PM, Tom Kornack wrote:

> Hi folks:
>
> I write all my presentations using pdftex in TeXShop. I currently use 
> Acrobat reader to display the pdfs in a presentation mode - filling 
> the screen and navigating with the arrow keys. Whereas Acrobat Reader 
> renders text using antialiasing, it does not render embedded vector 
> artwork using the same beautiful antialiasing. I notice, however, that 
> Apple's pdf rendering engine provides much better output and does 
> antialias my included pdf graphs, etc. Does anyone know of a simple 
> presentation program that would display my pdfs full screen using 
> Apple's pdf rendering? Could this be a feature of TeXShop?

In Acrobat 5.0.5 Reader, go to Preferences, select the Display item on 
the left, and click the "Smooth Line Art" checkbox.  Works like a 
charm, but it doesn't seem to be enabled by default (at least not on my 
installation).

If I can change the topic slightly, I have to present a paper (not my 
own) shortly, and was going to take the same approach you describe.  (I 
can't *stand* PowerPoint.  Possibly the worst font rendering I've ever 
seen in a modern app.)  Could you list what packages you're using to 
produce your presentation?   It has a nice, clean look to it: just what 
I'm going for.

Many thanks,
-Patrick

---
Patrick Coskren
Ph.D. student
Mount Sinai School of Medicine


----------------------------------------------------------------------

Subject: Re: [OS X TeX] Full Screen PDF presentation?
From: "Warren Nagourney" 
Date: Sun, 24 Nov 2002 19:31:18 -0800

It looks good here also - on a Powerbook G4/500 without quartz extreme.

By the way (Totally Off Topic), I am surprised Mike lets you use a Mac 
- when he was here (U of W) he hated Macs.

-Warren Nagourney
Univ. of Wash.
Phys. Dept.

On Sunday, November 24, 2002, at 07:13 PM, Gary L. Gray wrote:

>
> On Sunday, November 24, 2002, at 10:04  PM, Tom Kornack wrote:
>
>> I write all my presentations using pdftex in TeXShop. I currently use 
>> Acrobat reader to display the pdfs in a presentation mode - filling 
>> the screen and navigating with the arrow keys. Whereas Acrobat Reader 
>> renders text using antialiasing, it does not render embedded vector 
>> artwork using the same beautiful antialiasing. I notice, however, 
>> that Apple's pdf rendering engine provides much better output and 
>> does antialias my included pdf graphs, etc. Does anyone know of a 
>> simple presentation program that would display my pdfs full screen 
>> using Apple's pdf rendering? Could this be a feature of TeXShop?
>>
>> A sample presentation is here:
>>
>> http://www.atomic.princeton.edu/tom/Thesis_Proposal_Presentation.pdf
>
> I just downloaded the pdf and viewed it full-screen in Acrobat 5.0.5 
> (not reader). All of the vector artwork looks pretty darn good here. 
> Might it have something to do with whether or not your machine 
> supports Quartz Extreme (I know that mine does)? In fact it looks good 
> in both Acrobat and Preview.
>
> -- Gary
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------


----------------------------------------------------------------------

Subject: Re: [OS X TeX] Full Screen PDF presentation?
From: "Michael Murray" 
Date: Mon, 25 Nov 2002 14:01:04 +1030

>
>I just downloaded the pdf and viewed it full-screen in Acrobat 5.0.5 
>(not reader). All of the vector artwork looks pretty darn good here. 
>Might it have something to do with whether or not your machine 
>supports Quartz Extreme (I know that mine does)? In fact it looks 
>good in both Acrobat and Preview.
>
>-- Gary
>



Try  Acrobat Preferences > Display > Smooth line art.

Once I did that I couldn't see a difference.

  I also  see no difference between my PB G4 400
without Quartz Extreme and my Dual 1 gig desktop which is running
Quartz Extreme.



Michael
-- 
_________________________________________________________
Assoc/Prof Michael Murray                                                  =
 
School of Pure Mathematics         Fax: 61+ 8 8303 
3696                                      
University of Adelaide             Phone: 61+ 8 8303 4174       
Australia  5005      Email: mmurray@maths.adelaide.edu.au             
Home Page: http://www.maths.adelaide.edu.au/pure/mmurray
PGP public key:
http://www.maths.adelaide.edu.au/pure/mmurray/pgp.txt
University of Adelaide CRICOS # 00123M
________________________________________________________


    



----------------------------------------------------------------------

Subject: Re: [OS X TeX] Full Screen PDF presentation?
From: "Gary L. Gray" 
Date: Sun, 24 Nov 2002 22:37:43 -0500


On Sunday, November 24, 2002, at 10:31  PM, Michael Murray wrote:

> Try  Acrobat Preferences > Display > Smooth line art.
>
> Once I did that I couldn't see a difference.
>
>  I also  see no difference between my PB G4 400
> without Quartz Extreme and my Dual 1 gig desktop which is running
> Quartz Extreme.

Ah yes, I had forgotten about that preference. Yes, it is turned on 
here.

-- Gary


----------------------------------------------------------------------

Subject: Re: [OS X TeX] Full Screen PDF presentation?
From: "Joseph C. Slater" 
Date: Sun, 24 Nov 2002 22:38:27 -0500

There's a great page that covers more than anyone wants. I currently 
use foiltex, simple, but simple. Gets the job done. I've used pdfscreen 
once, but never got to even give the presentation ("must be in 
PowerPoint" said the drone.).

http://www.miwie.org/presentations/index.html

Joe
On Sunday, November 24, 2002, at 10:27  PM, Patrick Coskren wrote:

>
> On Sunday, November 24, 2002, at 10:04 PM, Tom Kornack wrote:
>
>> Hi folks:
>>
>> I write all my presentations using pdftex in TeXShop. I currently use 
>> Acrobat reader to display the pdfs in a presentation mode - filling 
>> the screen and navigating with the arrow keys. Whereas Acrobat Reader 
>> renders text using antialiasing, it does not render embedded vector 
>> artwork using the same beautiful antialiasing. I notice, however, 
>> that Apple's pdf rendering engine provides much better output and 
>> does antialias my included pdf graphs, etc. Does anyone know of a 
>> simple presentation program that would display my pdfs full screen 
>> using Apple's pdf rendering? Could this be a feature of TeXShop?
>
> In Acrobat 5.0.5 Reader, go to Preferences, select the Display item on 
> the left, and click the "Smooth Line Art" checkbox.  Works like a 
> charm, but it doesn't seem to be enabled by default (at least not on 
> my installation).
>
> If I can change the topic slightly, I have to present a paper (not my 
> own) shortly, and was going to take the same approach you describe.  
> (I can't *stand* PowerPoint.  Possibly the worst font rendering I've 
> ever seen in a modern app.)  Could you list what packages you're using 
> to produce your presentation?   It has a nice, clean look to it: just 
> what I'm going for.
>
> Many thanks,
> -Patrick
>
> ---
> Patrick Coskren
> Ph.D. student
> Mount Sinai School of Medicine
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
(+1) 937-775-5085
http://www.cs.wright.edu/~jslater


----------------------------------------------------------------------

Subject: Re: [OS X TeX] footnote with asterisk
From: "Fredrik Wallenberg" 
Date: Sun, 24 Nov 2002 20:03:37 -0800

What is wrong with using \thanks{} ?

\title{Title of the Paper\thanks{I'm indebted to blah blah blah.}}

Fredrik

On Sunday, November 24, 2002, at 06:13 PM, Herb Schulz wrote:

> On 11/24/02 7:43 PM, "Kentaro Nakatani"  
> wrote:
>
>> Dear All:
>>
>> I'm sorry that this topic is not necessarily related to Mac OS X,
>> but I have a question for which I can't find an answer.
>> In a paper, it is common to have the first footnote containing
>> acknowledgments marked with an asterisk...but how can
>> I do it in LaTeX?  Lamport book says in using \footnote[num]{text},
>> num should be a positive integer, 'even when footnotes are
>> "numbered" with letters or other symbols'.  But I don't see
>> how to number the footnotes with letters or symbols.
>> My best guess is, this could be achieved by "\fnsymbol{footnote}"
>> command...but it seems this command only produces symbols,
>> rather than replacing the footnote counters.
>>
>> So when I tried a command like this:
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> \LARGE
>> \textbf{Title of the Paper \fnsymbol{footnote}\footnote{
>> \fnsymbol{footnote}
>> I'm indebted to blah blah blah.}}
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> there were regular footnote counters AND asterisks at the same time.
>> If I use \footnotetext instead of \footnote, there will still be an
>> unwanted
>> numerical counter remaining.
>>
>> Could anybody help me with this problem?
>> Thank you.
>>
>> -Ken N.
>>
>>
>> -----------------------------------------------------
>> Mac TeX info, resources, and news can be found at:
>> 
>> -----------------------------------------------------
>> List archives can be found at:
>> 
>> -----------------------------------------------------
>> See message headers for list info.
>> -----------------------------------------------------
>>
>
> Howdy,
>
> Use: \renewcommand\thefootnote{\fnsymbol{footnote}} before the 
> \maketitle,
> or whatever you use to make the title.
>
> Then, use the same substituting \roman for \fnsymbol and also
> \addtocounter{footnote}{-1} after the \maketitle to go back to roman
> numerals and restart with footnote number 1.
>
> Hopefully I've got this correct.
>
> Good Luck,
>
> Herb Schulz
> (herbs@wideopenwest.com)
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>


----------------------------------------------------------------------

Subject: Re: [OS X TeX] footnote with asterisk
From: "Herb Schulz" 
Date: Sun, 24 Nov 2002 22:17:41 -0600

On 11/24/02 10:03 PM, "Fredrik Wallenberg"  wrote:

> What is wrong with using \thanks{} ?
> 
> \title{Title of the Paper\thanks{I'm indebted to blah blah blah.}}
> 
> Fredrik
> 

Howdy,

I actually thought of that but was under the impressions that it would =
still
use the numbered footnote (a la the example in "A Guide to LaTeX"). I =
should
have checked it out before answering the way I did. Using \thanks{} in the
\author{} command seems to work great; I'll remember that, thanks.

The original example would have used the method I suggested.

Good Luck,

Herb Schulz
(herbs@wideopenwest.com)


----------------------------------------------------------------------

Subject: Re: [OS X TeX] footnote with asterisk
From: "Kentaro Nakatani" 
Date: Sun, 24 Nov 2002 23:27:11 -0500

Oh, that command slipped out of my mind.
But I am not using \title{} in this specific paper I'm working on
(because this paper is supposed be Camera-ready
and I don't feel like customizing \title{}, which seems to be a more
laborious task than directly inserting the title and the author name
in the body), so \thanks{} doesn't work anyway.
But thanks for reminding me.

-KenN


On 2002.11.24, at 11:03  PM, Fredrik Wallenberg wrote:

> What is wrong with using \thanks{} ?
>
> \title{Title of the Paper\thanks{I'm indebted to blah blah blah.}}
>
> Fredrik
>
> On Sunday, November 24, 2002, at 06:13 PM, Herb Schulz wrote:
>
>> On 11/24/02 7:43 PM, "Kentaro Nakatani"  
>> wrote:
>>
>>> Dear All:
>>>
>>> I'm sorry that this topic is not necessarily related to Mac OS X,
>>> but I have a question for which I can't find an answer.
>>> In a paper, it is common to have the first footnote containing
>>> acknowledgments marked with an asterisk...but how can
>>> I do it in LaTeX?  Lamport book says in using \footnote[num]{text},
>>> num should be a positive integer, 'even when footnotes are
>>> "numbered" with letters or other symbols'.  But I don't see
>>> how to number the footnotes with letters or symbols.
>>> My best guess is, this could be achieved by "\fnsymbol{footnote}"
>>> command...but it seems this command only produces symbols,
>>> rather than replacing the footnote counters.
>>>
>>> So when I tried a command like this:
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>> \LARGE
>>> \textbf{Title of the Paper \fnsymbol{footnote}\footnote{
>>> \fnsymbol{footnote}
>>> I'm indebted to blah blah blah.}}
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>> there were regular footnote counters AND asterisks at the same time.
>>> If I use \footnotetext instead of \footnote, there will still be an
>>> unwanted
>>> numerical counter remaining.
>>>
>>> Could anybody help me with this problem?
>>> Thank you.
>>>
>>> -Ken N.
>>>
>>>
>>> -----------------------------------------------------
>>> Mac TeX info, resources, and news can be found at:
>>> 
>>> -----------------------------------------------------
>>> List archives can be found at:
>>> 
>>> -----------------------------------------------------
>>> See message headers for list info.
>>> -----------------------------------------------------
>>>
>>
>> Howdy,
>>
>> Use: \renewcommand\thefootnote{\fnsymbol{footnote}} before the 
>> \maketitle,
>> or whatever you use to make the title.
>>
>> Then, use the same substituting \roman for \fnsymbol and also
>> \addtocounter{footnote}{-1} after the \maketitle to go back to roman
>> numerals and restart with footnote number 1.
>>
>> Hopefully I've got this correct.
>>
>> Good Luck,
>>
>> Herb Schulz
>> (herbs@wideopenwest.com)
>>
>>
>> -----------------------------------------------------
>> Mac TeX info, resources, and news can be found at:
>> 
>> -----------------------------------------------------
>> List archives can be found at:
>> 
>> -----------------------------------------------------
>> See message headers for list info.
>> -----------------------------------------------------
>>
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>


----------------------------------------------------------------------

Subject: Re: [OS X TeX] Full Screen PDF presentation?
From: "Gerben Wierda" 
Date: Mon, 25 Nov 2002 07:44:08 +0100

On Monday, Nov 25, 2002, at 04:38 Europe/Amsterdam, Joseph C. Slater  
wrote:

> There's a great page that covers more than anyone wants. I currently  
> use foiltex, simple, but simple. Gets the job done. I've used  
> pdfscreen once, but never got to even give the presentation ("must be  
> in PowerPoint" said the drone.).

ftp://ftp.nluug.nl/pub/comp/macosx/tex-gs/nluug2001nj/presentation- 
nluug2001nj-gw.tex
ftp://ftp.nluug.nl/pub/comp/macosx/tex-gs/nluug2001nj/presentation- 
nluug2001nj-gw.pdf

is in Dutch, but it contains a lot of tricks which can be used as  
example for presentation. Amongst those are things that *only* work  
with Acrobat, like automatic display of formulas by parts over time. I  
don't recall if the instructions to get that *working* in Acrobat are  
in the document.

G


----------------------------------------------------------------------

Subject: Re: [OS X TeX] Drop Caps
From: "Felipe Zaldivar" 
Date: Sat, 23 Nov 2002 17:01:23 -0600

For a drop caps style you may try  lettrine.sty
it works fine.

Felipe Zaldivar


On Friday, November 22, 2002, at 04:00 PM, Bob Kerstetter wrote:

> Does GW teTeX have a dropcap package?
>
> drop.sty, dropcaps.sty, initials.sty do not seem be there.
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>
>
Felipe Zaldivar
Departamento de Matem=E1ticas
Universidad Aut=F3noma Metropolitana-I
(09340) M=E9xico, D.F., M=E9xico.


----------------------------------------------------------------------

Subject: Re: [OS X TeX] Drop Caps
From: "Adrian Heathcote" 
Date: Tue, 26 Nov 2002 02:19:21 +1100

The problem with lettrine.sty is that, if you want to use a Haralambous=20=

Initial, then you must use dvips -->ghostscript -->distiller rather=20
than pdftex, because lettrine will only allow you to 'drop' a graphic=20
file if it is in EPS format. So even if you have them in pdf format=20
lettrine will not let you use them. This is a pity. (If anyone knows=20
the creator Daniel Flipo, perhaps a word could be put in his shell-like=20=

ear that an adaptation for pdftex would be a boon for mankind.)

Adrian Heathcote


On Sunday, November 24, 2002, at 10:01  AM, Felipe Zaldivar wrote:

> For a drop caps style you may try  lettrine.sty
> it works fine.
>
> Felipe Zaldivar
>
>
> On Friday, November 22, 2002, at 04:00 PM, Bob Kerstetter wrote:
>
>> Does GW teTeX have a dropcap package?
>>
>> drop.sty, dropcaps.sty, initials.sty do not seem be there.
>>
>>
>> -----------------------------------------------------
>> Mac TeX info, resources, and news can be found at:
>> 
>> -----------------------------------------------------
>> List archives can be found at:
>> 
>> -----------------------------------------------------
>> See message headers for list info.
>> -----------------------------------------------------
>>
>>
> Felipe Zaldivar
> Departamento de Matem=E1ticas
> Universidad Aut=F3noma Metropolitana-I
> (09340) M=E9xico, D.F., M=E9xico.
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>
>


----------------------------------------------------------------------

Subject: Drop Caps using lettrine.sty
From: "Bob Kerstetter" 
Date: Mon, 25 Nov 2002 16:04:29 -0600

Downloaded the lettrine stuff from CTAN.

Then as the lettrine docs say, in part:

Ran latex on lettrine.dtx to get the documentation (lettrine.dvi),

Ran latex on lettrine.ins to strip the comments and create lettrine.sty.

Then as GW's online doc says:

Created /Library/texmf/tex/latex/misc and stuck lettrine.sty into it.

Put \usepackage{lettrine} at the top of the doc.

Put  \lettrine{B}{lah foo blah blah. . . . for about four lines.} in 
the document body.

Result: Dropcap looked fine. The first line had the correct indention. 
But it never wrapped.  It took off to the right and kept on going.

Go this messages from the console, which appears to be the important 
message in this case:

Overfull \hbox (2216.00104pt too wide) in paragraph at lines 47--48

Any suggestions?



----------------------------------------------------------------------
End of MacOSX-TeX Digest

-----------------------------------------------------
Mac TeX info, resources, and news can be found at:

-----------------------------------------------------
List archives can be found at:

-----------------------------------------------------
See message headers for list info.
-----------------------------------------------------