Hi. I'm compiling materials for a small, subject-specific encyclopedia/dictionary. I have about a month's worth of experience with LaTeX + BibTeX under Linux (with Texmaker,) and I was wondering if I could do the encyclopedia with LaTeX somehow. These are the two things I am wondering about right now, which are related:
1. What would be the most sensible way to separate the entries? Each encyclopedia entry is not really a separate chapter, nor a section of a chapter, and obviously each entry doesn't need its own separate page.
2. In view of whatever the answer to (1) is, what tags should I use so that reference information from the citations appears at the end of each entry, instead of in one bibliography at one place in the document?
choward wrote:
1. What would be the most sensible way to separate the entries? Each encyclopedia entry is not really a separate chapter, nor a section of a chapter, and obviously each entry doesn't need its own separate page.
You could use unnumbered sections with a running title. The counter secnumdepth can be changed to suppress the numbering. I don't know if there's a package or class that allows you to easily change the format of sections. I usually redefine \section, but this involves using the internal command \@startsection, so the code should either be put in a class or style file or it needs to be enclosed by \makeatletter ... \makeatother.
choward wrote:
2. In view of whatever the answer to (1) is, what tags should I use so that reference information from the citations appears at the end of each entry, instead of in one bibliography at one place in the document?
You could use bibunits. If you make each entry a section, this makes it easier.