bibliography goes to next next page but i want it to continue to my current page
up vote
0
down vote
favorite
here is my minimum code
%%%%%%%%%%%%%%%%%%%% author.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% sample root file for your "contribution" to a proceedings volume
%
% Use this file as a template for your own input.
%
%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
documentclass{svproc}
usepackage{url}
defUrlFont{rmfamily}
%usepackage{ecrc}
usepackage{amssymb}
usepackage{graphicx,subfigure}
usepackage{amssymb}
usepackage[figuresright]{rotating}
usepackage{algorithm}
usepackage{algorithmic}
usepackage{float}
usepackage[numbers]{natbib}
begin{document}
mainmatter % start of a contribution
%
% typeset the title of the contribution
begin{abstract}
fgggggggjmnfghndgcnnnnnbhhvbvbvbvbnnnvvncnv
end{abstract}
section{INTRODUCTION}
label{sec1}
ghjfgjhmkfuyhjmjgmjk
fvjmnvjhnjmjhm,
bibliographystyle{spbasic}
bibliography{ref}
end{document}
bibtex
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
0
down vote
favorite
here is my minimum code
%%%%%%%%%%%%%%%%%%%% author.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% sample root file for your "contribution" to a proceedings volume
%
% Use this file as a template for your own input.
%
%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
documentclass{svproc}
usepackage{url}
defUrlFont{rmfamily}
%usepackage{ecrc}
usepackage{amssymb}
usepackage{graphicx,subfigure}
usepackage{amssymb}
usepackage[figuresright]{rotating}
usepackage{algorithm}
usepackage{algorithmic}
usepackage{float}
usepackage[numbers]{natbib}
begin{document}
mainmatter % start of a contribution
%
% typeset the title of the contribution
begin{abstract}
fgggggggjmnfghndgcnnnnnbhhvbvbvbvbnnnvvncnv
end{abstract}
section{INTRODUCTION}
label{sec1}
ghjfgjhmkfuyhjmjgmjk
fvjmnvjhnjmjhm,
bibliographystyle{spbasic}
bibliography{ref}
end{document}
bibtex
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Could you elaborate your question? If you are asking why there is a new page before the section "INTRODUCTION": that can be a consequence of the class you are using (svproc
in this case).
– Karlo
Oct 22 at 12:23
Svproc is not a standard class so perhaps mention where you got it from. If you were instructed to use it, then don't change the behaviour! I'm assuming this is some kind of conference proceedings or similar. The people at the receiving end get quite annoyed when they receive contributions where the author have been changing the template.
– daleif
Oct 22 at 14:20
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
here is my minimum code
%%%%%%%%%%%%%%%%%%%% author.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% sample root file for your "contribution" to a proceedings volume
%
% Use this file as a template for your own input.
%
%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
documentclass{svproc}
usepackage{url}
defUrlFont{rmfamily}
%usepackage{ecrc}
usepackage{amssymb}
usepackage{graphicx,subfigure}
usepackage{amssymb}
usepackage[figuresright]{rotating}
usepackage{algorithm}
usepackage{algorithmic}
usepackage{float}
usepackage[numbers]{natbib}
begin{document}
mainmatter % start of a contribution
%
% typeset the title of the contribution
begin{abstract}
fgggggggjmnfghndgcnnnnnbhhvbvbvbvbnnnvvncnv
end{abstract}
section{INTRODUCTION}
label{sec1}
ghjfgjhmkfuyhjmjgmjk
fvjmnvjhnjmjhm,
bibliographystyle{spbasic}
bibliography{ref}
end{document}
bibtex
here is my minimum code
%%%%%%%%%%%%%%%%%%%% author.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% sample root file for your "contribution" to a proceedings volume
%
% Use this file as a template for your own input.
%
%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
documentclass{svproc}
usepackage{url}
defUrlFont{rmfamily}
%usepackage{ecrc}
usepackage{amssymb}
usepackage{graphicx,subfigure}
usepackage{amssymb}
usepackage[figuresright]{rotating}
usepackage{algorithm}
usepackage{algorithmic}
usepackage{float}
usepackage[numbers]{natbib}
begin{document}
mainmatter % start of a contribution
%
% typeset the title of the contribution
begin{abstract}
fgggggggjmnfghndgcnnnnnbhhvbvbvbvbnnnvvncnv
end{abstract}
section{INTRODUCTION}
label{sec1}
ghjfgjhmkfuyhjmjgmjk
fvjmnvjhnjmjhm,
bibliographystyle{spbasic}
bibliography{ref}
end{document}
bibtex
bibtex
edited Oct 22 at 11:06
Denis
2,023520
2,023520
asked Oct 22 at 5:39
monika
114
114
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Could you elaborate your question? If you are asking why there is a new page before the section "INTRODUCTION": that can be a consequence of the class you are using (svproc
in this case).
– Karlo
Oct 22 at 12:23
Svproc is not a standard class so perhaps mention where you got it from. If you were instructed to use it, then don't change the behaviour! I'm assuming this is some kind of conference proceedings or similar. The people at the receiving end get quite annoyed when they receive contributions where the author have been changing the template.
– daleif
Oct 22 at 14:20
add a comment |
Could you elaborate your question? If you are asking why there is a new page before the section "INTRODUCTION": that can be a consequence of the class you are using (svproc
in this case).
– Karlo
Oct 22 at 12:23
Svproc is not a standard class so perhaps mention where you got it from. If you were instructed to use it, then don't change the behaviour! I'm assuming this is some kind of conference proceedings or similar. The people at the receiving end get quite annoyed when they receive contributions where the author have been changing the template.
– daleif
Oct 22 at 14:20
Could you elaborate your question? If you are asking why there is a new page before the section "INTRODUCTION": that can be a consequence of the class you are using (
svproc
in this case).– Karlo
Oct 22 at 12:23
Could you elaborate your question? If you are asking why there is a new page before the section "INTRODUCTION": that can be a consequence of the class you are using (
svproc
in this case).– Karlo
Oct 22 at 12:23
Svproc is not a standard class so perhaps mention where you got it from. If you were instructed to use it, then don't change the behaviour! I'm assuming this is some kind of conference proceedings or similar. The people at the receiving end get quite annoyed when they receive contributions where the author have been changing the template.
– daleif
Oct 22 at 14:20
Svproc is not a standard class so perhaps mention where you got it from. If you were instructed to use it, then don't change the behaviour! I'm assuming this is some kind of conference proceedings or similar. The people at the receiving end get quite annoyed when they receive contributions where the author have been changing the template.
– daleif
Oct 22 at 14:20
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Normally there is clearpage before bibliography, trick it to not insert page break:
%%%%%%%%%%%%%%%%%%%% author.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% sample root file for your "contribution" to a proceedings volume
%
% Use this file as a template for your own input.
%
%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
documentclass{svproc}
usepackage{url}
defUrlFont{rmfamily}
%usepackage{ecrc}
usepackage{amssymb}
usepackage{graphicx,subfigure}
usepackage{amssymb}
usepackage[figuresright]{rotating}
usepackage{algorithm}
usepackage{algorithmic}
usepackage{float}
usepackage[numbers]{natbib}
usepackage{filecontents}
begin{filecontents*}{bib.bib}
@book{knuth,
author = {Knuth, Donald E.},
title = {The {TeX} book},
date = 1984,
maintitle = {Computers & Typesetting},
volume = {A},
publisher = {Addison-Wesley},
location = {Reading, Mass.},
langid = {english},
langidopts = {variant=american},
sortyear = {1984-1},
sorttitle = {Computers & Typesetting A},
indexsorttitle= {The TeXbook},
indextitle = {protectTeX book, The},
shorttitle = {TeX book}
}
end{filecontents*}
begin{document}
mainmatter % start of a contribution
%
% typeset the title of the contribution
begin{abstract}
fgggggggjmnfghndgcnnnnnbhhvbvbvbvbnnnvvncnv
end{abstract}
section{INTRODUCTION}
label{sec1}
ghjfgjhmkfuyhjmjgmjk
fvjmnvjhnjmjhm,
cite{knuth}
begingroup
renewcommand{clearpage}{}
bibliographystyle{spbasic}
bibliography{bib}
endgroup
end{document}
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Normally there is clearpage before bibliography, trick it to not insert page break:
%%%%%%%%%%%%%%%%%%%% author.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% sample root file for your "contribution" to a proceedings volume
%
% Use this file as a template for your own input.
%
%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
documentclass{svproc}
usepackage{url}
defUrlFont{rmfamily}
%usepackage{ecrc}
usepackage{amssymb}
usepackage{graphicx,subfigure}
usepackage{amssymb}
usepackage[figuresright]{rotating}
usepackage{algorithm}
usepackage{algorithmic}
usepackage{float}
usepackage[numbers]{natbib}
usepackage{filecontents}
begin{filecontents*}{bib.bib}
@book{knuth,
author = {Knuth, Donald E.},
title = {The {TeX} book},
date = 1984,
maintitle = {Computers & Typesetting},
volume = {A},
publisher = {Addison-Wesley},
location = {Reading, Mass.},
langid = {english},
langidopts = {variant=american},
sortyear = {1984-1},
sorttitle = {Computers & Typesetting A},
indexsorttitle= {The TeXbook},
indextitle = {protectTeX book, The},
shorttitle = {TeX book}
}
end{filecontents*}
begin{document}
mainmatter % start of a contribution
%
% typeset the title of the contribution
begin{abstract}
fgggggggjmnfghndgcnnnnnbhhvbvbvbvbnnnvvncnv
end{abstract}
section{INTRODUCTION}
label{sec1}
ghjfgjhmkfuyhjmjgmjk
fvjmnvjhnjmjhm,
cite{knuth}
begingroup
renewcommand{clearpage}{}
bibliographystyle{spbasic}
bibliography{bib}
endgroup
end{document}
add a comment |
up vote
0
down vote
Normally there is clearpage before bibliography, trick it to not insert page break:
%%%%%%%%%%%%%%%%%%%% author.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% sample root file for your "contribution" to a proceedings volume
%
% Use this file as a template for your own input.
%
%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
documentclass{svproc}
usepackage{url}
defUrlFont{rmfamily}
%usepackage{ecrc}
usepackage{amssymb}
usepackage{graphicx,subfigure}
usepackage{amssymb}
usepackage[figuresright]{rotating}
usepackage{algorithm}
usepackage{algorithmic}
usepackage{float}
usepackage[numbers]{natbib}
usepackage{filecontents}
begin{filecontents*}{bib.bib}
@book{knuth,
author = {Knuth, Donald E.},
title = {The {TeX} book},
date = 1984,
maintitle = {Computers & Typesetting},
volume = {A},
publisher = {Addison-Wesley},
location = {Reading, Mass.},
langid = {english},
langidopts = {variant=american},
sortyear = {1984-1},
sorttitle = {Computers & Typesetting A},
indexsorttitle= {The TeXbook},
indextitle = {protectTeX book, The},
shorttitle = {TeX book}
}
end{filecontents*}
begin{document}
mainmatter % start of a contribution
%
% typeset the title of the contribution
begin{abstract}
fgggggggjmnfghndgcnnnnnbhhvbvbvbvbnnnvvncnv
end{abstract}
section{INTRODUCTION}
label{sec1}
ghjfgjhmkfuyhjmjgmjk
fvjmnvjhnjmjhm,
cite{knuth}
begingroup
renewcommand{clearpage}{}
bibliographystyle{spbasic}
bibliography{bib}
endgroup
end{document}
add a comment |
up vote
0
down vote
up vote
0
down vote
Normally there is clearpage before bibliography, trick it to not insert page break:
%%%%%%%%%%%%%%%%%%%% author.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% sample root file for your "contribution" to a proceedings volume
%
% Use this file as a template for your own input.
%
%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
documentclass{svproc}
usepackage{url}
defUrlFont{rmfamily}
%usepackage{ecrc}
usepackage{amssymb}
usepackage{graphicx,subfigure}
usepackage{amssymb}
usepackage[figuresright]{rotating}
usepackage{algorithm}
usepackage{algorithmic}
usepackage{float}
usepackage[numbers]{natbib}
usepackage{filecontents}
begin{filecontents*}{bib.bib}
@book{knuth,
author = {Knuth, Donald E.},
title = {The {TeX} book},
date = 1984,
maintitle = {Computers & Typesetting},
volume = {A},
publisher = {Addison-Wesley},
location = {Reading, Mass.},
langid = {english},
langidopts = {variant=american},
sortyear = {1984-1},
sorttitle = {Computers & Typesetting A},
indexsorttitle= {The TeXbook},
indextitle = {protectTeX book, The},
shorttitle = {TeX book}
}
end{filecontents*}
begin{document}
mainmatter % start of a contribution
%
% typeset the title of the contribution
begin{abstract}
fgggggggjmnfghndgcnnnnnbhhvbvbvbvbnnnvvncnv
end{abstract}
section{INTRODUCTION}
label{sec1}
ghjfgjhmkfuyhjmjgmjk
fvjmnvjhnjmjhm,
cite{knuth}
begingroup
renewcommand{clearpage}{}
bibliographystyle{spbasic}
bibliography{bib}
endgroup
end{document}
Normally there is clearpage before bibliography, trick it to not insert page break:
%%%%%%%%%%%%%%%%%%%% author.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% sample root file for your "contribution" to a proceedings volume
%
% Use this file as a template for your own input.
%
%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
documentclass{svproc}
usepackage{url}
defUrlFont{rmfamily}
%usepackage{ecrc}
usepackage{amssymb}
usepackage{graphicx,subfigure}
usepackage{amssymb}
usepackage[figuresright]{rotating}
usepackage{algorithm}
usepackage{algorithmic}
usepackage{float}
usepackage[numbers]{natbib}
usepackage{filecontents}
begin{filecontents*}{bib.bib}
@book{knuth,
author = {Knuth, Donald E.},
title = {The {TeX} book},
date = 1984,
maintitle = {Computers & Typesetting},
volume = {A},
publisher = {Addison-Wesley},
location = {Reading, Mass.},
langid = {english},
langidopts = {variant=american},
sortyear = {1984-1},
sorttitle = {Computers & Typesetting A},
indexsorttitle= {The TeXbook},
indextitle = {protectTeX book, The},
shorttitle = {TeX book}
}
end{filecontents*}
begin{document}
mainmatter % start of a contribution
%
% typeset the title of the contribution
begin{abstract}
fgggggggjmnfghndgcnnnnnbhhvbvbvbvbnnnvvncnv
end{abstract}
section{INTRODUCTION}
label{sec1}
ghjfgjhmkfuyhjmjgmjk
fvjmnvjhnjmjhm,
cite{knuth}
begingroup
renewcommand{clearpage}{}
bibliographystyle{spbasic}
bibliography{bib}
endgroup
end{document}
answered Oct 22 at 14:33
daniel
3209
3209
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f456199%2fbibliography-goes-to-next-next-page-but-i-want-it-to-continue-to-my-current-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Could you elaborate your question? If you are asking why there is a new page before the section "INTRODUCTION": that can be a consequence of the class you are using (
svproc
in this case).– Karlo
Oct 22 at 12:23
Svproc is not a standard class so perhaps mention where you got it from. If you were instructed to use it, then don't change the behaviour! I'm assuming this is some kind of conference proceedings or similar. The people at the receiving end get quite annoyed when they receive contributions where the author have been changing the template.
– daleif
Oct 22 at 14:20