Export Case item type to BibTeX
I have Zotero 2.0.9 on MacOS X 10.6. I have downloaded the AGLC (Australian Guide to Legal Citations) style.
In my database I have an entry with an item type set to 'Case'. It is a link to a case on the lawlink.nsw.gov.au website. When I export the entry to BibTex the entry is saved as a 'misc' entry as such:
@misc{_dee-tech_2010,
title = {{Dee-Tech} Pty Ltd \& Anor v Neddam Holdings Pty Limited [2010] {NSWCA} 374},
volume = {374},
copyright = {{/Lawlink/Corporate/ll\_corporate.nsf/pages/LL\_Homepage\_disclaimer}},
url = {http://www.lawlink.nsw.gov.au/scjudgments/2010nswca.nsf/09da2a0a2a27441dca2570e6001e144d/4f251b1750d4c08eca2577ff007da791?OpenDocument},
month = dec,
year = {2010}
},
Shouldn't the type be @case or @jurisdiction instead of @misc? I noticed websites also come out as @misc. Shouldn't they be something more specific? Reason I ask is that I use AGLC LaTeX macros that use this type to split up the bibliography as per AGLC requirements. It won't work if Zotero exports most stuff as @misc.
Am I wrong to assume that the item type should translate to the bibtex type?
Mark
In which case, how would I be able to distinguish that a @misc entry is actually a case? I was hoping not to fiddle with the keys (_dee_tech_2010) as zotero generates these. There's nothing in the entry above to indicate it is a case either.
Secondly you mention the 'sample AGLC BibLaTeX database'. What database do you refer to?
Thanks
Mark
[ linked to from http://willhardy.com.au/aglc-and-latex/ ]
Will's database has '@jurisdiction', '@legislation' and '@legal' entries. None of these are standard BibTeX entries right?
This is what got me started actually. I've been working on Will's AGLC style to get it working with the current version of LaTeX. It (kind of) works now and the next part was to feed it data. But it seems that Will is using custom entries in his database. So, for the moment at least, it means I need to manually mantain my bibliography instead of feeding it info from Zotero (or anything else). At the least I'll need to split my bibliography into standard (articles, books etc) and non-standard (cases, legislation etc) databases.
Mark
PS: Will recently posted his AGLC source to github. Check out https://github.com/willhardy/aglc