5 Aug
2006
5 Aug
'06
12:20 p.m.
On Aug 5, 2006, at 6:10, Aditya Mahajan wrote:
On Sat, 5 Aug 2006, Renaud AUBIN wrote:
Hi all,
Is that possible to setup the \in command to obtain: - \in[fig:fig_ref] returns figure 1.1 - \in[eq:eq_ref] returns (1.1) _ \in[sec:sec_ref] returns section 2.1
Up to now I have used: - \in{figure}[fig:fig_ref] - \in{(}{)}[eq_eq_ref] (but there is an extra h space just after "(" ) - \in{section}[sec_sec_ref]
Here is a very simple mechanism, I do not take care of all the bells and whistles [1] of \in.
I wrestled with the same problem and solved it by calling specifically \ineq for equations and programming it as: % Parenthesized equation references \definereferenceformat[ineq][left=(,right=)] Hans van der Meer