Search found 55 matches

by pandammonium
Wed Apr 01, 2009 5:36 pm
Forum: Kile
Topic: User help document
Replies: 4
Views: 4347

Re: User help document

Oh. :oops:

Hmm, weird. And it's only that one file that's being opened by the Gimp? You have actually tried opening PDFs created in other Kile projects and they open ok in Evince? And it's definitely a PDF file you're creating? Well, I have to admit that I'm stumped! I'm sorry I can't be of any ...
by pandammonium
Wed Apr 01, 2009 3:39 pm
Forum: BibTeX, biblatex and biber
Topic: running 'bibtex -min-crossrefs=NUMBER' doesn't affect x-refs
Replies: 1
Views: 3185

running 'bibtex -min-crossrefs=NUMBER' doesn't affect x-refs

Hi, I don't want to rely on \nocites in order to get cross-references that are only referred to once into the bibliography because if I remove the citation doing the cross-referencing, I might not remember to take out the \nocite, even if I do place the \nocite immediately after the \cite.

So, I ...
by pandammonium
Tue Mar 31, 2009 2:13 pm
Forum: TeX Live and MacTeX
Topic: User bibtex styles - where do they go?
Replies: 1
Views: 6345

User bibtex styles - where do they go?

Hi, I originally posted this problem in the Kile forum , because it seemed to be a problem with the way Kile worked originally, but now I think it might be related to the Latex distribution itself.

I've got TexLive on Ubuntu and editing with Kile. The problem is this:

I have a texmf directory set ...
by pandammonium
Tue Mar 31, 2009 2:02 pm
Forum: Kile
Topic: User help document
Replies: 4
Views: 4347

User help document

Do all your PDF files open with the Gimp or just ones made in Latex? If all of them, you should check your settings for what application opens PDF files in Ubuntu (don't ask me how to do that - I'm not an Ubuntu expert at all!). If only the ones made with Latex, how are you opening the file? Is it ...
by pandammonium
Mon Mar 23, 2009 2:30 pm
Forum: Kile
Topic: harvard bsu style
Replies: 4
Views: 10194

harvard bsu style

I confess I have not got this to work yet, either. I have learned a lot more about Latex on Ubuntu (8.10) since that first post (I am using texlive), and now I have a texmf directory set up in my home area that I put .sty files that my package managers can't download for whatever reason in. The file ...
by pandammonium
Wed Mar 18, 2009 5:34 pm
Forum: BibTeX, biblatex and biber
Topic: n.d. (no date) using natbib with apalike
Replies: 1
Views: 19582

n.d. (no date) using natbib with apalike

Just leave the year field blank, then the `no date' will be formatted according to your style file, for example, Harvard's apsr gives `N.d.' and agsm gives `n.d.'; apalike should do whatever the APA specifies.

Code: Select all

  year =         {},
by pandammonium
Wed Mar 18, 2009 5:28 pm
Forum: BibTeX, biblatex and biber
Topic: Specific question for harvard-style citing
Replies: 1
Views: 2279

Re: Specific question for harvard-style citing

Try investigating the natbib package - I'm sure the documentation mentions something about that sort of thing. You can still specify the harvard styles with natbib.
by pandammonium
Wed Mar 18, 2009 5:25 pm
Forum: Graphics, Figures & Tables
Topic: Top border on table does not appear in pdf
Replies: 10
Views: 10233

Re: Top border on table does not appear in pdf

Might I recommend the booktabs package, which defines some nice-looking lines to use with tables? There is also some good advice in the manual about the formatting of tables in documents.

You can use the multicol and multirow packages to merge cells.
by pandammonium
Wed Mar 18, 2009 5:15 pm
Forum: General
Topic: How to get "“>”"
Replies: 4
Views: 2613

How to get "“>”"

There's also some information about it in the Comprehensive Latex Symbols document, which is an incredibly useful document.
by pandammonium
Wed Mar 18, 2009 5:10 pm
Forum: General
Topic: How do I find a package / help on how to use a package?
Replies: 3
Views: 2326

Re: How do I find a package / help on how to use a package?

You could perhaps email the maintainer of that package. There is an email address in the readme file (at the bottom of the page you linked to).