Search found 3 matches

by andersbongo
Wed Jun 09, 2010 1:24 am
Forum: BibTeX, biblatex and biber
Topic: Translation of Chicago style
Replies: 0
Views: 1303

Translation of Chicago style

Is there any way to easily translate the Chicago BibTeX style into other languages? For instance, when citing author-year you get an "and", if there are two authors. I would like to translate this "and" to the Danish equivalent ("og") automatically. Do I have to manually search and replace in the ...
by andersbongo
Sat Sep 19, 2009 4:22 pm
Forum: Graphics, Figures & Tables
Topic: Alignment problems in array environment
Replies: 3
Views: 2451

Re: Alignment problems in array environment

Thanks a bunch for the quick reply! It works like a charm (after adjusting from 3 to 4cm).

Could you perhaps explain what went wrong in my code?
by andersbongo
Sat Sep 19, 2009 3:57 pm
Forum: Graphics, Figures & Tables
Topic: Alignment problems in array environment
Replies: 3
Views: 2451

Alignment problems in array environment

I'm trying to typeset a single-row two-column array (tabular) with a matrix in the first cell and a picture in the second cell. The code is as follows:


\setlength{\unitlength}{1cm}
\begin{center}
\begin{tabular}{cc}
$c_e=\begin{pmatrix} -&3&4&2\\-&-&5&6\\-&-&-&12\\-&-&-&- \end{pmatrix ...