Search found 4 matches

by di remigio
Mon Jan 16, 2012 6:30 pm
Forum: Graphics, Figures & Tables
Topic: Errors with matrix environment
Replies: 2
Views: 4411

Errors with matrix environment

The situation it's a bit complicated. I'm loading the packages through the
classicthesis-config.tex file, provided with the style file, adding the packages I need.
That file is loaded with \input{} after the \documentclass call.
This is the whole file:

\PassOptionsToPackage{floatperchapter ...
by di remigio
Mon Jan 16, 2012 5:44 pm
Forum: Graphics, Figures & Tables
Topic: Errors with matrix environment
Replies: 2
Views: 4411

Errors with matrix environment

I am writing my thesis with the classicthesis style, I compile using pdflatex
in TeX Live 2010.
I run into the following error:
Package array Error: Empty preamble: `l' used.

The error is generated by the code:

\begin{equation*}
g_{\mu\nu}=
\begin{pmatrix}
1 & 0 & 0 & 0 \\
0 & -1 & 0 & 0 \\
0 ...
by di remigio
Wed Sep 09, 2009 9:01 am
Forum: Graphics, Figures & Tables
Topic: Caption package: problem changing caption name in LyX
Replies: 3
Views: 4453

Re: Caption package: problem changing caption name in LyX

Same error... Is it possible to do it without using this package?
by di remigio
Tue Sep 08, 2009 7:31 pm
Forum: Graphics, Figures & Tables
Topic: Caption package: problem changing caption name in LyX
Replies: 3
Views: 4453

Caption package: problem changing caption name in LyX

I need to change the captions of certain figures in a document from "Figure" to "Diagram". I tried the caption package using the command "\captionsetup{name=Diagram}" where it was needed. Problem is that it generates an error and I don't know how to solve it.

Thank you.