From MacOSX-TeX@email.esm.psu.edu Fri Nov 29 14:12:46 2002
Received: from email.esm.psu.edu ([130.203.247.204]) by engrmail1.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Wed, 27 Nov 2002 20:00:30 -0500
Date: Wed, 27 Nov 2002 20:00:01 -0500
Subject: MacOSX-TeX Digest #495 - 11/27/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: 28 Nov 2002 01:00:30.0469 (UTC) FILETIME=[8C0D5B50:01C29679]

MacOSX-TeX Digest #495 - Wednesday, November 27, 2002

  (no subject)
          by "manan" 
  XFOIL vs OSX
          by "Lazlo" 
  \Cauchy-Principal-Value-Integral
          by "Steffen Lund Hokland" 
  Re: [OS X TeX] oslash
          by "Peder Axensten" 
  Re: [OS X TeX] \Cauchy-Principal-Value-Integral
          by "Bruno Voisin" 
  Re: [OS X TeX] oslash
          by "Steffen Lund Hokland" 
  Re: [OS X TeX] oslash
          by "Cyril Niklaus" 
  Re: [OS X TeX] \Cauchy-Principal-Value-Integral
          by "Steffen Lund Hokland" 
  Re: [OS X TeX] oslash
          by "Peder Axensten" 
  Re: [OS X TeX] oslash
          by "Juan Manuel Palacios" 
  Re: [OS X TeX] oslash
          by "Juan Manuel Palacios" 
  Re: Full Screen PDF presentation?
          by "John B. Thoo" 
  Re: [OS X TeX] Re: Full Screen PDF presentation?
          by "Gerben Wierda" 
  Re: [OS X TeX] oslash
          by "Peder Axensten" 
  Re: [OS X TeX] XFOIL vs OSX
          by "Arun Mangalam" 
  Re: [OS X TeX] XFOIL vs OSX
          by "Arun Mangalam" 


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

Subject: 
From: "manan" 
Date: Tue, 26 Nov 2002 20:08:00 -0600 (CST)

How do i change the fonts in the output? on iTexMac...ccan i have 2
different fonts in the same document?

newbie here,

Manan 


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

Subject: XFOIL vs OSX
From: "Lazlo" 
Date: Wed, 27 Nov 2002 07:33:29 +0100

Sorry to bother your list, but I read in your archives that Arun 
Mangalam compiled Xfoil on Mac OSX.
If you are still on the list Arun, would you bee so kind to give me the 
options ?

Lazlo Ricardi


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

Subject: \Cauchy-Principal-Value-Integral
From: "Steffen Lund Hokland" 
Date: Wed, 27 Nov 2002 08:12:43 +0100

Hi

Does anybody know if there exist a symbol which consists of an integral 
(\int} with a vetically centered horisontal bar. It's quite common 
notation for the Cauchy Principal Value integral, but I can't seem to 
find it in the Not So Short ... or Daly and Kopka: 'A Guide to LaTeX.

The alternative, I guess, is to make the d... thing my self....

Kind regards,

Steffen

___________________________________________
Steffen Lund Hokland

University of Aarhus
Department of Physics and Astronomy
Ny Munkegade
8000 Aarhus C
Denmark, Europe

office      :           520-227

Phone Office:           +45 89423610
Phone Home  :           +45 86166608

e-mail      :           hokland@phys.au.dk
___________________________________________


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

Subject: Re: [OS X TeX] oslash
From: "Peder Axensten" 
Date: Wed, 27 Nov 2002 10:18:21 +0100

On tisdag, nov 26, 2002, at 17:10 Europe/Stockholm, Gerben Wierda wrote:

