From MacOSX-TeX@email.esm.psu.edu Sun May 29 19:57:09 2005
Received: from engremail.engr.psu.edu ([130.203.201.4]) by ENGRMAIL1.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.6713);
	 Sun, 29 May 2005 19:57:09 -0400
Received: from email.esm.psu.edu ([130.203.247.204]) by engremail.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.6713);
	 Sun, 29 May 2005 19:57:08 -0400
Date: Sun, 29 May 2005 20:00:13 -0400
Message-ID: <41613.79361@email.esm.psu.edu>
Subject: MacOSX-TeX Digest #1387 - 05/29/05
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: List
List-Software: LetterRip Pro 4.05 (0522) by LetterRip Software, LLC.
List-Subscribe: 
List-Digest: 
List-Unsubscribe: 
X-LR-SENT-TO: mail.engr.psu.edu
Return-Path: MacOSX-TeX@email.esm.psu.edu
X-OriginalArrivalTime: 29 May 2005 23:57:08.0425 (UTC) FILETIME=[1F6AFB90:01C564AA]

MacOSX-TeX Digest #1387 - Sunday, May 29, 2005

  Re: [OS X TeX] X11
          by "Gerben Wierda" 

  Re: [OS X TeX] X11
          by "Gerben Wierda" 

  Re: [OS X TeX] X11
          by "Bruno Voisin" 

  Re: [OS X TeX] X11
          by "Peter Dyballa" 

  Re: [OS X TeX] X11
          by "Bruno Voisin" 

  Re: [OS X TeX] X11
          by "Peter Dyballa" 

  Re: [OS X TeX] Is there a bigpdflatex?
          by "Michael Hoppe" 

  Re: [OS X TeX] Is there a bigpdflatex?
          by "Peter Dyballa" 

  Re: [OS X TeX] X11
          by "Bruno Voisin" 

  Re: [OS X TeX] Is there a bigpdflatex?
          by "Maarten Sneep" 

  Re: [OS X TeX] X11
          by "Peter Breitfeld" 

  cocoaspell
          by "Lawrence Paulson" 

  Re: [OS X TeX] cocoaspell
          by "Frank STENGEL" 

  Re: [OS X TeX] X11
          by "Peter Dyballa" 

  Re: [OS X TeX] Is there a bigpdflatex?
          by "Michael Hoppe" 

  Re: [OS X TeX] Is there a bigpdflatex?
          by "Maarten Sneep" 

  Re: [OS X TeX] X11
          by "Peter Dyballa" 

  Re: [OS X TeX] Is there a bigpdflatex?
          by "Michael Hoppe" 

  Re: [OS X TeX] Is there a bigpdflatex?
          by "Claus Gerhardt" 

  Re: [OS X TeX] Is there a bigpdflatex?
          by "Michael Hoppe" 

  Re: [OS X TeX] Is there a bigpdflatex?
          by "Martin Costabel" 

  Re: [OS X TeX] Is there a bigpdflatex?
          by "Maarten Sneep" 

  Re: [OS X TeX] Is there a bigpdflatex?
          by "Ross Moore" 


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

Subject: Re: [OS X TeX] X11
From: "Gerben Wierda" 
Date: Sun, 29 May 2005 08:15:12 +0200

On May 27, 2005, at 23:22, Ettore Aldrovandi wrote:

> /etc/csh.cshrc
>
> is read by non login shells.

I cannot use these as they would be read every time and every subshell 
call would add to the PATH once more.

G


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

Subject: Re: [OS X TeX] X11
From: "Gerben Wierda" 
Date: Sun, 29 May 2005 08:19:06 +0200

Just for the record: changing ~/.Mac OSX/environment.plist is something=20=

I generally warn against because it influences the environmen of *all*=20=

GUI apps (including for instance i-Installer) and has been known to=20
break i-Installer and other apps (e.g. the server admin apps).

The obvious solution for those apps would then become to hard code the=20=

environment, defeating the possibilty in the end.

G

On May 28, 2005, at 11:38, Peter Breitfeld wrote:

