Banner

Donate

You find LaTeX Community useful? Please donate! Learn why!

Amount:

Partner Sites

goLaTeX
TeXblog
TeXnicCenter

Who is online

In total there are 16 users online :: 2 registered, 0 hidden and 14 guests (based on users active over the past 5 minutes)
Most users ever online was 108 on Tue Jun 08, 2010 3:33 pm

Users browsing this forum: Google [Bot], Google Adsense [Bot] and 14 guests

thebibliography spilling into Appendix

LaTeX specific issues not fitting into one of the other forums of this category.

thebibliography spilling into Appendix

Postby BMAcox on Sun Apr 13, 2008 3:36 pm

Hi All:

My bibliography spills into my Appendix section. Please help. After writing my last section, I have a
\begin{Appendix}
figure1
figure2
.
.
.
figure6
\end{Appendix}
\begin{thebibliography}{1}
\end{thebibliography}

The .pdf output has part of my bib wedged between my figure 2 and 3 etc. What a mess! The figures do take up a few pages. And I would like them to stay together. So how do I ensure that the bib also appears continuously without interruptions? How can I call so that the bib starts in a new page/new section after my Appendix?

Thanks so much!
BMAcox
 
Posts: 42
Joined: Sat Dec 22, 2007 11:07 pm

Re: thebibliography spilling into Appendix

Postby Stefan_K on Sun Apr 13, 2008 3:47 pm

Hi BMAcox,

there is no appendix environment with the standard classes. Just write \appendix instead of \begin{appendix} ... \end{appendix}.

You could use \clearpage (\cleardoublepage) to force the output of floating figures before the beginning of the bibliography. Alternatively you might use \FloatBarrier of the placeins package.

Stefan
Stefan_K
Site Moderator
 
Posts: 2687
Joined: Mon Mar 10, 2008 8:44 pm
Location: Hamburg, Germany

Re: thebibliography spilling into Appendix

Postby BMAcox on Sun Apr 13, 2008 3:55 pm

That did it. Thanks so much, Stefan!!!

As
\Appendix

which I do like better because it does not enumerate this section. How do I get the word 'Appendix' to proceed this section?
BMAcox
 
Posts: 42
Joined: Sat Dec 22, 2007 11:07 pm

Re: thebibliography spilling into Appendix

Postby Stefan_K on Sun Apr 13, 2008 4:07 pm

Hi BMAcox,

you could write:
Code: Select all
\appendix
\section*{Appendix}
...

Or what exactly do you mean?

Stefan
Stefan_K
Site Moderator
 
Posts: 2687
Joined: Mon Mar 10, 2008 8:44 pm
Location: Hamburg, Germany

Re: thebibliography spilling into Appendix

Postby BMAcox on Sun Apr 13, 2008 6:12 pm

Just simply to have the word 'Appendix' appear w.o. any numbering that \section{Appendix} would do.
\Appendix
\begin{center}
\bf{Appendix}
\end{center}
BMAcox
 
Posts: 42
Joined: Sat Dec 22, 2007 11:07 pm

Re: thebibliography spilling into Appendix

Postby Stefan_K on Sun Apr 13, 2008 6:36 pm

That's why I suggested \section*{Appendix}, with a star *. The starred sectioning forms print the title, but they do not print a corresponding number and do not incement the relevant counter and they do not make an entry into the table of contents.

By the way, do not use \bf. Those two letter font commands are obsolete. Use \textbf{Appendix} or {\bfseries Appendix} instead.
And the usual appendix command of the standard classes is \appendix, written in small letters.

Stefan
Stefan_K
Site Moderator
 
Posts: 2687
Joined: Mon Mar 10, 2008 8:44 pm
Location: Hamburg, Germany

Re: thebibliography spilling into Appendix

Postby BMAcox on Sun Apr 13, 2008 7:02 pm

Cool. Thx for clarifying this
BMAcox
 
Posts: 42
Joined: Sat Dec 22, 2007 11:07 pm


Return to General

Who is online

Users browsing this forum: Google [Bot], Google Adsense [Bot] and 14 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group