separated referencesNo vertical white space after References title in BibliographyChicago style references in...
Writing Cyrillic text to a file
Intern applicant asking for compensation equivalent to that of permanent employee
MAC Address learning process
Why do stocks necessarily drop during a recession?
Difference between i++ and (i)++ in C
Is it possible to grant users sftp access without shell access? If yes, how is it implemented?
In Linux what happens if 1000 files in a directory are moved to another location while another 300 files were added to the source directory?
Why zero tolerance on nudity in space?
What incentives do banks have to gather up loans into pools (backed by Ginnie Mae)and selling them?
Can a long polymer chain interact with itself via van der Waals forces?
Simple text-based tic-tac-toe
Why exactly do action photographers need high fps burst cameras?
What is the wife of a henpecked husband called?
Writing a character who is going through a civilizing process without overdoing it?
Why is working on the same position for more than 15 years not a red flag?
Eww, those bytes are gross
How to prevent users from executing commands through browser URL
Which one of these password policies are more secure?
How long is the D&D Starter Set campaign?
Is the timing of the US-North-Korea summit in Vietnam and Michael Cohen's testimony in Congress coincidence?
Moving from one room/cave to another within the same dungeon
What's a good word to describe a public place that looks like it wouldn't be rough?
How to limit sight distance to 1 KM
How should I handle players who ignore the session zero agreement?
separated references
No vertical white space after References title in BibliographyChicago style references in latexMultiple references styleReferences in latexProblems with bibliography and references in TexWorksWrong numeration bibliography biblatexAdd numbering to referencesTeXnic center references after each subsectionDuplicate bibliography references in two languagesRe-numbering references
I'm using a style for references using bibtex, with numbering order inside the document. The references are at two different languages, Persian and Latin. I need to separate the Persian and Latin references at the end of the document, without changing their order. An example is as follow
[3] Persian reference (First Persian reference)
[5] Persian reference (Second Persian reference)
[1] Latin reference (First Latin reference)
[2] Latin reference (Second Latin reference)
[4] Latin reference (Third Latin reference)
[6] Latin reference (Forth Latin reference)
Could anyone help me?
bibliographies
add a comment |
I'm using a style for references using bibtex, with numbering order inside the document. The references are at two different languages, Persian and Latin. I need to separate the Persian and Latin references at the end of the document, without changing their order. An example is as follow
[3] Persian reference (First Persian reference)
[5] Persian reference (Second Persian reference)
[1] Latin reference (First Latin reference)
[2] Latin reference (Second Latin reference)
[4] Latin reference (Third Latin reference)
[6] Latin reference (Forth Latin reference)
Could anyone help me?
bibliographies
4
Welcome to TeX.SX! Please help us help you and add a minimal working example with bibliography (MWEB) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting withdocumentclass{...}and ending withend{document}.
– samcarter
Jan 7 at 13:59
2
Would switching tobiblatexbe an option for you?
– samcarter
Jan 7 at 13:59
4
Crosspost
– Johannes_B
Jan 7 at 14:07
add a comment |
I'm using a style for references using bibtex, with numbering order inside the document. The references are at two different languages, Persian and Latin. I need to separate the Persian and Latin references at the end of the document, without changing their order. An example is as follow
[3] Persian reference (First Persian reference)
[5] Persian reference (Second Persian reference)
[1] Latin reference (First Latin reference)
[2] Latin reference (Second Latin reference)
[4] Latin reference (Third Latin reference)
[6] Latin reference (Forth Latin reference)
Could anyone help me?
bibliographies
I'm using a style for references using bibtex, with numbering order inside the document. The references are at two different languages, Persian and Latin. I need to separate the Persian and Latin references at the end of the document, without changing their order. An example is as follow
[3] Persian reference (First Persian reference)
[5] Persian reference (Second Persian reference)
[1] Latin reference (First Latin reference)
[2] Latin reference (Second Latin reference)
[4] Latin reference (Third Latin reference)
[6] Latin reference (Forth Latin reference)
Could anyone help me?
bibliographies
bibliographies
edited Jan 7 at 18:37
Bernard
171k775203
171k775203
asked Jan 7 at 13:55
احد صابراحد صابر
1
1
4
Welcome to TeX.SX! Please help us help you and add a minimal working example with bibliography (MWEB) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting withdocumentclass{...}and ending withend{document}.
– samcarter
Jan 7 at 13:59
2
Would switching tobiblatexbe an option for you?
– samcarter
Jan 7 at 13:59
4
Crosspost
– Johannes_B
Jan 7 at 14:07
add a comment |
4
Welcome to TeX.SX! Please help us help you and add a minimal working example with bibliography (MWEB) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting withdocumentclass{...}and ending withend{document}.
– samcarter
Jan 7 at 13:59
2
Would switching tobiblatexbe an option for you?
– samcarter
Jan 7 at 13:59
4
Crosspost
– Johannes_B
Jan 7 at 14:07
4
4
Welcome to TeX.SX! Please help us help you and add a minimal working example with bibliography (MWEB) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with
documentclass{...} and ending with end{document}.– samcarter
Jan 7 at 13:59
Welcome to TeX.SX! Please help us help you and add a minimal working example with bibliography (MWEB) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with
documentclass{...} and ending with end{document}.– samcarter
Jan 7 at 13:59
2
2
Would switching to
biblatex be an option for you?– samcarter
Jan 7 at 13:59
Would switching to
biblatex be an option for you?– samcarter
Jan 7 at 13:59
4
4
Crosspost
– Johannes_B
Jan 7 at 14:07
Crosspost
– Johannes_B
Jan 7 at 14:07
add a comment |
1 Answer
1
active
oldest
votes
This is possible in the alpha-persian style. For more information, see
here please.
In the latest version(1.2), which I sent to CTAN, you can sort the Persian and English references to your liking.
First of all, update your texlive (or miktex) and then act as below:
documentclass{article}
usepackage{xcolor}
usepackage[pagebackref=true,colorlinks,linkcolor=blue,citecolor=green!80!black]{hyperref}
usepackage{amssymb}
usepackage{amsmath}
usepackage{xepersian}
settextfont{Yas}
begin{document}
lr{cite{B02f}}
و
lr{cite{aliabad2004rings}}
و
cite{aliabad2004rings,ali,whatever,B02f}
و همچنین داریم:
lr{cite{aliabad2004rings,ali,whatever,B02f}}
nocite{*}
bibliographystyle{alpha-persian}
%bibliography{sample8}
bibliography{sample10}
end{document}
This is your bibfile: sample10
@misc{whatever,
AUTHOR = "{noopsort{3}}{Madadpour},Ahmad ",
quotation={1},
year = {2001},
Slabel = {1},
chapter={5},
title = {Testing the effects of bibtex styles on bibliography formatting},
murl = {http://www.w3.org/TR/prov-o/},
doi = {01.1000/doi-0121},
madadurltest={1},
key={665},
}
@misc{B02f,
howpublished = {How it was published},
AUTHOR = "{noopsort{4}}{Madadpour},Shapour and Madadpour , Mohamadhosain and Madadpour ,Mitra ",
year = {2002},
Slabel = {2},
quotation={1},
title = {First},
pages={13--17},
madadurltest={1},
mlabel = {$checkmark^+$},
murl = {http://www.w3.org/TR/prov-o/},
chapter={5},
}
@article{aliabad2004rings,
title={reference test-Rings of continuous functions vanishing at infinity},
AUTHOR = "{noopsort{5}}{Madadpour},Alireza ",
journal={Commentationes Mathematicae Universitatis Carolinae},
volume={45},
Slabel = {4},
pages={519--533},
quotation={1},
year={2004},
murl = {http://www.w3.org/TR/prov-o/},
madadurltest={1},
publisher={Charles University in Prague, Faculty of Mathematics and Physics},
}
@article{ali,
title={reference test-Pasting topological spaces at one point},
AUTHOR = "{noopsort{6}}{Madadpour},Mahmood ",
journal={Czechoslovak Mathematical Journal},
volume={56},
Slabel = {6},
number={4},
pages={1193--1206},
quotation={1},
year={2006},
publisher={Springer},
url = {http://www.w3.org/TR/prov-o/},
}
@phdthesis{mmm,
title={فضای توپولوژی},
author={{noopsort{2}}{رضایی علیآباد},علی},
journal={Kyungpook mathematical journal},
pages={1163--1171},
LANGUAGE = {Persian},
Slabel = {5},
madadurltest={1},
quotation={1},
murl = {http://www.w3.org/TR/prov-o/},
series = {second series},
year = {2002},
url = {http://www.w3.org/TR/prov-o/},
chapter={5},
school = {دانشگاه چمران اهواز},
}
@inbook{yu,
AUTHOR = {
{noopsort{1}}{نامداری},مهرداد and کوچکپور,عبدعلی},
Slabel = {3},
TITLE = {مقدمهای بر نظریهی اصولی مجموعهها},
VOLUME = {1},
YEAR = {1394},
MONTH = {بهار},
PAGES = {39-43},
quotation={1},
LANGUAGE = {Persian},
doi = {322/511},
isbn = {978-600-141-173-1},
edition ={دوم},
series = {سری دوم},
number = {100},
chapter={5},
madadurltest={1},
murl = {http://www.w3.org/TR/prov-o/},
publisher = {انتشارات دانشگاه چمران},
note = {یک یادداشت اختیاری در اینجا میتوانید وارد کنید},
address = {آدرس منتشر کننده},
slabel = {4},
}
** And this is your output:**
Good luck.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f468969%2fseparated-references%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is possible in the alpha-persian style. For more information, see
here please.
In the latest version(1.2), which I sent to CTAN, you can sort the Persian and English references to your liking.
First of all, update your texlive (or miktex) and then act as below:
documentclass{article}
usepackage{xcolor}
usepackage[pagebackref=true,colorlinks,linkcolor=blue,citecolor=green!80!black]{hyperref}
usepackage{amssymb}
usepackage{amsmath}
usepackage{xepersian}
settextfont{Yas}
begin{document}
lr{cite{B02f}}
و
lr{cite{aliabad2004rings}}
و
cite{aliabad2004rings,ali,whatever,B02f}
و همچنین داریم:
lr{cite{aliabad2004rings,ali,whatever,B02f}}
nocite{*}
bibliographystyle{alpha-persian}
%bibliography{sample8}
bibliography{sample10}
end{document}
This is your bibfile: sample10
@misc{whatever,
AUTHOR = "{noopsort{3}}{Madadpour},Ahmad ",
quotation={1},
year = {2001},
Slabel = {1},
chapter={5},
title = {Testing the effects of bibtex styles on bibliography formatting},
murl = {http://www.w3.org/TR/prov-o/},
doi = {01.1000/doi-0121},
madadurltest={1},
key={665},
}
@misc{B02f,
howpublished = {How it was published},
AUTHOR = "{noopsort{4}}{Madadpour},Shapour and Madadpour , Mohamadhosain and Madadpour ,Mitra ",
year = {2002},
Slabel = {2},
quotation={1},
title = {First},
pages={13--17},
madadurltest={1},
mlabel = {$checkmark^+$},
murl = {http://www.w3.org/TR/prov-o/},
chapter={5},
}
@article{aliabad2004rings,
title={reference test-Rings of continuous functions vanishing at infinity},
AUTHOR = "{noopsort{5}}{Madadpour},Alireza ",
journal={Commentationes Mathematicae Universitatis Carolinae},
volume={45},
Slabel = {4},
pages={519--533},
quotation={1},
year={2004},
murl = {http://www.w3.org/TR/prov-o/},
madadurltest={1},
publisher={Charles University in Prague, Faculty of Mathematics and Physics},
}
@article{ali,
title={reference test-Pasting topological spaces at one point},
AUTHOR = "{noopsort{6}}{Madadpour},Mahmood ",
journal={Czechoslovak Mathematical Journal},
volume={56},
Slabel = {6},
number={4},
pages={1193--1206},
quotation={1},
year={2006},
publisher={Springer},
url = {http://www.w3.org/TR/prov-o/},
}
@phdthesis{mmm,
title={فضای توپولوژی},
author={{noopsort{2}}{رضایی علیآباد},علی},
journal={Kyungpook mathematical journal},
pages={1163--1171},
LANGUAGE = {Persian},
Slabel = {5},
madadurltest={1},
quotation={1},
murl = {http://www.w3.org/TR/prov-o/},
series = {second series},
year = {2002},
url = {http://www.w3.org/TR/prov-o/},
chapter={5},
school = {دانشگاه چمران اهواز},
}
@inbook{yu,
AUTHOR = {
{noopsort{1}}{نامداری},مهرداد and کوچکپور,عبدعلی},
Slabel = {3},
TITLE = {مقدمهای بر نظریهی اصولی مجموعهها},
VOLUME = {1},
YEAR = {1394},
MONTH = {بهار},
PAGES = {39-43},
quotation={1},
LANGUAGE = {Persian},
doi = {322/511},
isbn = {978-600-141-173-1},
edition ={دوم},
series = {سری دوم},
number = {100},
chapter={5},
madadurltest={1},
murl = {http://www.w3.org/TR/prov-o/},
publisher = {انتشارات دانشگاه چمران},
note = {یک یادداشت اختیاری در اینجا میتوانید وارد کنید},
address = {آدرس منتشر کننده},
slabel = {4},
}
** And this is your output:**
Good luck.
add a comment |
This is possible in the alpha-persian style. For more information, see
here please.
In the latest version(1.2), which I sent to CTAN, you can sort the Persian and English references to your liking.
First of all, update your texlive (or miktex) and then act as below:
documentclass{article}
usepackage{xcolor}
usepackage[pagebackref=true,colorlinks,linkcolor=blue,citecolor=green!80!black]{hyperref}
usepackage{amssymb}
usepackage{amsmath}
usepackage{xepersian}
settextfont{Yas}
begin{document}
lr{cite{B02f}}
و
lr{cite{aliabad2004rings}}
و
cite{aliabad2004rings,ali,whatever,B02f}
و همچنین داریم:
lr{cite{aliabad2004rings,ali,whatever,B02f}}
nocite{*}
bibliographystyle{alpha-persian}
%bibliography{sample8}
bibliography{sample10}
end{document}
This is your bibfile: sample10
@misc{whatever,
AUTHOR = "{noopsort{3}}{Madadpour},Ahmad ",
quotation={1},
year = {2001},
Slabel = {1},
chapter={5},
title = {Testing the effects of bibtex styles on bibliography formatting},
murl = {http://www.w3.org/TR/prov-o/},
doi = {01.1000/doi-0121},
madadurltest={1},
key={665},
}
@misc{B02f,
howpublished = {How it was published},
AUTHOR = "{noopsort{4}}{Madadpour},Shapour and Madadpour , Mohamadhosain and Madadpour ,Mitra ",
year = {2002},
Slabel = {2},
quotation={1},
title = {First},
pages={13--17},
madadurltest={1},
mlabel = {$checkmark^+$},
murl = {http://www.w3.org/TR/prov-o/},
chapter={5},
}
@article{aliabad2004rings,
title={reference test-Rings of continuous functions vanishing at infinity},
AUTHOR = "{noopsort{5}}{Madadpour},Alireza ",
journal={Commentationes Mathematicae Universitatis Carolinae},
volume={45},
Slabel = {4},
pages={519--533},
quotation={1},
year={2004},
murl = {http://www.w3.org/TR/prov-o/},
madadurltest={1},
publisher={Charles University in Prague, Faculty of Mathematics and Physics},
}
@article{ali,
title={reference test-Pasting topological spaces at one point},
AUTHOR = "{noopsort{6}}{Madadpour},Mahmood ",
journal={Czechoslovak Mathematical Journal},
volume={56},
Slabel = {6},
number={4},
pages={1193--1206},
quotation={1},
year={2006},
publisher={Springer},
url = {http://www.w3.org/TR/prov-o/},
}
@phdthesis{mmm,
title={فضای توپولوژی},
author={{noopsort{2}}{رضایی علیآباد},علی},
journal={Kyungpook mathematical journal},
pages={1163--1171},
LANGUAGE = {Persian},
Slabel = {5},
madadurltest={1},
quotation={1},
murl = {http://www.w3.org/TR/prov-o/},
series = {second series},
year = {2002},
url = {http://www.w3.org/TR/prov-o/},
chapter={5},
school = {دانشگاه چمران اهواز},
}
@inbook{yu,
AUTHOR = {
{noopsort{1}}{نامداری},مهرداد and کوچکپور,عبدعلی},
Slabel = {3},
TITLE = {مقدمهای بر نظریهی اصولی مجموعهها},
VOLUME = {1},
YEAR = {1394},
MONTH = {بهار},
PAGES = {39-43},
quotation={1},
LANGUAGE = {Persian},
doi = {322/511},
isbn = {978-600-141-173-1},
edition ={دوم},
series = {سری دوم},
number = {100},
chapter={5},
madadurltest={1},
murl = {http://www.w3.org/TR/prov-o/},
publisher = {انتشارات دانشگاه چمران},
note = {یک یادداشت اختیاری در اینجا میتوانید وارد کنید},
address = {آدرس منتشر کننده},
slabel = {4},
}
** And this is your output:**
Good luck.
add a comment |
This is possible in the alpha-persian style. For more information, see
here please.
In the latest version(1.2), which I sent to CTAN, you can sort the Persian and English references to your liking.
First of all, update your texlive (or miktex) and then act as below:
documentclass{article}
usepackage{xcolor}
usepackage[pagebackref=true,colorlinks,linkcolor=blue,citecolor=green!80!black]{hyperref}
usepackage{amssymb}
usepackage{amsmath}
usepackage{xepersian}
settextfont{Yas}
begin{document}
lr{cite{B02f}}
و
lr{cite{aliabad2004rings}}
و
cite{aliabad2004rings,ali,whatever,B02f}
و همچنین داریم:
lr{cite{aliabad2004rings,ali,whatever,B02f}}
nocite{*}
bibliographystyle{alpha-persian}
%bibliography{sample8}
bibliography{sample10}
end{document}
This is your bibfile: sample10
@misc{whatever,
AUTHOR = "{noopsort{3}}{Madadpour},Ahmad ",
quotation={1},
year = {2001},
Slabel = {1},
chapter={5},
title = {Testing the effects of bibtex styles on bibliography formatting},
murl = {http://www.w3.org/TR/prov-o/},
doi = {01.1000/doi-0121},
madadurltest={1},
key={665},
}
@misc{B02f,
howpublished = {How it was published},
AUTHOR = "{noopsort{4}}{Madadpour},Shapour and Madadpour , Mohamadhosain and Madadpour ,Mitra ",
year = {2002},
Slabel = {2},
quotation={1},
title = {First},
pages={13--17},
madadurltest={1},
mlabel = {$checkmark^+$},
murl = {http://www.w3.org/TR/prov-o/},
chapter={5},
}
@article{aliabad2004rings,
title={reference test-Rings of continuous functions vanishing at infinity},
AUTHOR = "{noopsort{5}}{Madadpour},Alireza ",
journal={Commentationes Mathematicae Universitatis Carolinae},
volume={45},
Slabel = {4},
pages={519--533},
quotation={1},
year={2004},
murl = {http://www.w3.org/TR/prov-o/},
madadurltest={1},
publisher={Charles University in Prague, Faculty of Mathematics and Physics},
}
@article{ali,
title={reference test-Pasting topological spaces at one point},
AUTHOR = "{noopsort{6}}{Madadpour},Mahmood ",
journal={Czechoslovak Mathematical Journal},
volume={56},
Slabel = {6},
number={4},
pages={1193--1206},
quotation={1},
year={2006},
publisher={Springer},
url = {http://www.w3.org/TR/prov-o/},
}
@phdthesis{mmm,
title={فضای توپولوژی},
author={{noopsort{2}}{رضایی علیآباد},علی},
journal={Kyungpook mathematical journal},
pages={1163--1171},
LANGUAGE = {Persian},
Slabel = {5},
madadurltest={1},
quotation={1},
murl = {http://www.w3.org/TR/prov-o/},
series = {second series},
year = {2002},
url = {http://www.w3.org/TR/prov-o/},
chapter={5},
school = {دانشگاه چمران اهواز},
}
@inbook{yu,
AUTHOR = {
{noopsort{1}}{نامداری},مهرداد and کوچکپور,عبدعلی},
Slabel = {3},
TITLE = {مقدمهای بر نظریهی اصولی مجموعهها},
VOLUME = {1},
YEAR = {1394},
MONTH = {بهار},
PAGES = {39-43},
quotation={1},
LANGUAGE = {Persian},
doi = {322/511},
isbn = {978-600-141-173-1},
edition ={دوم},
series = {سری دوم},
number = {100},
chapter={5},
madadurltest={1},
murl = {http://www.w3.org/TR/prov-o/},
publisher = {انتشارات دانشگاه چمران},
note = {یک یادداشت اختیاری در اینجا میتوانید وارد کنید},
address = {آدرس منتشر کننده},
slabel = {4},
}
** And this is your output:**
Good luck.
This is possible in the alpha-persian style. For more information, see
here please.
In the latest version(1.2), which I sent to CTAN, you can sort the Persian and English references to your liking.
First of all, update your texlive (or miktex) and then act as below:
documentclass{article}
usepackage{xcolor}
usepackage[pagebackref=true,colorlinks,linkcolor=blue,citecolor=green!80!black]{hyperref}
usepackage{amssymb}
usepackage{amsmath}
usepackage{xepersian}
settextfont{Yas}
begin{document}
lr{cite{B02f}}
و
lr{cite{aliabad2004rings}}
و
cite{aliabad2004rings,ali,whatever,B02f}
و همچنین داریم:
lr{cite{aliabad2004rings,ali,whatever,B02f}}
nocite{*}
bibliographystyle{alpha-persian}
%bibliography{sample8}
bibliography{sample10}
end{document}
This is your bibfile: sample10
@misc{whatever,
AUTHOR = "{noopsort{3}}{Madadpour},Ahmad ",
quotation={1},
year = {2001},
Slabel = {1},
chapter={5},
title = {Testing the effects of bibtex styles on bibliography formatting},
murl = {http://www.w3.org/TR/prov-o/},
doi = {01.1000/doi-0121},
madadurltest={1},
key={665},
}
@misc{B02f,
howpublished = {How it was published},
AUTHOR = "{noopsort{4}}{Madadpour},Shapour and Madadpour , Mohamadhosain and Madadpour ,Mitra ",
year = {2002},
Slabel = {2},
quotation={1},
title = {First},
pages={13--17},
madadurltest={1},
mlabel = {$checkmark^+$},
murl = {http://www.w3.org/TR/prov-o/},
chapter={5},
}
@article{aliabad2004rings,
title={reference test-Rings of continuous functions vanishing at infinity},
AUTHOR = "{noopsort{5}}{Madadpour},Alireza ",
journal={Commentationes Mathematicae Universitatis Carolinae},
volume={45},
Slabel = {4},
pages={519--533},
quotation={1},
year={2004},
murl = {http://www.w3.org/TR/prov-o/},
madadurltest={1},
publisher={Charles University in Prague, Faculty of Mathematics and Physics},
}
@article{ali,
title={reference test-Pasting topological spaces at one point},
AUTHOR = "{noopsort{6}}{Madadpour},Mahmood ",
journal={Czechoslovak Mathematical Journal},
volume={56},
Slabel = {6},
number={4},
pages={1193--1206},
quotation={1},
year={2006},
publisher={Springer},
url = {http://www.w3.org/TR/prov-o/},
}
@phdthesis{mmm,
title={فضای توپولوژی},
author={{noopsort{2}}{رضایی علیآباد},علی},
journal={Kyungpook mathematical journal},
pages={1163--1171},
LANGUAGE = {Persian},
Slabel = {5},
madadurltest={1},
quotation={1},
murl = {http://www.w3.org/TR/prov-o/},
series = {second series},
year = {2002},
url = {http://www.w3.org/TR/prov-o/},
chapter={5},
school = {دانشگاه چمران اهواز},
}
@inbook{yu,
AUTHOR = {
{noopsort{1}}{نامداری},مهرداد and کوچکپور,عبدعلی},
Slabel = {3},
TITLE = {مقدمهای بر نظریهی اصولی مجموعهها},
VOLUME = {1},
YEAR = {1394},
MONTH = {بهار},
PAGES = {39-43},
quotation={1},
LANGUAGE = {Persian},
doi = {322/511},
isbn = {978-600-141-173-1},
edition ={دوم},
series = {سری دوم},
number = {100},
chapter={5},
madadurltest={1},
murl = {http://www.w3.org/TR/prov-o/},
publisher = {انتشارات دانشگاه چمران},
note = {یک یادداشت اختیاری در اینجا میتوانید وارد کنید},
address = {آدرس منتشر کننده},
slabel = {4},
}
** And this is your output:**
Good luck.
answered 21 mins ago
SH.MadadpourSH.Madadpour
275210
275210
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f468969%2fseparated-references%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

4
Welcome to TeX.SX! Please help us help you and add a minimal working example with bibliography (MWEB) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with
documentclass{...}and ending withend{document}.– samcarter
Jan 7 at 13:59
2
Would switching to
biblatexbe an option for you?– samcarter
Jan 7 at 13:59
4
Crosspost
– Johannes_B
Jan 7 at 14:07