Search found 11 matches

by Trine
Sun Nov 16, 2008 10:39 am
Forum: Texmaker and TeXstudio
Topic: aarrrh, bibtex is driving me mad!
Replies: 6
Views: 23294

aarrrh, bibtex is driving me mad!

well, somtimes it helps to write down ones problems ;)

I figured it out at last


\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{harvard}

\begin{document}

This is my first document with a bibliography generated by
Bib ...
by Trine
Sun Nov 16, 2008 10:14 am
Forum: Texmaker and TeXstudio
Topic: aarrrh, bibtex is driving me mad!
Replies: 6
Views: 23294

aarrrh, bibtex is driving me mad!

I have the texlive-bibtex-extra package that should provide me with following:

This package includes the following CTAN packages:
apacite -- Citation style following rules of American Psychological Assoc.
beebe -- TeX-related bibliographies and BibTeX styles.
bibarts -- No caption.
bibhtml ...
by Trine
Sun Nov 16, 2008 9:51 am
Forum: Texmaker and TeXstudio
Topic: aarrrh, bibtex is driving me mad!
Replies: 6
Views: 23294

aarrrh, bibtex is driving me mad!

Ok, here goes

\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}

\begin{document}

This is my first document with a bibliography generated by
Bib\TeX. Now I cite an article by Nielsen and Schovsbo~\cite{Nielsen}.

\bibliographystyle ...
by Trine
Sat Nov 15, 2008 11:51 pm
Forum: Texmaker and TeXstudio
Topic: aarrrh, bibtex is driving me mad!
Replies: 6
Views: 23294

aarrrh, bibtex is driving me mad!

Thank you for taking your time to look into my problem.

Well that works - no problems at all.
I use

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}

No error messages, neither when compiling the .bib file, nor the .tex

I still haven't solved the problem with other document. When ...
by Trine
Fri Nov 14, 2008 1:13 am
Forum: Texmaker and TeXstudio
Topic: aarrrh, bibtex is driving me mad!
Replies: 6
Views: 23294

aarrrh, bibtex is driving me mad!

I have tried to get bibtex up and running for what feels like an eternity...
I want to get my references to look like (author, year)

I have created at .bib file
with content looking like this:


@Article{Nielsen,
author = {Arne Thorshøj Nielsen and Niels Hemmingsen Schovsbo},
title = {Cambrian to ...
by Trine
Thu Sep 18, 2008 1:45 pm
Forum: General
Topic: Bibliography file does not work
Replies: 3
Views: 8767

Re: Bibliography file does not work

Maybe you have placed \bibliography{"path"} before \begin{document}?

It must be in the text body

Trine
by Trine
Thu Sep 18, 2008 1:39 pm
Forum: Texmaker and TeXstudio
Topic: using BiBTeX with TeXmaker
Replies: 1
Views: 8939

using BiBTeX with TeXmaker

I simply can't make it work!

Under "configure" I have defined the path for bibtex (on my filesystem it is usr/bin/bibtex).
I have saved a seperate file, with the extension .bib in the present folder (where my main document is).
The file contains the following (it's just an example, just to try and ...
by Trine
Tue Dec 18, 2007 3:16 pm
Forum: Texmaker and TeXstudio
Topic: Problems using BiBTeX with TeXmaker
Replies: 9
Views: 132796

Re: Problems using BiBTeX with TeXmaker

Thanks a bunch
Now it works :D

It turned out, after having read the linked post, that I needed to "show" TeXmaker where to find BiBTeX. That of course makes perfect sense - now that I know ;)
by Trine
Tue Dec 18, 2007 2:06 pm
Forum: Texmaker and TeXstudio
Topic: Writing speed in texmaker
Replies: 2
Views: 7301

Re: Writing speed in texmaker

I have no idea what is causing it. I can only say that it not happening when I am typing in TeXmake, nor with anyone else I know using the same program. My guess is, that the problem does not have anything to do with TeXmaker, but rather with your computer or other some other software running in the ...
by Trine
Tue Dec 18, 2007 1:58 pm
Forum: Texmaker and TeXstudio
Topic: Problems using BiBTeX with TeXmaker
Replies: 9
Views: 132796

Problems using BiBTeX with TeXmaker

Hi

I am having problems using BiBTeX with TeXmaker. Before I started using Ubuntu, I was using MikTeX and Texniccenter i Windows, in which I had no problem using BiBTex.

I simply can't make it work now! And I have no idea what I am doing wrong.

I have done following, saving an individual .bib ...