home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.text.tex
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!max.fiu.edu!serss0!richard
- From: richard@serss0 (Richard A Simm)
- Subject: Referencing tables and figures
- Organization: Florida International University, Miami
- Date: Wed, 30 Dec 1992 17:33:30 GMT
- Message-ID: <C0323v.E0B@fiu.edu>
- Sender: news@fiu.edu (Usenet Administrator)
- Lines: 20
-
- I need a macro package that allows easy referencing of tables and figured in
- Plain TeX. What I'm looking for is something that will do:
-
- \newtable{Matrix Representation}
- % table defined here
- {\bf Table \prtablenum{Matrix Representation}}: Matrix Representation
- ...
- ... See Table \prtablenum{Matrix Representation} for a description
- of how to format your tables. ...
-
- I need the same for Figures. I don't need to cross-reference page numbers
- with where the table/figure is located though. I've looked through tex.index
- but haven't found anything.
-
- Another feature that would be nice is a \tableindex that would format the
- tables and their titles (similar to a bibliography at the end of a
- document).
-
-
- Albert richard@serss0.fiu.edu
-