> On Tuesday, Nov 26, 2002, at 11:38 Europe/Amsterdam, Peder Axensten=20
> wrote:
>
>> (And Gerben, a number of files (e.g. sehyphen) are missing from the=20=

>> ls-R file as installed by your installer. This means that activating=20=

>> Swedish will make the initialization fail unless a manual "sudo=20
>> texhash" is done before, to update the ls-R.)
>
> They are also missing from my distribution. That is because they are=20=

> missing from teTeX. And that is because there is (for instance) no=20
> sehyph.tex with a license (free, freely distributable) that Thomas=20
> Esser will make part of teTeX.

So my sehyph.tex is a leftover from an old installation -- that=20
explains it. The files that I found missing are vital for some=20
languages, I'm really sorry to hear that license problems exist also=20
with TeX...

The problem that \o renders the wrong character on my system could=20
probably be linked to my having old files still present. Could someone=20=

please check wether \o creates an oslash or a c with =B4 on their =
system?

/Peder
+46-90-786.7719 (work)
+46-90-32344 (home)


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

Subject: Re: [OS X TeX] \Cauchy-Principal-Value-Integral
From: "Bruno Voisin" 
Date: Wed, 27 Nov 2002 10:16:15 +0100

Le mercredi, 27 nov 2002, =E0 08:12 Europe/Paris, Steffen Lund Hokland a=20=

=E9crit :

> Does anybody know if there exist a symbol which consists of an=20
> integral (\int} with a vetically centered horisontal bar. It's quite=20=

> common notation for the Cauchy Principal Value integral, but I can't=20=

> seem to find it in the Not So Short ... or Daly and Kopka: 'A Guide to=20=

> LaTeX.
>
> The alternative, I guess, is to make the d... thing my self....

Or to use this thing I've written:

\newlength{\intwidth}
\DeclareRobustCommand{\fpint}[2]
   {\mathop{%
      \text{%
        \settowidth{\intwidth}{$\int$}%
        \makebox[0pt][l]{\makebox[\intwidth]{$-$}}%
        $\int_{#1}^{#2}$}}}

It assumes the package amsmath is loaded, so that the command \text can=20=

be used. This \fpint (for "finite part integral") does not work exactly=20=

as \int, it takes the limits as arguments, as in \fpint{0}{\infty}=20
replacing \int_0^\infty.

The TeXbook says, for such composite symbols, taking \notin as an=20
example on p. 437 in Appendix F: "The definition of \notin in Appendix=20=

B indicates how similar symbols can be constructed". But in Appendix B,=20=

pp. 360-361 I never managed to understand how the construction works=20
(especially \c@ncel).

The best solution would of course be special fonts including the=20
symbol, such as the AMS negated symbol fonts. The finite part integral=20=

is indeed in MathML specification, at slot U02A0D, see:

http://www.w3.org/TR/MathML2/02A.html
http://www.w3.org/TR/MathML2/bycodes.html

It is also included in the font Esstix-Six, available at:

ftp://ftp.elsevier.nl/pub/styles/esstix/esstix.zip

But I'm not aware of any TeX macro package for accessing these fonts.

Michel Bovani (Michel, =EAtes-vous en ligne ?) did some work earlier =
this=20
summer on a set of PostScript mathematical fonts for accompanying=20
Utopia, and the principal value integral was part of this set.

Good luck,

Bruno Voisin




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

Subject: Re: [OS X TeX] oslash
From: "Steffen Lund Hokland" 
Date: Wed, 27 Nov 2002 10:25:21 +0100


On Wednesday, Nov 27, 2002, at 10:18 Europe/Copenhagen, Peder Axensten=20=

wrote:

> On tisdag, nov 26, 2002, at 17:10 Europe/Stockholm, Gerben Wierda=20
> wrote:
>
>> On Tuesday, Nov 26, 2002, at 11:38 Europe/Amsterdam, Peder Axensten=20=

>> wrote:
>>
>>> (And Gerben, a number of files (e.g. sehyphen) are missing from the=20=

>>> ls-R file as installed by your installer. This means that activating=20=

>>> Swedish will make the initialization fail unless a manual "sudo=20
>>> texhash" is done before, to update the ls-R.)
>>
>> They are also missing from my distribution. That is because they are=20=

>> missing from teTeX. And that is because there is (for instance) no=20
>> sehyph.tex with a license (free, freely distributable) that Thomas=20
>> Esser will make part of teTeX.
>
> So my sehyph.tex is a leftover from an old installation -- that=20
> explains it. The files that I found missing are vital for some=20
> languages, I'm really sorry to hear that license problems exist also=20=

> with TeX...
>
> The problem that \o renders the wrong character on my system could=20
> probably be linked to my having old files still present. Could someone=20=

> please check wether \o creates an oslash or a c with =B4 on their > =
system?
>
Well $$\o$$ turnes out just fine on my distribution. That is it comes=20
out as the danish'=F8'.

Steffen

> /Peder
> +46-90-786.7719 (work)
> +46-90-32344 (home)
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>
>
>
Sadly text alone cannot convey the depth of my sarcasm.

___________________________________________
Steffen Lund Hokland

University of Aarhus
Department of Physics and Astronomy
Ny Munkegade
8000 Aarhus C
Denmark, Europe

office      :           520-227

Phone Office:           +45 89423610
Phone Home  :           +45 86166608

e-mail      :           hokland@phys.au.dk
___________________________________________


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

Subject: Re: [OS X TeX] oslash
From: "Cyril Niklaus" 
Date: Wed, 27 Nov 2002 18:26:08 +0900


On Mercredi, novembre 27, 2002, at 06:18 PM, Peder Axensten wrote:
>  Could someone please check wether \o creates an oslash or a c with =B4=20=

> on their system?

Works fine here, but to be honest I do not remember if my install is=20
from TeXLive7 or Wierda's.
TeX (Web2C 7.3.7) 3.14159
kpathsea version 3.3.7.
Do you indicate any specific encoding which might be the reason behind=20=

this strange behavior?

Cyril=


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

Subject: Re: [OS X TeX] \Cauchy-Principal-Value-Integral
From: "Steffen Lund Hokland" 
Date: Wed, 27 Nov 2002 10:26:43 +0100

Very nice! Thanks a lot.

Steffen

On Wednesday, Nov 27, 2002, at 10:16 Europe/Copenhagen, Bruno Voisin=20
wrote:

> Le mercredi, 27 nov 2002, =E0 08:12 Europe/Paris, Steffen Lund Hokland =
a=20
> =E9crit :
>
>> Does anybody know if there exist a symbol which consists of an=20
>> integral (\int} with a vetically centered horisontal bar. It's quite=20=

>> common notation for the Cauchy Principal Value integral, but I can't=20=

>> seem to find it in the Not So Short ... or Daly and Kopka: 'A Guide=20=

>> to LaTeX.
>>
>> The alternative, I guess, is to make the d... thing my self....
>
> Or to use this thing I've written:
>
> \newlength{\intwidth}
> \DeclareRobustCommand{\fpint}[2]
>   {\mathop{%
>      \text{%
>        \settowidth{\intwidth}{$\int$}%
>        \makebox[0pt][l]{\makebox[\intwidth]{$-$}}%
>        $\int_{#1}^{#2}$}}}
>
> It assumes the package amsmath is loaded, so that the command \text=20
> can be used. This \fpint (for "finite part integral") does not work=20
> exactly as \int, it takes the limits as arguments, as in=20
> \fpint{0}{\infty} replacing \int_0^\infty.
>
> The TeXbook says, for such composite symbols, taking \notin as an=20
> example on p. 437 in Appendix F: "The definition of \notin in Appendix=20=

> B indicates how similar symbols can be constructed". But in Appendix=20=

> B, pp. 360-361 I never managed to understand how the construction=20
> works (especially \c@ncel).
>
> The best solution would of course be special fonts including the=20
> symbol, such as the AMS negated symbol fonts. The finite part integral=20=

> is indeed in MathML specification, at slot U02A0D, see:
>
> http://www.w3.org/TR/MathML2/02A.html
> http://www.w3.org/TR/MathML2/bycodes.html
>
> It is also included in the font Esstix-Six, available at:
>
> ftp://ftp.elsevier.nl/pub/styles/esstix/esstix.zip
>
> But I'm not aware of any TeX macro package for accessing these fonts.
>
> Michel Bovani (Michel, =EAtes-vous en ligne ?) did some work earlier=20=

> this summer on a set of PostScript mathematical fonts for accompanying=20=

> Utopia, and the principal value integral was part of this set.
>
> Good luck,
>
> Bruno Voisin
>
>
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>
>
>
Sadly text alone cannot convey the depth of my sarcasm.

___________________________________________
Steffen Lund Hokland

University of Aarhus
Department of Physics and Astronomy
Ny Munkegade
8000 Aarhus C
Denmark, Europe

office      :           520-227

Phone Office:           +45 89423610
Phone Home  :           +45 86166608

e-mail      :           hokland@phys.au.dk
___________________________________________


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

Subject: Re: [OS X TeX] oslash
From: "Peder Axensten" 
Date: Wed, 27 Nov 2002 10:36:47 +0100

On onsdag, nov 27, 2002, at 10:26 Europe/Stockholm, Cyril Niklaus wrote:

> On Mercredi, novembre 27, 2002, at 06:18 PM, Peder Axensten wrote:
>>  Could someone please check wether \o creates an oslash or a c with =B4=
=20
>> on their system?
>
> Works fine here, but to be honest I do not remember if my install is=20=

> from TeXLive7 or Wierda's.
> TeX (Web2C 7.3.7) 3.14159
> kpathsea version 3.3.7.
> Do you indicate any specific encoding which might be the reason behind=20=

> this strange behavior?

I'm using
\usepackage[applemac]{inputenc}

/Peder


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

Subject: Re: [OS X TeX] oslash
From: "Juan Manuel Palacios" 
Date: Wed, 27 Nov 2002 09:11:25 -0400


	On my up-to-date TeX installation, with the [spanish]{babel}=20
package loaded the \o renders an oslash (=F8). Is this helpful?

	Regards,...

		Juan.

On Wednesday, November 27, 2002, at 05:18  AM, Peder Axensten wrote:

> So my sehyph.tex is a leftover from an old installation -- that=20
> explains it. The files that I found missing are vital for some=20
> languages, I'm really sorry to hear that license problems exist also=20=

> with TeX...
>
> The problem that \o renders the wrong character on my system could=20
> probably be linked to my having old files still present. Could someone=20=

> please check wether \o creates an oslash or a c with =B4 on their =
system?
>
> /Peder
> +46-90-786.7719 (work)
> +46-90-32344 (home)
>
>
> -----------------------------------------------------
> 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] oslash
From: "Juan Manuel Palacios" 
Date: Wed, 27 Nov 2002 09:18:55 -0400


	This could clash with the file encoding if the editor you are using 
is writing the files in something else like "latin1". TeXShop's default 
is, of course, MacOSRoman but it can be set for other encodings, which I 
did on my PowerBook and therefore had problems with all my tex files on 
other Macs until I remembered this tiny detail and issued the line:

\usepackage[latin1]{inputenc}

on the offending files.

	Hope that helps. Regards,...


		Juan.

On Wednesday, November 27, 2002, at 05:36  AM, Peder Axensten wrote:

> I'm using
> \usepackage[applemac]{inputenc}
>
> /Peder
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>


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

Subject: Re: Full Screen PDF presentation?
From: "John B. Thoo" 
Date: Wed, 27 Nov 2002 06:27:48 -0800

On Tuesday, November 26, 2002, at 05:00 PM, in TeX on Mac OS X Mailing 
List Gerben Wierda wrote:

>> and installed PPower4 using Fink.
>
> Ppower4 is part of my TeX. It lives in /usr/local/teTeX/bin/ppower4.
> The only thing is that it is not in the path by default, but that is
> easy to remedy for people running amok with shells...

But I don't think it's part of tetex-macosx that Fink installs

   

despite the fact that it is supposed to install your mods:

"This package installs Gerben Wierda's Mac OS X-specific modifications 
to teTeX, as well as the altpdftex, epstopdf, and epstopdfwrap binaries. 
The file epstopdf.sty is now provided by the oberdiek package."

(At least I couldn't find PPower4 using "locate ppower4", which is why I 
installed it separately using Fink.)  Cheers.

---John.


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

Subject: Re: [OS X TeX] Re: Full Screen PDF presentation?
From: "Gerben Wierda" 
Date: Wed, 27 Nov 2002 16:05:50 +0100

On Wednesday, Nov 27, 2002, at 15:27 Europe/Amsterdam, John B.Thoo 
wrote:

>>> and installed PPower4 using Fink.
>>
>> Ppower4 is part of my TeX. It lives in /usr/local/teTeX/bin/ppower4.
>> The only thing is that it is not in the path by default, but that is
>> easy to remedy for people running amok with shells...
>
> But I don't think it's part of tetex-macosx that Fink installs
>
>   
>
> despite the fact that it is supposed to install your mods:

Fink at one stage decided to copy my strategy in compiling TeX and 
turned that into a compile-from-source package. Note: this was last 
updated in Summer 2001.

Fink later decided it was smarter to let people install my package and 
use that from within Fink (they do that for my TeX and XFree86 as far 
as I know, the rest they do themselves). That is system-tetex, I think.

I would dearly love it if Fink would not put my name on a very outdated 
distribution *they* ship.

G


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

Subject: Re: [OS X TeX] oslash
From: "Peder Axensten" 
Date: Wed, 27 Nov 2002 16:35:53 +0100

Thanks everyone for the help. It was useful for me to know that it was 
my system that was at fault (as I rather suspected). It's a bug in my 
code that is seen when hyperref is not used in certain documents -- 
that's why I didn't notice it until now. I'll track the bug down, 
evetually...


On tisdag, nov 26, 2002, at 11:38 Europe/Stockholm, Peder Axensten 
wrote:

> I'm using Gerbens tetex and I can't get \o to work correctly: I get 
> another letter (a c with an accent) instead of the oslash. When I try 
> \O it works ok.
>
> Uhh?
>
> (And Gerben, a number of files (e.g. sehyphen) are missing from the 
> ls-R file as installed by your installer. This means that activating 
> Swedish will make the initialization fail unless a manual "sudo 
> texhash" is done before, to update the ls-R.)

/Peder
+46-90-786.7719 (work)
+46-90-32344 (home)


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

Subject: Re: [OS X TeX] XFOIL vs OSX
From: "Arun Mangalam" 
Date: Wed, 27 Nov 2002 11:23:32 -0500

On Wednesday, November 27, 2002, at 01:33 AM, Lazlo wrote:
> If you are still on the list Arun, would you bee so kind to give me the 
> options ?
>
> Lazlo Ricardi
>

Sure. First, you must have a few things installed already. I have OSX 
10.1.5 installed with gcc3 (got it from Apple's Online Dev Tools). I 
also have g77 installed through fink. For some reason, I haven't 
installed ATLAS (which contains BLAS and LAPACK). If you get fink, you 
might as well install ATLAS along with g77. I have X-Windows installed 
through a package from the XonX site. So, here's what's required:

- gcc
- g77
- X-Windows
- [Optional] BLAS

Here are some relevant links:

     http://mrcla.com/XonX/
     http://fink.sourceforge.net

After downloading  the tarred and gzipped source X-Foil from:

     http://raphael.mit.edu/xfoil/

uncompress the files [sorry for being pedantic; I'm not too sure if 
you're familiar with the download/compiling process] with:

     tar zxfv xfoil694.tar.gz

or

     gnutar zxfv xfoil694.tar.gz

As the README suggests, "cd" to the plotlib directory. Open the 
"config.make" file in a text-editor. There are a bunch of compile 
options for Linux. Depending on what you installed you may have to 
change some of the options. For example, I have "g77", "gcc3" and XonX 
X-Windows in my system, so I have the following options:

     FC =3D g77
     CC =3D gcc3
     CFLAGS  =3D -O2 -I/usr/X11R6/include/ $(DEFINE)

Make and save those changes in the "config.make" file, and type "make". 
This should compile the library plotlib.a. Now, "cd" to the "bin" 
directory. If you don't have BLAS installed, like me, you'll need to 
make a one-line change in the "Makefile":

     PLTLIBS =3D -L/usr/X11R6/lib -lX11

Type "make", and "xfoil" should start compiling. That's it! Open an 
X-Windows terminal, and type ./xfoil, and you should get a terminal 
command list for XFoil. When you plot something a new X-Window will 
pop-up showing the graph.

It would be nice to have a native version of XFoil without resorting to 
X-Windows. AquaTerm already works with Fortran interfaces, so maybe some 
interface work can be done to link the two ...

- Arun


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

Subject: Re: [OS X TeX] XFOIL vs OSX
From: "Arun Mangalam" 
Date: Wed, 27 Nov 2002 11:38:05 -0500

There's also a web page by Koichi Takasaki describing the xfoil compile 
process in Japanese [you can still figure out the source changes 
required even if you don't know Japanese :-)]:

     http://homepage.mac.com/koichi_takasaki/lib/Xfoil/XonX.html

Here's a link to an X-Foil "working picture" in Mac OS X:

     http://homepage.mac.com/koichi_takasaki/lib/Xfoil/xfoil_DT.jpeg

-Arun


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