I'm currently using the aastex package and I'm having a problem with the \deluxetable environment.
Here's what I want to do:
I would like LaTeX to automatically convert my \citet{blah} entries into numerical citations and to then automatically populate \tablerefs with the author-year form of the citation. I would also like the counting of these citations to be independent of the rest of the paper, such that each table starts from "1".
I'm currently handling this all "manually" using Excel.
LaTeX + Excel method:
- Sort table columns by citation
- Copy list of author citations and assign each a number, being careful to assign the same number to repeated citations
- After removing redundancies, use alphabetized list of citations with newly assigned number in the
\tablerefs - Replace original citation column from table with numerical citations from step 2.
Clearly, this becomes a pain very quickly when there are a) many tables, b) the tables change frequently.
Any help would be appreciated.
PS: I am still something of a TeX noob, so my apologies if I've bungled some of the vernacular.