Re: tugindia Digest, Vol 101, Issue 9

Sameer <[email protected]>
Newsgroups gmane.comp.tex.tugindia
Message-ID <20110518114316.GC3546@debian>
Dear Radhakrishnan Sir, 

The below code solves my problem. Thanks to you and others for the support.

Regards
Sameer Mohamed Thahir


> 
> Message: 3
> Date: Wed, 18 May 2011 14:20:27 +0530
> From: CV Radhakrishnan <[email protected]>
> To: [email protected]
> Subject: Re: [Tugindia] Suppressing Blank page before Bibliography
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> On 05/18/2011 01:48 PM, Harish Kumar Holla wrote:
> > It seems u r not using Bibtex. Try that. I is good and these problems will
> > not come.
> > 
> > On Wed, May 18, 2011 at 1:44 PM, Sameer <[email protected]> wrote:
> > 
> >> Dear All,
> >>
> >> I am using LaTeX to prepare my seminar report. I am using BibTeX for
> >> preparing the Bibliography. Please see the code snippet at
> >> http://pastebin.com/JaGBHPh1 .
> >>
> >> The problem is a blank page comes before the Bibliography when the output
> >> is produced. Can someone suggest me a simple way to suppress the blank page.
> >> Also is there a way I can avoid the title Bibliography that comes before the
> >> references.
> 
> Samir, in book class (which you're using), bibliography is defined as a
> chapter without number. Hence, it will leave out a page if it does not
> start in a odd page. What you might do is to redefine bib environment to
> make it a section instead. Here is the relevant code which you might
> copy before \begin{document} in your file:
> 
> \makeatletter
> \newenvironment{thebibliography}[1]
>      {\section*{\bibname}%
>       \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}%
>       \list{\@biblabel{\@arabic\c@enumiv}}%
>            {\settowidth\labelwidth{\@biblabel{#1}}%
>             \leftmargin\labelwidth
>             \advance\leftmargin\labelsep
>             \@openbib@code
>             \usecounter{enumiv}%
>             \let\p@enumiv\@empty
>             \renewcommand\theenumiv{\@arabic\c@enumiv}}%
>       \sloppy
>       \clubpenalty4000
>       \@clubpenalty \clubpenalty
>       \widowpenalty4000%
>       \sfcode`\.\@m}
>      {\def\@noitemerr
>        {\@latex@warning{Empty `thebibliography' environment}}%
>       \endlist}
> 
> \makeatother
> 
> Hope this will solve your problem.
> 
> Harish, frankly, I could not follow what you've written. Can you please
> use standard English? You might consider the fact that the list is read
> by many people like me who might find difficulties with your special
> kind of acronyms and the archive will be read by many generations.
> 
> Best regards
> 
> -- 
> Radhakrishnan
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Wed, 18 May 2011 14:23:13 +0530
> From: CV Radhakrishnan <[email protected]>
> To: [email protected]
> Subject: Re: [Tugindia] Suppressing Blank page before Bibliography
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> On 05/18/2011 02:20 PM, CV Radhakrishnan wrote:
> > On 05/18/2011 01:48 PM, Harish Kumar Holla wrote:
> >> It seems u r not using Bibtex. Try that. I is good and these problems will
> >> not come.
> >>
> >> On Wed, May 18, 2011 at 1:44 PM, Sameer <[email protected]> wrote:
> >>
> >>> Dear All,
> >>>
> >>> I am using LaTeX to prepare my seminar report. I am using BibTeX for
> >>> preparing the Bibliography. Please see the code snippet at
> >>> http://pastebin.com/JaGBHPh1 .
> >>>
> >>> The problem is a blank page comes before the Bibliography when the output
> >>> is produced. Can someone suggest me a simple way to suppress the blank page.
> >>> Also is there a way I can avoid the title Bibliography that comes before the
> >>> references.
> > 
> > Samir, in book class (which you're using), bibliography is defined as a
> > chapter without number. Hence, it will leave out a page if it does not
> > start in a odd page. What you might do is to redefine bib environment to
> > make it a section instead. Here is the relevant code which you might
> > copy before \begin{document} in your file:
> > 
> > \makeatletter
> > \newenvironment{thebibliography}[1]
> 
> Sorry, this should be:
> 
>  \renewenvironment{thebibliography}[1]
> 
> >      {\section*{\bibname}%
> >       \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}%
> >       \list{\@biblabel{\@arabic\c@enumiv}}%
> >            {\settowidth\labelwidth{\@biblabel{#1}}%
> >             \leftmargin\labelwidth
> >             \advance\leftmargin\labelsep
> >             \@openbib@code
> >             \usecounter{enumiv}%
> >             \let\p@enumiv\@empty
> >             \renewcommand\theenumiv{\@arabic\c@enumiv}}%
> 
> [...]
> 
> Apologies.
> 
> -- 
> Radhakrishnan
> 
> 

_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.