Search found 3 matches

by ajayram198
Sun May 05, 2013 2:25 pm
Forum: General
Topic: Latex compliation error 'pgflibrarytikzpositioning.code.tex'
Replies: 1
Views: 3501

Latex compliation error 'pgflibrarytikzpositioning.code.tex'

Hello,

I have a HP Pavillon Laptop with Fedora 14 installed and 2 GB RAM, and am trying to compile a latex file of my thesis report. which has a lot of packages. While compiling the Latex file it gives me an error

! I can't find file `pgflibrarytikzpositioning.code.tex'.

I tried another simple ...
by ajayram198
Tue Feb 26, 2013 2:32 pm
Forum: BibTeX, biblatex and biber
Topic: Neither Bibliography Data nor Style found
Replies: 3
Views: 3887

Neither Bibliography Data nor Style found

This is the simple Code I have written

\documentclass[titlepage,a4paper,12pt]{report}
\begin{document}

I want to cite \cite{de2005multilevel} amd \cite{timmerman2006multilevel}

\bibliographystyle{plain}
\bibliography{Section2_ref}

\end{document}


and then I ran this
latex error.tex
This is ...
by ajayram198
Mon Feb 25, 2013 8:43 pm
Forum: BibTeX, biblatex and biber
Topic: Neither Bibliography Data nor Style found
Replies: 3
Views: 3887

Neither Bibliography Data nor Style found

Hello,

I am trying to write my references in an external file and use BibTeX for my LaTeX Document. I am using Ubuntu 12.04 .

First I ran the LaTeX compiler.
latex Section2.tex
Then I ran BibTeX on the .aux file
bibtex Section2.aux
But I am getting this error message.
I found no \bibdata ...