General ⇒ question about thebibliography
question about thebibliography
I would like to ask a question regarding the thebibliography environment. When I typeset my document, LaTeX puts the bibliography item (created with \bibitem) on a new page, leaving the previous page with the "References" title empty (that is, no items are typeset on this initial page). I'm using the book.cls format, is this a standard behavior in book.cls, if so how can I tell LaTeX to typeset items on this first bibliograpy page too? If not, am I doing something wrong then?
that's what I'm using:
%Bibliography
\backmatter
\begin{thebibliography}{99}
\include{bibliography/bib_supersonic}
\end{thebibliography}
Regards
Fab
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
question about thebibliography
use \input instead of \include.
question about thebibliography
thanks a million!gmedina wrote:Hi,
use \input instead of \include.
it's always those little things!
have a nice weekend
Fab
-
- Posts: 24
- Joined: Tue Dec 02, 2008 11:45 pm
Re: question about thebibliography
\backmatter
%%%%%%% Bibliography %%%%%%%
\bibliographystyle{plain}
\bibliography{mybiblio}
Where 'mybiblio.bib' is in the same directory as the main tex file. Any ideas?
question about thebibliography
Code: Select all
(pdf)latex
bibtex
(pdf)latex