[OS X TeX] References across files
Michael Sharpe
msharpe at ucsd.edu
Thu Jan 15 23:35:32 EST 2009
On Jan 13, 2009, at 12:09 AM, Morten Høgholm wrote:
> On Mon, Jan 12, 2009 at 9:13 PM, Michael Sharpe <msharpe at ucsd.edu>
> wrote:
>
>> You might find the arrayjob package of use, but you would have to
>> rework
>> your data. It allows you to describe arrays of data that you define
>> with, eg
>> \newarray\mydata
>> \mydata(1)={first piece of data}
>> \mydata(2)={second piece}
>> ...
>> and which can be retrieved within short macros for arbitrary use.
>> It's a
>> very well done package.
>
> Except choosing the name \array is a pretty bad name when using LaTeX.
> It effectively prevents LaTeX from typesetting array and tabular
> material.
>
That's true, but it seems to be easy to fix. I've emailed Zhuhan
Jiang, the author of arrayjob but he is away until early February. It
seems that if one replaces \array on lines 108, 148 and 164 of
arrayjob.sty with another name (I use \Array), then arrayjob plays
nicely with array/tabular.
Michael
More information about the MacOSX-TeX
mailing list