OK. I changed the minimal working example it not so minimal now but it works. You will need the two files attached called "biblidoc.bib" and "abnt.bst" in the same folder to compile.
My issue can be seen in the second page where are two tables with a huge space between then.
Search found 8 matches
- Sun Feb 13, 2011 10:49 pm
- Forum: Graphics, Figures & Tables
- Topic: Large spaces after tables
- Replies: 4
- Views: 2343
- Sun Feb 13, 2011 5:54 pm
- Forum: Graphics, Figures & Tables
- Topic: Large spaces after tables
- Replies: 4
- Views: 2343
Large spaces after tables
So, I'm experiencing this problem: I put several tables one after another, but when I compile the final pdf has large blank spaces between these tables. That makes these tables to be spread along several pages. I want them with only a single line between one table and the next. What should I do ...
- Sat Feb 12, 2011 7:47 pm
- Forum: Graphics, Figures & Tables
- Topic: Can't add pages from PDF file with »pdfpages« package
- Replies: 9
- Views: 17769
Can't add pages from PDF file with »pdfpages« package
UHUUUUUUUUU!!!!!!!!!! I did it!!! :D
I simply changed and simplified my make file so it now looks like this:
# $Id: $
FILE = main2
# Change "main2" for your main tex document name
all:
pdflatex $(FILE)
bibtex $(FILE)
pdflatex $(FILE)
pdflatex $(FILE)
pdflatex $(FILE)
clean:
rm -f *.log ...
I simply changed and simplified my make file so it now looks like this:
# $Id: $
FILE = main2
# Change "main2" for your main tex document name
all:
pdflatex $(FILE)
bibtex $(FILE)
pdflatex $(FILE)
pdflatex $(FILE)
pdflatex $(FILE)
clean:
rm -f *.log ...
- Sat Feb 12, 2011 6:55 pm
- Forum: Graphics, Figures & Tables
- Topic: Can't add pages from PDF file with »pdfpages« package
- Replies: 9
- Views: 17769
Can't add pages from PDF file with »pdfpages« package
Hmm. Well, pdflatex did work to include the external pdf pages :)
But it gave two other problems. I get missing bibliography references. My bibioglaphy is in a archieve called biblidoc.bib . When I tried to run bibtex I get this:
$ bibtex biblidoc.bib
I couldn't open file name `biblidoc.bib.aux ...
But it gave two other problems. I get missing bibliography references. My bibioglaphy is in a archieve called biblidoc.bib . When I tried to run bibtex I get this:
$ bibtex biblidoc.bib
I couldn't open file name `biblidoc.bib.aux ...
- Sat Feb 12, 2011 5:58 pm
- Forum: Graphics, Figures & Tables
- Topic: Can't add pages from PDF file with »pdfpages« package
- Replies: 9
- Views: 17769
Can't add pages from PDF file with »pdfpages« package
Frits, that didnt work here, even without the "\input{title.tex}". I still get the blank pages.
How did you compiled? Did you used my makefile?
Here it is the minimal working example :
\documentclass[11pt, titlepage, onecolumn, a4paper]{article}
\usepackage[dvips]{graphicx}
\usepackage[final ...
How did you compiled? Did you used my makefile?
Here it is the minimal working example :
\documentclass[11pt, titlepage, onecolumn, a4paper]{article}
\usepackage[dvips]{graphicx}
\usepackage[final ...
- Sat Feb 12, 2011 3:21 pm
- Forum: Graphics, Figures & Tables
- Topic: Can't add pages from PDF file with »pdfpages« package
- Replies: 9
- Views: 17769
Can't add pages from PDF file with »pdfpages« package
Hi, there.
I'm having a issue with adding pdf pages from an external pdf to my document. I used the package pdfpages and the command
\includepdf[pages={1-11}]{01-form1_08-2010b.pdf}
But in the final pdf all that I get is 11 blank pages (at the place I'd expected to have the pdf insertion ...
I'm having a issue with adding pdf pages from an external pdf to my document. I used the package pdfpages and the command
\includepdf[pages={1-11}]{01-form1_08-2010b.pdf}
But in the final pdf all that I get is 11 blank pages (at the place I'd expected to have the pdf insertion ...
- Sat Oct 16, 2010 4:45 am
- Forum: General
- Topic: How to refer to the index in the text?
- Replies: 2
- Views: 2056
Re: How to refer to the index in the text?
Yes. Thats is exact what I wanted.
Thank you, very much!
Thank you, very much!
- Sat Oct 16, 2010 1:53 am
- Forum: General
- Topic: How to refer to the index in the text?
- Replies: 2
- Views: 2056
How to refer to the index in the text?
Hi. I'm new in this community.
I hope to be posting in the right section.
Does anyone know how to refer to index in the text?
I mean... I want to write something like this: "as stated before in item XX". And instead of "XX" I want that LaTeX show the corresponding item number showed in the index ...
I hope to be posting in the right section.
Does anyone know how to refer to index in the text?
I mean... I want to write something like this: "as stated before in item XX". And instead of "XX" I want that LaTeX show the corresponding item number showed in the index ...