>
> Am 27. Mai 2005 um 23:22 schrieb Ettore Aldrovandi:
>
>> On Fri, May 27, 2005 at 10:57:40PM +0200, Gerben Wierda wrote:
>>> On 27 May 2005, at 17:39, Rodrigo Banuelos wrote:
>>
>>>> I know this to do with bash vs tcsh but, what is the permanent
>>>> solution?
>>
>>> It does not have to do with bash vs tcsh. The problem is that
>>> xterm does not create login shells, but subshells only and as a
>>> result parts of the initialization (e.g. /etc/csh.login) are
>>> not read at all. Since the TeX i-Package has modified the shell
>>> login scripts, you do not get the right PATH.
>>
>>> There is (or at least I do not know) no generic file I could
>>> patch for X11 that would change this for *all* users. And the
>>> TeX install I provide is multi-user.
>>
>> /etc/csh.cshrc
>>
>> is read by non login shells.
>>
>> /etc/bashrc
>>
>> is read by interactive shells, I'm not sure if non-login--but I
>> don't use bash, so I can't say precisely. (In scripts I invoke it
>> as /bin/sh anyway.)
>>
>> So one could set the path there, although that's probably an
>> inelegant solution.
>>
>> A more elegant solution could be to set the path in the
>> .MacOSX/environment.plist file. In that way the correct
>> environment would be inherited by X11.app and its children (via
>> xinit).
>
> That's about what I have on my system. The PATH is in
> .MACOSX/environment.plist, then I have a .bashrc wich is a link to=20
> .profile; this way login-shells and interactive shells behave the=20
> same. In .bashrc I read in the PATH with
>
> export PATH=3D$(defaults read "${HOME}/.MacOSX/environment" PATH)
>
> No login-shells, interactive shells and X11's xterm know the PATH as=20=

> well as Carbon-Emacs.
>
> Gru=DF Peter
> --=20
> =3D=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D=
-=3D=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D
> Peter Breitfeld                 | http://www.pBreitfeld.de
> Kreuzgasse 4, 88348 Bad Saulgau | PGP/GnuPG Key ist vorhanden
> =3D=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D=
-=3D=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D
>
> --------------------- Info ---------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
>           & FAQ: http://latex.yauh.de/faq/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Post: 
>
>
>


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

Subject: Re: [OS X TeX] X11
From: "Bruno Voisin" 
Date: Sun, 29 May 2005 10:30:50 +0200

Apple has an X11 FAQ , which, unfortunately, doesn't mention much more than  
~/.xinitrc, /etc/X11/xinit/xinitrc and ~/.MacOSX/environment.plist.

It also mentions, though, the command open-x11 to launch X11  
applications from Terminal. Thus you can use in Terminal, for example,

open-x11 xdvi

and that will launch X11.app then xdvi inside it. I've just tried:  
when asking for the default path in the xterm that pops up in the  
process, you get:

Portable-de-Bruno:~ brunovoisin$ echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/teTeX/bin/ 
powerpc-apple-darwin-current:/usr/X11R6/bin:/usr/X11R6/bin

meaning that gwTeX directories are indeed seen. Why the duplicated / 
usr/X11R6/bin I don't know.

Bruno Voisin

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

Subject: Re: [OS X TeX] X11
From: "Peter Dyballa" 
Date: Sun, 29 May 2005 10:39:41 +0200


Am 29.05.2005 um 10:30 schrieb Bruno Voisin:

> Why the duplicated /usr/X11R6/bin I don't know.

Check what you have in Terminal for PATH. Could be there it already has 
/usr/X11R6/bin appended, and open-x11 just adds it once more ...

--
Greetings

   Pete

There's something the technicians need to learn from the artists.
If it isn't aesthetically pleasing, it's probably wrong.


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

Subject: Re: [OS X TeX] X11
From: "Bruno Voisin" 
Date: Sun, 29 May 2005 10:57:28 +0200

Le 29 mai 05 =E0 10:39, Peter Dyballa a =E9crit :

> Am 29.05.2005 um 10:30 schrieb Bruno Voisin:
>
>> Why the duplicated /usr/X11R6/bin I don't know.
>
> Check what you have in Terminal for PATH. Could be there it already =20=

> has /usr/X11R6/bin appended, and open-x11 just adds it once more ...

Here the output of "echo $PATH" on my setup:

- In Terminal:

/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/teTeX/bin/=20
powerpc-apple-darwin-current

- In X11, when started independently:

/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin

- In X11, when started from Terminal using open-x11, for example =20
"open-x11 xeyes":

/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/teTeX/bin/=20
powerpc-apple-darwin-current:/usr/X11R6/bin:/usr/X11R6/bin

Confusing! But I imagine it's harmless.

