From MacOSX-TeX@email.esm.psu.edu Fri Nov 29 14:15:24 2002
Received: from engrmail2.engr.psu.edu ([130.203.201.8]) by engrmail1.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Thu, 28 Nov 2002 20:02:22 -0500
Received: from email.esm.psu.edu ([130.203.247.204]) by engrmail2.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Thu, 28 Nov 2002 20:02:22 -0500
Date: Thu, 28 Nov 2002 20:00:01 -0500
Subject: MacOSX-TeX Digest #496 - 11/28/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: 29 Nov 2002 01:02:22.0384 (UTC) FILETIME=[F92BFB00:01C29742]

MacOSX-TeX Digest #496 - Thursday, November 28, 2002

  Re: Full Screen PDF presentation?
          by "Tom Kornack" 
  An error came up
          by "Juan Manuel Palacios" 
  PDFslide transitions -- do they work?
          by "Dr. Paul Fons" 
  About Fonts
          by "J=E9r=F4me Laurens" 
  Re: [OS X TeX] About Fonts
          by "Bruce D'Arcus" 
  Re: [OS X TeX] About Fonts
          by "Bruce D'Arcus" 
  Re: [OS X TeX] About Fonts
          by "Adrian Heathcote" 
  Re: [OS X TeX] About Fonts
          by "J=E9r=F4me Laurens" 
  Re: [OS X TeX] PDFslide transitions -- do they work?
          by "Wendy McKay" 
  PDF browser plugin (was Re: [OS X TeX] PDFslide transitions -- do they wo
          by "Bruno Voisin" 
  New Version of Emacs
          by "Rick Zaccone" 
  Re: [OS X TeX] New Version of Emacs
          by "Patrick Coskren" 
  A Plain beginner's question
          by "Eric van der Oord" 
  First line %& not working
          by "Steve Frank" 
  Re: [OS X TeX] New Version of Emacs
          by "Joseph C. Slater" 
  Re: [OS X TeX] An error came up
          by "Herb Schulz" 


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

Subject: Re: Full Screen PDF presentation?
From: "Tom Kornack" 
Date: Wed, 27 Nov 2002 21:23:49 -0500

Thanks for pointer to turn on smoothing in Reader; it works well.

Okay, I'm usually one to pick nits, but I would love to claim the extra  
pixels around my presentation that Reader currently wastes. When I'm  
presenting data, every pixel counts. How hard could it possibly be to  
write a full screen PDF viewer in cocoa? Anyone have experience here?

To those who asked: I'm using seminar. I've posted some sample code  
below.

Warren: Yes, Mike tolerates my use of the mac - he's actually happy  
with what I can do using Octave, although he often mentions that  
Genplot on Windows could do all that and cook eggs, too.

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

-=3D-

\documentclass{seminar}

\usepackage{semcolor,slidesec}
\rotateheaderstrue
\pagestyle{empty}
\slideframe{none}
\centerslidesfalse
\renewcommand{\slidestretch}{1.0}
\renewcommand{\printlandscape}{\special{landscape}}
\setlength{\slidewidth}{10in}
\setlength{\slideheight}{8.25in}

\usepackage{natbib}

\usepackage[pdftex]{graphicx}
\pdfcompresslevel=3D9
\pdfadjustspacing=3D1
\graphicspath{{./figures/}}
\DeclareGraphicsExtensions{.jpg,.png,.pdf}
\ExecuteOptions{pdftex}

\usepackage{amsmath,amssymb,latexsym}

\usepackage[
	pdftitle=3D{A test of CPT symmetry using a high sensitivity potassium  
magnetometer},
	pdfauthor=3D{Thomas Kornack },
	pdfkeywords=3D{CPT Violation, alkali magnetometer},
	pdftex,colorlinks,citecolor=3Dpurple,bookmarks,linkcolor=3Dblue,
	menucolor=3Dblue,linktocpage,pdfstartview=3DFitH,
	pdfpagemode=3DUseThumbs
	]{hyperref}

\usepackage{boxedminipage}
\newsavebox{\fmbox}
\newenvironment{fmpage}[1]
{\begin{center}\begin{lrbox}{\fmbox}\begin{minipage}[c][1.2\height][c]{# 
1}}
{\end{minipage}\end{lrbox}\framebox[1.2\width]{\usebox{\fmbox}}\end{cent 
er}}

\usepackage{color}
\definecolor{orange}{rgb}{0.753,0.420,0.000}
\definecolor{orangehi}{rgb}{0.765,0.463,0.129}
\definecolor{yellow}{rgb}{0.651,0.651,0.000}
\definecolor{green}{rgb}{0.149,0.451,0.000}
\definecolor{red}{rgb}{0.690,0.000,0.000}
\definecolor{blue}{rgb}{0.000,0.000,0.690}
\definecolor{purple}{cmyk}{0.45,0.86,0,0}

\newcommand{\headrule}{\rule{1pt}{0.8\textwidth}}
\newcommand{\boxeq}[1]{\fboxsep=3D.2in $$ \framebox{$ #1 $} $$}
\renewcommand{\labelitemi}{\(\rhd\)}
\renewcommand{\labelitemii}{\(\square\)}
\renewcommand{\labelitemiii}{\(\star\)}

\begin{document}

\begin{slide}
\vspace*{0.2in}
\textcolor{orange}{\Large
\centerline{A test of CPT symmetry}
\centerline{using a high sensitivity potassium magnetometer}
}
\centerline{Thesis Proposal}
\centerline{Princeton University Program in Plasma Physics} \\
\vspace*{0.3in}
\centerline{Thomas W. Kornack} \\
\vspace*{0.3in}
\centerline{Advisor: Michael Romalis} \\
\vspace*{0.3in}
\centerline{1 November 2002}
\end{slide}

%HUGE SNIP

\end{document}


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

Subject: An error came up
From: "Juan Manuel Palacios" 
Date: Thu, 28 Nov 2002 02:15:33 -0400


	Hello Tom. Sorry for taking the liberty to write to you like this 
but I couldn't keep my hands off the sample code you provided to that 
amazingly beautiful thesis presentation you told us about. I was very 
eager to copy it and compile it to see what it achieves but turned into 
dismay when the console told me there was an error:

! Illegal parameter number in definition of \fmpage.


l.37 ...x[1.2\width]{\usebox{\fmbox}}\end{center}}

	You think you could please help me fix it so that I can study your 
code and output in order to learn from it?

	Thank you very much in advance for the time. Regards,...


		Juan.

On Wednesday, November 27, 2002, at 10:23  PM, Tom Kornack wrote:

> Thanks for pointer to turn on smoothing in Reader; it works well.
>
> Okay, I'm usually one to pick nits, but I would love to claim the 
> extra  pixels around my presentation that Reader currently wastes. When 
> I'm  presenting data, every pixel counts. How hard could it possibly be 
> to  write a full screen PDF viewer in cocoa? Anyone have experience 
> here?
>
> To those who asked: I'm using seminar. I've posted some sample code  
> below.
>
> Warren: Yes, Mike tolerates my use of the mac - he's actually happy  
> with what I can do using Octave, although he often mentions that  
> Genplot on Windows could do all that and cook eggs, too.
>
> 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
>
> -=3D-
>
> \documentclass{seminar}
>
> \usepackage{semcolor,slidesec}
> \rotateheaderstrue
> \pagestyle{empty}
> \slideframe{none}
> \centerslidesfalse
> \renewcommand{\slidestretch}{1.0}
> \renewcommand{\printlandscape}{\special{landscape}}
> \setlength{\slidewidth}{10in}
> \setlength{\slideheight}{8.25in}
>
> \usepackage{natbib}
>
> \usepackage[pdftex]{graphicx}
> \pdfcompresslevel=3D9
> \pdfadjustspacing=3D1
> \graphicspath{{./figures/}}
> \DeclareGraphicsExtensions{.jpg,.png,.pdf}
> \ExecuteOptions{pdftex}
>
> \usepackage{amsmath,amssymb,latexsym}
>
> \usepackage[
> 	pdftitle=3D{A test of CPT symmetry using a high sensitivity 
> potassium  magnetometer},
> 	pdfauthor=3D{Thomas Kornack },
> 	pdfkeywords=3D{CPT Violation, alkali magnetometer},
> 	pdftex,colorlinks,citecolor=3Dpurple,bookmarks,linkcolor=3Dblue,
> 	menucolor=3Dblue,linktocpage,pdfstartview=3DFitH,
> 	pdfpagemode=3DUseThumbs
> 	]{hyperref}
>
> \usepackage{boxedminipage}
> \newsavebox{\fmbox}
> \newenvironment{fmpage}[1]
> {\begin{center}\begin{lrbox}{\fmbox}\begin{minipage}[c][1.2\height]
> [c]{# 1}}
> {\end{minipage}\end{lrbox}\framebox[1.2\width]{\usebox{\fmbox}}\end
> {cent er}}
>
> \usepackage{color}
> \definecolor{orange}{rgb}{0.753,0.420,0.000}
> \definecolor{orangehi}{rgb}{0.765,0.463,0.129}
> \definecolor{yellow}{rgb}{0.651,0.651,0.000}
> \definecolor{green}{rgb}{0.149,0.451,0.000}
> \definecolor{red}{rgb}{0.690,0.000,0.000}
> \definecolor{blue}{rgb}{0.000,0.000,0.690}
> \definecolor{purple}{cmyk}{0.45,0.86,0,0}
>
> \newcommand{\headrule}{\rule{1pt}{0.8\textwidth}}
> \newcommand{\boxeq}[1]{\fboxsep=3D.2in $$ \framebox{$ #1 $} $$}
> \renewcommand{\labelitemi}{\(\rhd\)}
> \renewcommand{\labelitemii}{\(\square\)}
> \renewcommand{\labelitemiii}{\(\star\)}
>
> \begin{document}
>
> \begin{slide}
> \vspace*{0.2in}
> \textcolor{orange}{\Large
> \centerline{A test of CPT symmetry}
> \centerline{using a high sensitivity potassium magnetometer}
> }
> \centerline{Thesis Proposal}
> \centerline{Princeton University Program in Plasma Physics} \\
> \vspace*{0.3in}
> \centerline{Thomas W. Kornack} \\
> \vspace*{0.3in}
> \centerline{Advisor: Michael Romalis} \\
> \vspace*{0.3in}
> \centerline{1 November 2002}
> \end{slide}
>
> %HUGE SNIP
>
> \end{document}
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>


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

Subject: PDFslide transitions -- do they work?
From: "Dr. Paul Fons" 
Date: Thu, 28 Nov 2002 17:22:04 +0900


--Apple-Mail-10-34982394
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=3DUS-ASCII;
	format=3Dflowed

After seeing the discussion here on pdfTeX based presentations, I 
thought I would review what was out there and took a look at pdfslide.  
Using my handy TeXshop plus Gerben's TeX distribution, I was quickly 
able to reTeX the manual for pdfSlide and it looked nice.  As my 
subject line says, however, the manual supposedly includes page 
transitions, but, there were no transitions I could see in Acrobat 5.05 
(mac) or for that matter there weren't any when I copied the example 
file to a pc.  Is the page transition feature broken (I can live with 
out it)?  I also installed ppower4 on my mac for the demo and it works 
alright as well, but I am curious if it is possible to use more 
flexible tools like Adobe Illustrator to generate graphic overlays 
rather than the Xfig (I think) based example which seem to require 
inputting lots of coordinates.

   Any cache of examples out there (source and pdf)?  Ross Moore seemed 
to have a nice CalTeX talk I accessed via google, but the links don't 
work in it.

				thanks
--Apple-Mail-10-34982394
Content-Transfer-Encoding: 7bit
Content-Type: text/enriched;
	charset=3DUS-ASCII

Hiragino Kaku Gothic ProAfter seeing the
discussion here on pdfTeX based presentations, I thought I would
review what was out there and took a look at pdfslide.  Using my handy
TeXshop plus Gerben's TeX distribution, I was quickly able to reTeX
the manual for pdfSlide and it looked nice.  As my subject line says,
however, the manual supposedly includes page transitions, but, there
were no transitions I could see in Acrobat 5.05 (mac) or for that
matter there weren't any when I copied the example file to a pc.  Is
the page transition feature broken (I can live with out it)?  I also
installed ppower4 on my mac for the demo and it works alright as well,
but I am curious if it is possible to use more flexible tools like
Adobe Illustrator to generate graphic overlays rather than the Xfig (I
think) based example which seem to require inputting lots of
coordinates. 


  Any cache of examples out there (source and pdf)?  Ross Moore seemed
to have a nice CalTeX talk I accessed via google, but the links don't
work in it.  


				thanks
--Apple-Mail-10-34982394--


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

Subject: About Fonts
From: "J=E9r=F4me Laurens" 
Date: Thu, 28 Nov 2002 09:46:10 +0100

teTeX and OS X have their own font management but it is possible to 
convert some OS X font into something that can be used within teTeX.
However, there might be some legal issues in doing such a thing.

Can someone tell me the limitations there?

Also, can you point me to infos about available fonts for TeX, some 
kind of html survey page.

TIA


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

Subject: Re: [OS X TeX] About Fonts
From: "Bruce D'Arcus" 
Date: Thu, 28 Nov 2002 07:53:26 -0500


On Thursday, November 28, 2002, at 03:46 AM, J=E9r=F4me Laurens wrote:

> teTeX and OS X have their own font management but it is possible to=20
> convert some OS X font into something that can be used within teTeX.
> However, there might be some legal issues in doing such a thing.
>
> Can someone tell me the limitations there?

 =46rom previous discussions, seems the conclusion is it's OK to convert=20=

the fonts on your system for use there. You just can't distribute them.

> Also, can you point me to infos about available fonts for TeX, some=20
> kind of html survey page.

My periodic plug:

Download the ttf2tex package from CTAN, and read the PDF manual.  You=20
then need to download the font tool Fondu from sourceforge to convert=20
to the proper format.  Now, rename those files based on the=20
instructions in the ttf2tex manual, run the script on the files, and=20
you have your newly-installed fonts.  To show how cool this is, try the=20=

-x option on Hoefler Text, which (if things haven't changed) gets you=20
real small caps and old-style figures.

Note: I learned not long ago that Apple is no longer shipping the GX=20
fonts like Hoefler Text with OS X.  Bad decision, but it might be a=20
good idea to make sure you have a copy of these fonts safe somewhere! =20=

Hoefler, in particular, is a really nice font for an OS X TeX=20
installation.

Bruce


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

Subject: Re: [OS X TeX] About Fonts
From: "Bruce D'Arcus" 
Date: Thu, 28 Nov 2002 08:00:08 -0500


On Thursday, November 28, 2002, at 03:46 AM, J=E9r=F4me Laurens wrote:

> Also, can you point me to infos about available fonts for TeX, some=20
> kind of html survey page.

Ooops...misread this (am tired!).  Sorry, can't help here.

Bruce


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

Subject: Re: [OS X TeX] About Fonts
From: "Adrian Heathcote" 
Date: Fri, 29 Nov 2002 00:07:30 +1100


--Apple-Mail-14-52108214
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=3DUS-ASCII;
	format=3Dflowed

Jerome
>
>
>> Also, can you point me to infos about available fonts for TeX, some 
>> kind of html survey page.

What does this question mean? Do you mean: which font types can be 
converted? Or: which fonts have pre-compiled metrics on CTAN? Or: which 
fonts are fully compiled, complete with the pfb's, ready to be used 
with TeX?

Adrian H.

--Apple-Mail-14-52108214
Content-Transfer-Encoding: 7bit
Content-Type: text/enriched;
	charset=3DUS-ASCII

Jerome




Also, can you point me to infos about available fonts for
TeX, some kind of html survey page.



What does this question mean? Do you mean: which font
types can be converted? Or: which fonts have
pre-compiled metrics on CTAN? Or: which fonts are fully compiled,
complete with the pfb's, ready to be used with TeX?


Adrian H.


--Apple-Mail-14-52108214--


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

Subject: Re: [OS X TeX] About Fonts
From: "J=E9r=F4me Laurens" 
Date: Thu, 28 Nov 2002 15:25:32 +0100


--Apple-Mail-2-56790141
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=3DISO-8859-1;
	format=3Dflowed


Le jeudi, 28 nov 2002, =3DE0 14:07 Europe/Zurich, Adrian Heathcote a =
=3DE9crit=3D
 :

> Jerome
>>
>>
>>> Also, can you point me to infos about available fonts for TeX, =
some=3D20=3D

>>> kind of html survey page.
>
> What does this question mean? Do you mean: which font types can be=3D20
> converted? Or: which fonts have pre-compiled metrics on CTAN? Or:=3D20
> which fonts are fully compiled, complete with the pfb's, ready to =
be=3D20=3D

> used with TeX?
>

No, just links to such infos. Many people want to use other than=3D20
default TeX fonts. I miss a mac OS X oriented How to.

--Apple-Mail-2-56790141
Content-Transfer-Encoding: quoted-printable
Content-Type: text/enriched;
	charset=3DISO-8859-1



Le jeudi, 28 nov 2002, =3DE0 14:07 Europe/Zurich, Adrian Heathcote a =
=3DE9crit=3D
 :


Jerome




Also, can you point me to infos about available fonts for
TeX, some kind of html survey page.



What does this question mean? Do you mean: which font
types can be converted? Or: which fonts have
pre-compiled metrics on CTAN? Or: which fonts are fully compiled,
complete with the pfb's, ready to be used with TeX?




No, just links to such infos. Many people want to use other than
default TeX fonts. I miss a mac OS X oriented How to.


--Apple-Mail-2-56790141--


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

Subject: Re: [OS X TeX] PDFslide transitions -- do they work?
From: "Wendy McKay" 
Date: Thu, 28 Nov 2002 08:41:34 -0800 (PST)

On Thu, 28 Nov 2002, Dr. Paul Fons wrote:

> After seeing the discussion here on pdfTeX based presentations, I 
> thought I would review what was out there and took a look at pdfslide.  
> Using my handy TeXshop plus Gerben's TeX distribution, I was quickly 
> able to reTeX the manual for pdfSlide and it looked nice.  As my 
> subject line says, however, the manual supposedly includes page 
> transitions, but, there were no transitions I could see in Acrobat 5.05 
> (mac) or for that matter there weren't any when I copied the example 
> file to a pc.  Is the page transition feature broken (I can live with 
> out it)?  I also installed ppower4 on my mac for the demo and it works 
> alright as well, but I am curious if it is possible to use more 
> flexible tools like Adobe Illustrator to generate graphic overlays 
> rather than the Xfig (I think) based example which seem to require 
> inputting lots of coordinates.
> 
>    Any cache of examples out there (source and pdf)?  Ross Moore seemed 
> to have a nice CalTeX talk I accessed via google, but the links don't 
> work in it.
> 
> 				thanks

--
Did you mean this website? 
http://www.cds.caltech.edu/caltex/2000/
The talk by Ross Moore should work. 

In the 4talk.pdf file the "local" links will not work but
the absolute links (orange text) should.
 
The links for texpower have now been fixed to the new sourceforge.net site


If anything else is broken, let me know please.

-wendy



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

Subject: PDF browser plugin (was Re: [OS X TeX] PDFslide transitions -- do they work?)
From: "Bruno Voisin" 
Date: Thu, 28 Nov 2002 18:09:01 +0100

Le jeudi, 28 nov 2002, =E0 17:41 Europe/Paris, Wendy McKay a =E9crit :

> Did you mean this website?
> http://www.cds.caltech.edu/caltex/2000/
> The talk by Ross Moore should work.
>
> In the 4talk.pdf file the "local" links will not work but
> the absolute links (orange text) should.
>
> The links for texpower have now been fixed to the new sourceforge.net=20=

> site

Talking about PDF documents on web sites: a free PDF browser plugin is=20=

available at . Though at version=20
0.3.1 it works remarkably well, maybe slightly better with Mozilla than=20=

Chimera or Phoenix. Since it's based, as TeXShop, on Apple's PDF=20
visualization classes, it does not support hyperlinks (so it still does=20=

not allow PDF navigation on ConTeXt web's site, alas, for us OS X=20
folks, but you can already see some of the stuff rotating).

I don't think this was ever mentioned on this list, and it's rather=20
off-topic. I thought, nonetheless, that some people might be=20
interested. I can't remember where I got the URL, probably on the=20
Chimera, Mozilla or Phoenix forums, either of the three.

Bruno Voisin=


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

Subject: New Version of Emacs
From: "Rick Zaccone" 
Date: Thu, 28 Nov 2002 16:03:38 -0500 (EST)

There is a new version of emacs available from the GNU Emacs for Mac
OS X page .  The direct download link
is

.

According to VersionTracker,

    This build fixes a bug where Emacs needed a special build for each
    new version of the OS. This version should work with 10.2 and
    above.

I haven't tried it yet because I'm away from my home machine.  I am
still waiting for Enrico Franconi's enhanced version.  This new
release should make his job easier.

Rick

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

Subject: Re: [OS X TeX] New Version of Emacs
From: "Patrick Coskren" 
Date: Thu, 28 Nov 2002 16:36:04 -0500

On Thursday, November 28, 2002, at 04:03 PM, Rick Zaccone wrote:

> There is a new version of emacs available from the GNU Emacs for Mac
> OS X page .  The direct download link
> is

I'm always tempted by these, but never really use them because I can't 
figure out how to use real Mac OS X fonts.  Let's say I want to use 
Monaco-13, complete with Quartz anti-aliasing.  Is it even possible?  
If so, how do I do it?  The usual font specifiers seems really geared 
toward X (the window system), and I haven't found any documentation 
that I can make work with Mac fonts.

If anybody can help me out here, I'll be a convert!

Many thanks,
-Patrick


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

Subject: A Plain beginner's question
From: "Eric van der Oord" 
Date: Thu, 28 Nov 2002 22:53:54 +0100

I have to write some hundred pages in french, with Plain pdftex, and I 
would like french hyphenation..

In the old times, I remember mltex had a command like  "\frhyph"...

How can I do with TeTeX ?



Eric van der Oord


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

Subject: First line %& not working
From: "Steve Frank" 
Date: Thu, 28 Nov 2002 14:51:14 -0800

I just did a clean reinstall of teTeX with i-installer.  I then rebuilt 
my own formats.  Now tex and pdftex do not use the first line %&format 
to load the format file.  However, tex --fmt format finds my formats 
without any problem, so it does not seem to be a searching issue.  For 
example

home> cat test.tex
%&texsis

test

\bye

home> tex test
This is TeX, Version 3.14159 (Web2C 7.3.8)  [NOTE FORMAT NOT LOADED]
(./test.tex [1] )
Output written on test.dvi (1 page, 212 bytes).
Transcript written on test.log.

home> tex --fmt texsis test
This is TeX, Version 3.14159 (Web2C 7.3.8)
(./test.tex
TeXsis version 2.16 (12 November 1994) format preloaded.
(/usr/local/teTeX.local/texmf/tex/texsis/misc/TXSpatch.tex)
(/Users/steve/Library/texmf/tex/TXSmods.tex) [1] )
Output written on test.dvi (1 page, 212 bytes).
Transcript written on test.log.

Any suggestions?

Thanks,

Steve


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

Subject: Re: [OS X TeX] New Version of Emacs
From: "Joseph C. Slater" 
Date: Thu, 28 Nov 2002 18:45:38 -0500

FYI:

I posted an emacs that works after the security update, and with 
Enrico's original enhancements, to
http://www.esm.psu.edu/mac-tex/carbonemacs3.dmg

Why the 3? Well, there are earlier versions for each time it broke and 
had to be fixed.


On Thursday, November 28, 2002, at 04:03  PM, Rick Zaccone wrote:

> There is a new version of emacs available from the GNU Emacs for Mac
> OS X page .  The direct download link
> is
>
>  EmacsInstaller-21.3.50-2002-11-26.dmg.gz>.
>
> According to VersionTracker,
>
>     This build fixes a bug where Emacs needed a special build for each
>     new version of the OS. This version should work with 10.2 and
>     above.
>
> I haven't tried it yet because I'm away from my home machine.  I am
> still waiting for Enrico Franconi's enhanced version.  This new
> release should make his job easier.
>
> Rick
>
> -----------------------------------------------------
> 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] An error came up
From: "Herb Schulz" 
Date: Thu, 28 Nov 2002 18:38:54 -0600

On 11/28/02 12:15 AM, "Juan Manuel Palacios"  wrote:

> 
> Hello Tom. Sorry for taking the liberty to write to you like this
> but I couldn't keep my hands off the sample code you provided to that
> amazingly beautiful thesis presentation you told us about. I was very
> eager to copy it and compile it to see what it achieves but turned into
> dismay when the console told me there was an error:
> 
> ! Illegal parameter number in definition of \fmpage.
> 
> 
> l.37 ...x[1.2\width]{\usebox{\fmbox}}\end{center}}
> 
> You think you could please help me fix it so that I can study your
> code and output in order to learn from it?
> 
> Thank you very much in advance for the time. Regards,...
> 
> 
> Juan.
> ... 
>> 
>> \usepackage{boxedminipage}
>> \newsavebox{\fmbox}
>> \newenvironment{fmpage}[1]
>> {\begin{center}\begin{lrbox}{\fmbox}\begin{minipage}[c][1.2\height]
>> [c]{# 1}}  <--------
>> {\end{minipage}\end{lrbox}\framebox[1.2\width]{\usebox{\fmbox}}\end
>> {cent er}} <--------
>> ...

Howdy,

The two lines shown with the <-------- above have been wrapped and then
unwrapped so that there is an extra space between the '#' and the '1' and
also between 'cent' and 'er'. Fix that up and it all works very nicely.

Good Luck,

Herb Schulz
(herbs@wideopenwest.com)


----------------------------------------------------------------------
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.
-----------------------------------------------------