Hello Taco, would it be possible for your module to support the \noopsort command you can find in some .bib files? Basically, a key like key = {\noopsort{value1}}value2 will print as value2 but be sorted under value1 (details in the bibtex references? For the time being I'm just putting a \let\noopsort\relax in my document. -- Giuseppe "Oblomov" Bilotta
Giuseppe Bilotta wrote:
Hello Taco,
would it be possible for your module to support the \noopsort command you can find in some .bib files?
Sure, will do (new beta later today).
For the time being I'm just putting a \let\noopsort\relax in my document.
That's wrong, I think. Should be \def\noopsort#1{}, yes? Cheers, Taco
Friday, October 7, 2005 Taco Hoekwater wrote:
Giuseppe Bilotta wrote:
Hello Taco,
would it be possible for your module to support the \noopsort command you can find in some .bib files?
Sure, will do (new beta later today).
THanks.
For the time being I'm just putting a \let\noopsort\relax in my document.
That's wrong, I think. Should be \def\noopsort#1{}, yes?
Yes, of course. -- Giuseppe "Oblomov" Bilotta
participants (2)
-
Giuseppe Bilotta
-
Taco Hoekwater