Bruno


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

Subject: Re: [OS X TeX] X11
From: "Peter Dyballa" 
Date: Sun, 29 May 2005 11:36:29 +0200


Am 29.05.2005 um 10:57 schrieb Bruno Voisin:

> - In X11, when started independently:
>
> /usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin
>

Bruno,

what do you mean by that? Just clicking on X11 in the Dock? Can it be 
that you have an own ~/.xinitrc file? Or does the system-wide 
/etc/X11/xinit/xinitrc file contain a statement that augments PATH by 
/usr/X11R6/bin?

Isn't Spotlight able to find the file with "/usr/X11R6/bin" in it?


But it's true, doubling any component in PATH is not harmful at all! 
You might waste every day a few milliseconds ... (which can be a whole 
at you life's end?)

--
Greetings

   Pete

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
      -Benjamin Franklin, Historical Review of Pennsylvania.


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

Subject: Re: [OS X TeX] Is there a bigpdflatex?
From: "Michael Hoppe" 
Date: Sun, 29 May 2005 11:56:29 +0200

Thanks, Martin, but the error persists even after an

>did you do a 'sudo fmtutil --all' (no quotes)?

Here is how much of TeX's memory you used:
  6120 strings out of 95278
  77107 string characters out of 1185894
  2154116 words of memory out of 4609186
  8643 multiletter control sequences out of 10000+50000
  71390 words of font info for 301 fonts, out of 2000000 for 2000
  14 hyphenation exceptions out of 1000
  38i,13n,53p,275b,392s stack positions out of =
5000i,500n,6000p,200000b,40000s
PDF statistics:
  54 PDF objects out of 300000
  0 named destinations out of 131072
  65291 words of extra memory for PDF output out of 65536
!  =3D=3D> Fatal error occurred, the output PDF file is not finished!

I've put the following line

pdf_mem_size =3D 131072

at the end of /usr/local/teTeX/texmf.cnf.  Or should I change 
/usr/local/teTeX/share/texmf/web2c/texmf.cnf?

Michael

-- 
-=3D Michael Hoppe ,  =3D-----
-=3D Key fingerprint =3D 74 FD 0A E3 8B 2A 79 82 25 D0 AD 2B 75 6A AE 63
-=3D PGP public key ID 0xE0A5731D  =3D-----------------------------------

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

Subject: Re: [OS X TeX] Is there a bigpdflatex?
From: "Peter Dyballa" 
Date: Sun, 29 May 2005 12:06:08 +0200


Am 29.05.2005 um 11:56 schrieb Michael Hoppe:

> Or should I change /usr/local/teTeX/share/texmf/web2c/texmf.cnf?

Could be ... pdfTeX still is a bit terra incognita to me.

It makes at least more sense in that file when you're going to create=20
formats.

--
Mit friedvollen Gr=FC=DFen

   Pete

=DCblicherweise begehen Menschen beim Entwerfen vollkommen =
narrensicherer=20
Dinge gerne den Fehler, das Genie des Volltrottels zu untersch=E4tzen.


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

Subject: Re: [OS X TeX] X11
From: "Bruno Voisin" 
Date: Sun, 29 May 2005 12:14:14 +0200

Le 29 mai 05 =E0 11:36, Peter Dyballa a =E9crit :


> Am 29.05.2005 um 10:57 schrieb Bruno Voisin:
>
>
>> - In X11, when started independently:
>>
>> /usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin
>>
>
> what do you mean by that? Just clicking on X11 in the Dock?
>

Yes.


> Can it be that you have an own ~/.xinitrc file?
>

No.


> Or does the system-wide /etc/X11/xinit/xinitrc file contain a =20
> statement that augments PATH by /usr/X11R6/bin?
>

Nope.


> Isn't Spotlight able to find the file with "/usr/X11R6/bin" in it?
>

No, even after "mdimport -f /etc". But that's normal, as there's no =20
importer available for the config files such as:

Portable-de-Bruno:~ brunovoisin$ mdimport -d1 -f /private/etc/X11/=20
xinit/xinitrc
2005-05-29 12:11:15.922 mdimport[857] Import '/etc/X11/xinit/xinitrc' =20=

type 'public.data' no mdimporter

Portable-de-Bruno:~ brunovoisin$ mdimport -f -d1 /private/etc/X11/=20
rstart/contexts/x11r6
2005-05-29 12:11:44.990 mdimport[858] Import '/etc/X11/rstart/=20
contexts/x11r6' type 'public.data' no mdimporter

even though, in particular, the second file contains:

MISC POSIX PATH=3D:/bin:/usr/bin:/usr/X11R6/bin:/usr/ucb

Bruno

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

Subject: Re: [OS X TeX] Is there a bigpdflatex?
From: "Maarten Sneep" 
Date: Sun, 29 May 2005 12:25:56 +0200

On 29 May 2005, at 11:56, Michael Hoppe wrote:

> Thanks, Martin, but the error persists even after an
>
>> did you do a 'sudo fmtutil --all' (no quotes)?
>
> Here is how much of TeX's memory you used:
>  65291 words of extra memory for PDF output out of 65536

Apparently not, or this is one of the parameters that is already at  
its max.

> I've put the following line
>
> pdf_mem_size =3D 131072
>
> at the end of /usr/local/teTeX/texmf.cnf

_if_ that is the right parameter, that should settle it. Big _if_  
though, because I do not see this parameter in the standard  
configuration file.

> Or should I change /usr/local/teTeX/share/texmf/web2c/texmf.cnf?

NO! this one will be irretrievably overwritten on a i-Installer rerun  
(an update or so). The other file will be replaced as well, but the  
copy you altered will be kept as a backup. The file you should alter  
overrides the other one.

The reason that I mention this /usr/local/teTeX/share/texmf/web2c/ 
texmf.cnf file is that all possible parameters are listed there with  
comments and allowed limits.

What is the exact error you get? Do you get an error from TeX itself?  
(this is before the piece you posted in the previous mail).

Maarten

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

Subject: Re: [OS X TeX] X11
From: "Peter Breitfeld" 
Date: Sun, 29 May 2005 12:31:12 +0200


Am 29. Mai 2005 um 10:30 schrieb Bruno Voisin:

> Apple has an X11 FAQ=20
> , which,=20
> unfortunately, doesn't mention much more than ~/.xinitrc,=20
> /etc/X11/xinit/xinitrc and ~/.MacOSX/environment.plist.
>
> It also mentions, though, the command open-x11 to launch X11=20
> applications from Terminal. Thus you can use in Terminal, for example,
>
> open-x11 xdvi

open-x11 didn't work properly for me. E.g I couldn't launch xdvi from=20
the AucTeX menu of carbon emacs. So I had to change it a little to a=20
new script
start-x11 which looks like this:

----------------------------------><---------------------
#!/bin/bash

BASENAME=3D${0##*/}

function usage()
{
cat < /dev/null
if [ "$?" =3D "1" ]; then
    echo "Wait until X11 has started..."
    open -a X11.app
    sleep 3
fi

# DISPLAY Variable ggf. setzen
if [ "x$DISPAY" =3D "x" ]; then
    export DISPLAY=3D":0.0"
fi

# notwendige Pfade setzen:
for d in /usr/X11R6/bin /usr/bin/X11 /usr/local/bin/X11 ; do
    if [ -d $d ]; then
       case $PATH in
       '') PATH=3D$d
           ;;
       $d|$d:*|*:$d|*:$d:*)
           : do nothing
           ;;
       *)  PATH=3D$PATH:$d
           ;;
       esac
    fi
