I don't know what you expect us to do with that sample. Obviously we cannot test it without the included documents. Please read up on how to create a proper minimal working example , and why it is important to do so.
I was expecting that you might notice something in the actual code that might be ...
Search found 7 matches
- Fri Nov 05, 2010 8:42 pm
- Forum: Page Layout
- Topic: A5 paper size needed in PDF
- Replies: 10
- Views: 24455
- Fri Nov 05, 2010 8:18 pm
- Forum: BibTeX, biblatex and biber
- Topic: Problem with same author same year citations
- Replies: 1
- Views: 2642
Re: Problem with same author same year citations
The ordering does not make sense indeed. It seems that, given the same author(s) and the same year, the ordering just follows the order in the .bib file.
Did you try swapping the order of the two articles within the .bib file?
Did you try swapping the order of the two articles within the .bib file?
- Fri Nov 05, 2010 8:11 pm
- Forum: General
- Topic: Problem with cross-references
- Replies: 7
- Views: 13258
Problem with cross-references
Using \label and \ref are not meant to be used when you want to refer to the "title" of a section/table/figure but when you want to refer to the "number" of a section/table/figure. Because your section uses a * to drop the numbering, you get nothing in your output.
Compare this with the following ...
Compare this with the following ...
- Thu Nov 04, 2010 12:44 am
- Forum: Page Layout
- Topic: A5 paper size needed in PDF
- Replies: 10
- Views: 24455
A5 paper size needed in PDF
This says it all. Because of the extra dot in the file name, it thinks the extension is ".1.pdf" rather than ".pdf" and it doesn't know what to do with ".1.pdf" files. Rename your files (e.g., Figure2-1.pdf) and all will be well.
Yes thanks! I was wondering about the dots but with the .eps ...
- Wed Nov 03, 2010 11:26 pm
- Forum: Page Layout
- Topic: A5 paper size needed in PDF
- Replies: 10
- Views: 24455
A5 paper size needed in PDF
Anyway, even if that doesn't work, you almost definitely have the epstopdf command line tool already installed.
Voilà, now all your files are available as PDFs for pdflatex too.
Yes, I just did that and it successfully converted all the .eps files to .pdf
I have no problem in compiling the ...
- Wed Nov 03, 2010 10:06 pm
- Forum: Page Layout
- Topic: A5 paper size needed in PDF
- Replies: 10
- Views: 24455
Re: A5 paper size needed in PDF
Hello and thanks for your prompt reply.
I already tried the epstopdf package but I get the 'unknown graphics extension' error.
I am using Kile on Ubuntu and was looking for a solution which would not require installation and migration to new software.
Kostas
I already tried the epstopdf package but I get the 'unknown graphics extension' error.
I am using Kile on Ubuntu and was looking for a solution which would not require installation and migration to new software.
Kostas
- Wed Nov 03, 2010 9:11 pm
- Forum: Page Layout
- Topic: A5 paper size needed in PDF
- Replies: 10
- Views: 24455
A5 paper size needed in PDF
Hi all,
I am experiencing the same problem in another thread [1]. However, none of the solutions suggested so far produces the desired output (a book in a5 paper size).
When I try
\documentclass[12pt,a5paper]]{book}
\usepackage[dvips,a5paper]{geometry}
I get the a dvi, ps and pdf in a4 size. I ...
I am experiencing the same problem in another thread [1]. However, none of the solutions suggested so far produces the desired output (a book in a5 paper size).
When I try
\documentclass[12pt,a5paper]]{book}
\usepackage[dvips,a5paper]{geometry}
I get the a dvi, ps and pdf in a4 size. I ...