Search found 5 matches

by alpha
Wed Sep 16, 2009 7:13 pm
Forum: Math & Science
Topic: Problem with creating a matrix
Replies: 2
Views: 10180

Re: Problem with creating a matrix

@Stefan_K!

Thank you very much! You saved my day!
by alpha
Wed Sep 16, 2009 7:04 pm
Forum: Math & Science
Topic: Problem with creating a matrix
Replies: 2
Views: 10180

Problem with creating a matrix

Hello!

I want to create a matrix having one row and multiple columns. I am doing it as follows:

\usepackage{amsmath}
\begin{equation}
y(k)=
\begin{bmatrix}
a_{0}&a_{1}&a_{2}&b_{1}&b_{2}&c_{1}&c_{2}&d_{1}&d_{2}&e_{1}&e{2}
\end{bmatrix}
\end{equation}

I am getting the error:

! Extra alignment ...
by alpha
Tue Aug 11, 2009 10:23 pm
Forum: BibTeX, biblatex and biber
Topic: Problem with BiBTeX @electronic entry
Replies: 3
Views: 17168

Re: Problem with BiBTeX @electronic entry

I found a simpler way:

url = "http://www.x-plane.com/pg\textunderscore reviews.html"
by alpha
Tue Aug 11, 2009 8:15 pm
Forum: BibTeX, biblatex and biber
Topic: Problem with BiBTeX @electronic entry
Replies: 3
Views: 17168

Re: Problem with BiBTeX @electronic entry

Thank you. I will try this out and get back if the problem persists.
by alpha
Tue Aug 11, 2009 10:39 am
Forum: BibTeX, biblatex and biber
Topic: Problem with BiBTeX @electronic entry
Replies: 3
Views: 17168

Problem with BiBTeX @electronic entry

Hello!

I am new to this forum as well as BiBTeX. I am writing a research paper in which I want the following citation:
@electronic{xplaneworks,
title = "How {X}-{P}lane {W}orks",
url = "http://www.x-plane.com/pg_reviews.html",
month = "August",
year = "2009"
}
This generates strange errors ...