done
export PATH

# Programm starten
case $BASENAME in
launch-xdvi)
    xdvi $@
    ;;
launch-gv)
    gv $@
    ;;
*) prog=3D$1; shift
    "$prog" "$@" &
    ;;
esac
----------------------------------><---------------------

It first looks if X11 is running and starts it if not. Then it looks for
the PATH as open-x11 does. The symlinks launch-x11 and launch-gv were=20
used to start these apps in AucTeX.

Gru=DF Peter
--=20
=3D=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=
=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D
Peter Breitfeld                 | http://www.pBreitfeld.de
Kreuzgasse 4, 88348 Bad Saulgau | PGP/GnuPG Key ist vorhanden
=3D=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=
=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D-=3D=3D


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

Subject: cocoaspell
From: "Lawrence Paulson" 
Date: Sun, 29 May 2005 11:57:26 +0100

I am trying to use cocoaspell again, but its suggestions mode  
sometimes gives about 50 suggestions, which is a struggle if you are  
trying to reach any other menu items.  Is there any way to limit the  
number to about 10?

Larry Paulson



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

Subject: Re: [OS X TeX] cocoaspell
From: "Frank STENGEL" 
Date: Sun, 29 May 2005 12:07:56 +0000


Le 29 mai 05 =E0 10:57, Lawrence Paulson a =E9crit :

