Search found 3 matches

by ThinkDifferent
Fri Oct 22, 2010 6:38 am
Forum: General
Topic: Is there a way of linking equations to a different tex file?
Replies: 5
Views: 3622

Re: Is there a way of linking equations to a different tex f

thanks.
looks like xr package only allows referencing from external files.

I think method using \input{..} would do the trick.
by ThinkDifferent
Thu Oct 21, 2010 11:53 am
Forum: General
Topic: Is there a way of linking equations to a different tex file?
Replies: 5
Views: 3622

Re: Is there a way of linking equations to a different tex f

thanks!
i'm not sure though how to use a newcommand in file model2.tex that was defined in model1.tex?
by ThinkDifferent
Thu Oct 21, 2010 7:38 am
Forum: General
Topic: Is there a way of linking equations to a different tex file?
Replies: 5
Views: 3622

Is there a way of linking equations to a different tex file?

basically, we have a bunch of tex files describing various math models.
most of the time a model is an extension of an already existing one for which there is already a tex file with description. so, the equations describing a new model are equation from the old one + some extra stuff.

instead of ...