Alexander Grahn | 7 Mar 2008 15:09
Picon
Favicon

Re: save_size, was: --mem-max (MiKTeX-2.6) vs. --main-memory (MiKTeX-2.7); How to increase main memory?

Hi Ulrike,

thanks for your 2 messages.

On Fri, Mar 07, 2008 at 02:48:10PM +0100, Ulrike Fischer wrote:
>{\expandafter\xdef\csname <var name>\endcsname{<some value or macro to
>be expanded>}}

This has already been done, see line 77 of the current animate.sty [2008/03/05]

Furthermore, following your suggestions of your second last mail, I
tried to reformulate the tests on the existence of \csnames, replacing
e. g.

\expandafter\ifx\csname used <at> #1 <at> \the\ <at> anim <at> tmpcnt\endcsname\relax
...
\else
...
\fi

by

\ifcsname used <at> #1 <at> \the\ <at> anim <at> tmpcnt\endcsname
...
\else
...
\fi

or alternatively by

\ <at> ifundefined{\csname used <at> #1 <at> \the\ <at> anim <at> tmpcnt\endcsname}{
...
}{
...
}

However, this leads to missing \endcsname errors.

Alexander

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Gmane