I'm trying to get my figures to appear on a blank page by themselves immediately after the page in which they are first referenced. I am currently using the [p] command, but this places all but one of the figures at the end of the text. How can this be accomplished?
Thanks!
Search found 3 matches
- Tue May 05, 2009 8:41 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure on page by itself, but not at the end...
- Replies: 1
- Views: 1579
- Mon May 04, 2009 12:29 am
- Forum: BibTeX, biblatex and biber
- Topic: chapterbib | References by Chapter
- Replies: 8
- Views: 22345
chapterbib | References by Chapter
Thanks for your help! Finally got it to work!! Just to make it crystal clear for other users, here's what I did:
Delete current .bbl files from the sample file, so that you can see if your compilation works.
Build (ctrl+F7) sample.tex once.
Open chp01.tex, chp02.tex, and chp03.tex.
For each ...
Delete current .bbl files from the sample file, so that you can see if your compilation works.
Build (ctrl+F7) sample.tex once.
Open chp01.tex, chp02.tex, and chp03.tex.
For each ...
- Wed Apr 29, 2009 6:49 am
- Forum: BibTeX, biblatex and biber
- Topic: chapterbib | References by Chapter
- Replies: 8
- Views: 22345
chapterbib | References by Chapter
I'm compiling a large document (using a main file and several other files using the \include{} command) that requires reference lists at the end of each chapter. I've been attempting to use chapterbib, but something seems to be wrong. I've read posts on the internet which suggest that each chapter ...