[OS X TeX] bibtex <filename>.rsp
Ross Moore
ross at ics.mq.edu.au
Sun Mar 26 16:48:48 EST 2006
Hello Frank,
On 26/03/2006, at 9:55 PM, Frank STENGEL wrote:
> \immediate\write\@auxout{\global\modusValue=\the\modusValue}
>
> To reset the mode, simply trash the .aux file... I did't fully test
> it, but it seems to do the trick. Speaking of which, is there a
> proper way to write to the .aux file without having to use a LaTeX
> internal (\@auxout)?
This is the only way, so far as I'm aware.
Programming to write to the .aux file is something that
is only done at the package- (or class-) design level.
That is essentially the level that you are working at here,
so dealing with control-sequences having @ in the name is
quite appropriate, IMHO.
Of course you could always make your own alias that
doesn't use @ ; e.g.
\makeatletter
\let\myauxout\@auxout
\makeatother
Then write the rest of your code in terms of \myauxout .
>
> In the hope this helps...
Cheers,
Ross
>
> --
> Frank STENGEL (fstengel<at>mac.com)
>
> ------------------------- 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 Archive: http://tug.org/pipermail/macostex-archives/
>
>
------------------------------------------------------------------------
Ross Moore ross at maths.mq.edu.au
Mathematics Department office: E7A-419
Macquarie University tel: +61 +2 9850 8955
Sydney, Australia 2109 fax: +61 +2 9850 8114
------------------------------------------------------------------------
------------------------- 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 Archive: http://tug.org/pipermail/macostex-archives/
More information about the MacOSX-TeX
mailing list