Journal home page
General information Submit an item Download style files Copyright Contact us |
Ask Nelly is a question and answer column. Nelly is the quiet person who sits at the back corner desk, who knows a lot, and when asked any question is always ready with a patient answer. If Nelly doesn't know the answer, Nelly will know an expert who has the answer. Feel free to Ask Nelly about any aspect of LaTeX, TeX, Context, etc.
|
|
Q: Dear Nelly: When I use one of LaTeX's standard tabular environments, I find it exceedingly messy to add footnotes in that table. Since I want the footnotes directly under the table (of course), I have to deal with redefining footnote-related commands, setting up minipages, experimenting to figure out the correct widths for each of these minipages, and when everything finally looks ok, and I decide to add or delete a column, I need to redesign the minipage! Do you know a better way to achieve what I want? A: I completely understand your frustration. Having to deal with these issues is tedious and ought to be unnecessary. Luckily TeX guru Donald Arseneau thought the same, and he create the threeparttable.sty style file. If you do not have it installed yet, you can find it in CTAN directory macros/latex/contrib/misc/ Just include it with a \usepackage{threeparttable} And then you can easily create tables consisting of three parts (the caption, the table itself, and the table notes) like this: \begin{table} \begin{threeparttable} \caption{Wild animals of {\TeX}land\tnote{1}} \begin{tabular}{ll} \hline Diminutive & Gnat\tnote{2}\\ & Foobug\\ \hline Fair-sized\tnote{3} & Armadillo\\ & Wumpus\tnote{4}\\ & Borogove\\ \hline Huge & Gnu\tnote{5}\\ & Jabberwock\\ \hline Unknown & Grue\tnote{6}\\ \hline \end{tabular} \begin{tablenotes}[para] \item[1] {\TeX}land is usually travelled by the famous explorer \emph{Dave Walden}; \item[2] First discovered and described by the zoologist Leslie Lamport in 1985; \item[3] Fair-sized means not smaller than a mouse (the animal, not the pointing device) and not larger than a donkey; \item[4] Beware of the Wumpus: it is both elusive and dangerous; \item[5] First discovered and described by the zoologist Richard Stallman in 1984; \item[6] Grues are exceedingly dangerous, they only occur in the dark, and no one who encountered them lived to tell the tale. \end{tablenotes} \end{threeparttable} \end{table} As you can see, we can use a normal LaTeX table environment for the float, as well as a normal tabular, tabular*, tabularx or any of the array environments. The table notes are all marked with \tnote{}, so there is no need for awkward redefinitions. The notes are typeset using one or more tablenotes environments, each of which can take an optional argument (para in this case, other options are flushleft, online or the default normal) that determines how the notes are being typeset. The one disadvantage that I can think of is that there is no automatic numbering of notes (yet).
A: Yes, I do. Your life will be a lot easier with the subfig package by Steven Cochran. This package may already be installed on your system, but if need be it can be downloaded from CTAN in the macros/latex/contrib/subfig/directory. Include it with a \usepackage{subfig}Then you can use the \subfloat{} command within your floats to include each graph. They will automatically be numbered using alphanumeric labels within parentheses. You can use an optional argument to extend these labels with a subcaption. An example: \begin{figure} \centering \subfloat[Annual rainfall in {\TeX}land, 1977--2007]{ \includegraphics[width=0.4\textwidth]{rainfall} \qquad \subfloat[Number of sunny days \emph{per annum} in {\TeX}land, 1977--2007]{ \includegraphics[width=0.4\textwidth]{sunshine} \caption{The pleasant climate of {\TeX}land illustrated.} \end{figure}There are many options to this package, which are explained in detail in the accompanying documentation.
A: There are several packages able to do typeset critical editions, including parallel texts in two languages, complicated line numbering and multiple sets of footnotes as well as multiple sets of endnotes available. The three that are — to my knowledge — most often used are Edmac, Ednotes and Ledmac, all avaiilable for LaTeX (although edmac is technically a TeX package that can be run under LaTeX by using an additional package): Edmac
http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=edmac They differ a bit in capabilities, so it's best to
skim the documentation of all three before deciding which
one to use. There is also Ledpar, a package that requires
ledmac,and offers parallel typesetting, which is ueful for,
for example, bilingual critical editions. It can be found
in the Ledmac directory on CTAN. |
Page generated June 9, 2010 ; TUG home page; join TUG/renew membership; webmaster; facebook; x; mastodon.