> I am trying to use cocoaspell again, but its suggestions mode =20
> sometimes gives about 50 suggestions, which is a struggle if you =20
> are trying to reach any other menu items.  Is there any way to =20
> limit the number to about 10?

Have you reied fiddling with the options in the Spelling Preference =20
Panel that is installed by cocoaspell? In my experience the  fast or =20
ultra-fast modes give only a minimal amount of choices...

--=20
Frank STENGEL (fstengelmac.com)


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

Subject: Re: [OS X TeX] X11
From: "Peter Dyballa" 
Date: Sun, 29 May 2005 14:36:00 +0200


Am 29.05.2005 um 12:14 schrieb Bruno Voisin:

>>
>>> - In X11, when started independently:
>>>
>>> /usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin

I think I've got it: it's the binary inside X11.app. When I'm applying=20=

strings to it I see:

	PATH
	%s:/usr/X11R6/bin

So it's probably the X11 launcher that enhances the X11 environment=20
with a necessary PATH component.

--
Greetings

   Pete       (:
         _    / __    -    -
       _/ \__/_/        -     -
      (=B4`)      (=B4`)   -    -
       `=B4        `=B4
(I think this picture shows how I was sweating when I had to ride=20
against the wind)


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

Subject: Re: [OS X TeX] Is there a bigpdflatex?
From: "Michael Hoppe" 
Date: Sun, 29 May 2005 14:20:10 +0200

>What is the exact error you get? Do you get an error from TeX 
>itself? (this is before the piece you posted in the previous mail).

It's:



! TeX capacity exceeded, sorry [PDF memory size (pdf_mem_size)=3D65536].
 ...lpcode font@name MT@char =3D@tempcntb

So pdf_mem_size seems to be the right parameter ...  But one cannot 
find it in any texmf.cnf, though.

Michael

-- 
-=3D Michael Hoppe ,  =3D-----
-=3D Key fingerprint =3D 74 FD 0A E3 8B 2A 79 82 25 D0 AD 2B 75 6A AE 63
-=3D PGP public key ID 0xE0A5731D  =3D-----------------------------------

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

Subject: Re: [OS X TeX] Is there a bigpdflatex?
From: "Maarten Sneep" 
Date: Sun, 29 May 2005 15:17:10 +0200

On 29 May 2005, at 14:20, Michael Hoppe wrote:

>> What is the exact error you get? Do you get an error from TeX  
>> itself? (this is before the piece you posted in the previous mail).
>>
>
> 
> 
> ! TeX capacity exceeded, sorry [PDF memory size (pdf_mem_size)=3D65536].
>  ...lpcode font@name MT@char =3D@tempcntb
>
> So pdf_mem_size seems to be the right parameter ...  But one cannot  
> find it in any texmf.cnf, though.

Yes, that seems to be the right parameter. Searching for this  
parameter in Google suggests that it can be increased.

syntax (just to be sure):

pdf_mem_size =3D 524288

(or just simply the double amount compared to the default 65536, this  
value was suggested for Context, a known memory hog).

Add the line to the file /usr/local/teTeX/texmf.cnf and save the  
file. Then a "sudo fmtutil --all" must be issued from an  
administrator accout to actually get the bigger array in the TeX  
format files.

Do you have a minimal test file that shows the problem? I've never  
encountered it, even though I've used font expansion before.

Maarten

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

Subject: Re: [OS X TeX] X11
From: "Peter Dyballa" 
Date: Sun, 29 May 2005 15:43:25 +0200


Am 29.05.2005 um 12:31 schrieb Peter Breitfeld:

> for d in /usr/X11R6/bin /usr/bin/X11 /usr/local/bin/X11 ; do
>

You're not looking for=20
/usr/local/teTeX/bin/powerpc-apple-darwin-current -- that's the=20
directory that should contain xdvi from the tex i-Package ...

--
Mit friedvollen Gr=FC=DFen

   Pete

	``How do we persuade new users that spreading fonts across the =
page
	like peanut butter across hot toast is not necessarily the route =
to
	typographic excellence?''			-- Peter Flynn


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

Subject: Re: [OS X TeX] Is there a bigpdflatex?
From: "Michael Hoppe" 
Date: Sun, 29 May 2005 17:28:28 +0200

>Yes, that seems to be the right parameter. Searching for this 
>parameter in Google suggests that it can be increased.

Yes, I know that.

>syntax (just to be sure):
>
>pdf_mem_size =3D 524288
>
>(or just simply the double amount compared to the default 65536, 
>this value was suggested for Context, a known memory hog).
>
>Add the line to the file /usr/local/teTeX/texmf.cnf and save the 
>file. Then a "sudo fmtutil --all"

I did that -- but without any effect: the error message stays 
excactly the same:

! TeX capacity exceeded, sorry [PDF memory size (pdf_mem_size)=3D65536].

Strange, isn't it?


>Do you have a minimal test file that shows the problem?

No, it occurs only in long documents.  To verify the error, include

     \usepackage{euler} or \usepackage{eulervm}

in the preamble of a longer document and change in microtype.cfg the line

     \DeclareMicroTypeSet{allmath}
        { encoding =3D {T1,OT1,LY1,TS1,OML,OMS} }

into

     \DeclareMicroTypeSet{allmath}
        { encoding =3D {T1,OT1,LY1,TS1,OML,OMS,U} }


Together with

     \usepackage[verbose,expansion=3D{alltext,allmath}]{microtype}

you'll surely encounter the error.

     Or just try to increase pdf_mem_size in the way you described it 
an then have a look at the .log-file: it'll contain sime lines like

     PDF statistics:
      536 PDF objects out of 300000
      0 named destinations out of 131072
      64352 words of extra memory for PDF output out of 65536
                                                        ^^^^^

despite you've changed that value a minute ago.  But wait, now I see 
that not the value of pdf_mem_size was changed, but the one for the 
"named destinations" instead!  Do you notice the value 131072?  I've 
put pdf_mem_size =3D 131072 in texmf.cnf.  Even weirder ...

Michael

-- 
-=3D Michael Hoppe ,  =3D-----
-=3D Key fingerprint =3D 74 FD 0A E3 8B 2A 79 82 25 D0 AD 2B 75 6A AE 63
-=3D PGP public key ID 0xE0A5731D  =3D-----------------------------------

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

Subject: Re: [OS X TeX] Is there a bigpdflatex?
From: "Claus Gerhardt" 
Date: Sun, 29 May 2005 17:58:58 +0200

It could be that this parameter is only taken into account when  
initex is run. Try creating a new format with the modified settings.

Claus

On May 29, 2005, at 17:28, Michael Hoppe wrote:

> I did that -- but without any effect: the error message stays  
> excactly the same:
>
> ! TeX capacity exceeded, sorry [PDF memory size (pdf_mem_size)=3D65536].
>
> Strange, isn't it?
>


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

Subject: Re: [OS X TeX] Is there a bigpdflatex?
From: "Michael Hoppe" 
Date: Sun, 29 May 2005 21:48:47 +0200

>It could be that this parameter is only taken into account when 
>initex is run. Try creating a new format with the modified settings.

Well, after changing pdf_mem_size to 131072 I ran

     sudo fmtutil --all

That is supposed to create the formats, isn't it?

Michael

-- 
-=3D Michael Hoppe ,  =3D-----
-=3D Key fingerprint =3D 74 FD 0A E3 8B 2A 79 82 25 D0 AD 2B 75 6A AE 63
-=3D PGP public key ID 0xE0A5731D  =3D-----------------------------------

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

Subject: Re: [OS X TeX] Is there a bigpdflatex?
From: "Martin Costabel" 
Date: Mon, 30 May 2005 00:07:47 +0200

Michael Hoppe wrote:
>> It could be that this parameter is only taken into account when initex 
>> is run. Try creating a new format with the modified settings.
> 
> 
> Well, after changing pdf_mem_size to 131072 I ran
> 
>     sudo fmtutil --all
> 
> That is supposed to create the formats, isn't it?

The problem is that fmtutil is probably not seeing your changed 
texmf.cnf. Try "kpsewhich texmf.cnf"; this shows which one fmtutil will 
use. If it's not your changed one, you can first try to run "sudo 
mktexlsr /usr/local/teTeX" and see if this helps, but otherwise the 
simplest way is to replace the original texmf.cnf (after backing it up, 
of course) by your modified one. I am pretty sure that there is also a 
combination of a couple of TeX's 75 or so environment variables that 
will do the trick, but modifiying the original texmf.cnf is faster than 
even reading through the list of all possible environment variables.

-- 
Martin



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

Subject: Re: [OS X TeX] Is there a bigpdflatex?
From: "Maarten Sneep" 
Date: Mon, 30 May 2005 00:31:01 +0200

On 30 May 2005, at 0:07, Martin Costabel wrote:

> Michael Hoppe wrote:
>
>> Well, after changing pdf_mem_size to 131072 I ran
>>     sudo fmtutil --all
>> That is supposed to create the formats, isn't it?
>>
>
> The problem is that fmtutil is probably not seeing your changed  
> texmf.cnf.

The texmf.cnf file I (and others) recommended to alter is the one  
intended to hold system wide user alterations, at least according to  
Gerben's instructions. I suppose he knows what he is talking about.

Maarten

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

Subject: Re: [OS X TeX] Is there a bigpdflatex?
From: "Ross Moore" 
Date: Mon, 30 May 2005 09:34:18 +1000

Hello Michael,

On 30/05/2005, at 5:48 AM, Michael Hoppe wrote:

>> It could be that this parameter is only taken into account when 
>> initex is run. Try creating a new format with the modified settings.
>
> Well, after changing pdf_mem_size to 131072 I ran
>
>     sudo fmtutil --all
>
> That is supposed to create the formats, isn't it?


With older versions of  teTeX  it wasn't necessary to rebuild
the formats just to increase the amount of memory available.


Here is the relevant section, and comments,
from my installation:


%  Part 3: Array and other sizes for TeX (and Metafont and MetaPost).
%
% If you want to change some of these sizes only for a certain TeX
% variant, the usual dot notation works, e.g.,
% main_memory.hugetex =3D                 20000000
%
% If a change here appears to be ignored, try redumping the format file.
%

%-----------------------------------------------------------------
% Memory. Must be less than 8,000,000 total.
%
% main_memory is relevant only to initex, extra_mem_* only to non-ini.
% Thus, have to redump the .fmt file after changing main_memory; to add
% to existing fmt files, increase extra_mem_*.  (To get an idea of how
% much, try \tracingstats=3D2 in your TeX source file;
% web2c/tests/memtest.tex might also be interesting.)
%
% To increase space for boxes (as might be needed by, e.g., PiCTeX),
% increase extra_mem_bot.
%
%
main_memory =3D                   1500000 % words of inimemory available; 
also applies to inimf&mp
extra_mem_bot    =3D              0 % extra high memory for chars, 
tokens, etc.
extra_mem_top    =3D              2000000 % extra low memory for boxes, 
glue, breakpoints, etc.


So if in your texmf.cnf  file
         (the one found by:    kpsewhich texmf.cnf  )
you change the  extra_mem_top  parameter, if there is one,
then it shouldn't be necessary to rebuild any formats.
Hopefully it'll "just work".


Here's the most telling piece of info that you have provided:
>> 
>> ! TeX capacity exceeded, sorry [PDF memory size =
(pdf_mem_size)=3D65536].
>>  ...lpcode font@name MT@char =3D@tempcntb
>>
>> So pdf_mem_size seems to be the right parameter ...  But one cannot 
>> find it in any texmf.cnf, though.

The failure occurs while using a 'microtype' font-name.
I'd guess that the document is fine without Microtype, right ?

The value of  65536  for a memory parameter is historical.
It's quite inadequate for large documents using new features
and macro packages now frequently used with pdf-TeX.
Microtype is one such.

Try increasing any such low values by a factor of 10 or more.



Hope this helps,


	Ross

>
> Michael
>
> -- 
> -=3D Michael Hoppe ,  =
=3D-----
> -=3D Key fingerprint =3D 74 FD 0A E3 8B 2A 79 82 25 D0 AD 2B 75 6A AE 63
> -=3D PGP public key ID 0xE0A5731D  =
=3D-----------------------------------
> --------------------- Info ---------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
>           & FAQ: http://latex.yauh.de/faq/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Post: 
>
>
>
------------------------------------------------------------------------
Ross Moore                                         ross@maths.mq.edu.au
Mathematics Department                             office: E7A-419
Macquarie University                               tel: +61 +2 9850 8955
Sydney, Australia                                  fax: +61 +2 9850 8114
------------------------------------------------------------------------


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

--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: