Search found 5 matches

by ChrisQ
Tue Nov 08, 2011 9:11 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography Creation with Mendeley
Replies: 5
Views: 9530

Re: Bibliography Creation with Mendeley

I didn't get any error messages in the console output (which I don't seem to be able to access, unless I have some other kind of error). However, I did find that by putting my bibliography in the same folder, it worked - not quite as neat in terms of folders as I'd like, but it's probably too much ...
by ChrisQ
Sun Nov 06, 2011 7:45 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography Creation with Mendeley
Replies: 5
Views: 9530

Re: Bibliography Creation with Mendeley

Thanks for your response,

I've tried clicking the green button with bibtex selected, then doing the same for pdflatex, multiple times, and I get the title at the end of my work that says 'Bibliography', but there is nothing beneath it, and my reference is still [?].

Is there ever a problem with ...
by ChrisQ
Sun Nov 06, 2011 4:46 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography Creation with Mendeley
Replies: 5
Views: 9530

Bibliography Creation with Mendeley

Hello

I'm having problems creating a bibliography for the first time; I'm using Mendeley to generate it (it creates a file with the following code:
Automatically generated by Mendeley 1.1.2
Any changes to this file will be lost if it is regenerated by Mendeley.

@article{Mcnamara2004,
author ...
by ChrisQ
Sun Oct 23, 2011 6:00 pm
Forum: Graphics, Figures & Tables
Topic: graphicx | Package doesn't work
Replies: 2
Views: 2218

Re: graphicx | Package doesn't work

Thanks very much, really appreciate it! I've tried Texworks, which seems to let me put images in.

Thanks for the welcome, Chris.
by ChrisQ
Sun Oct 23, 2011 4:24 pm
Forum: Graphics, Figures & Tables
Topic: graphicx | Package doesn't work
Replies: 2
Views: 2218

graphicx | Package doesn't work

Hi there,

I must be having the simplest problem, and feel rather silly, but I can't fine a solution, so here it is:

How do I get graphics in my pdf? I've tried the following code:
\documentclass[a4paper,12pt]{article}
\usepackage{graphicx}

\begin{document}
Hello world
\end{document}
but come up ...