Search found 4 matches

by outspokengolem
Thu Sep 18, 2008 4:23 am
Forum: General
Topic: Fix harvard \citeasnoun to use 'and' rather than '&'
Replies: 0
Views: 2960

Fix harvard \citeasnoun to use 'and' rather than '&'

I am using the agsm bibliography style. This style uses an ampersand in citations in place of the word 'and' before the last author in the author list. This is inappropriate for in-text citations using the \citeasnoun command because it is not correct to use an ampersand in running text. How do I ...
by outspokengolem
Tue Jul 15, 2008 12:27 am
Forum: General
Topic: Centering multicolumn headings
Replies: 10
Views: 20507

Re: Centering multicolumn headings

Yeah, I've stumbled on to dcolumn already (by accident mind you). There's also rccol that does a similar job. However they rely on specifying the number of digits in the column specifier in order to allow the right column width; they don't actually solve the general problem I have, which is being ...
by outspokengolem
Mon Jul 14, 2008 4:04 am
Forum: General
Topic: Centering multicolumn headings
Replies: 10
Views: 20507

Centering multicolumn headings

Getting there Stefan, although you've fixed my specific example rather than helped out in the general case. For example, you've used tabularx, which is inappropriate because I want the table to be at its natural width (how did you know to use 7cm?) and you've changed the alignment of the table text ...
by outspokengolem
Mon Jul 14, 2008 3:06 am
Forum: General
Topic: Centering multicolumn headings
Replies: 10
Views: 20507

Centering multicolumn headings

I want to centre a column heading. I've tried something like:


\begin{tabular}{ll} \hline
\multicolumn{2}{c}{This is some very long text...} \\
Short text & Short text \\ \hline
\end{tabular}


but because the heading is longer than the text underneath it, the heading is not centred as one would ...