Custom citation label
up vote
0
down vote
favorite
I have been trying to cite different publication types using different labels for each. For instance, having the following bib file
begin{filecontents}{references.bib}
@article{Anonymous:2013,
Author = {Anonymous, Arthur},
Journal = {Somewhere},
Pages = {46-54},
Title = {Arthur's article},
Volume = {25 (2013)},
Year = {2013},
sorttitle = {b}}
@article{Anonymous:2012c,
Author = {Anonymous, Arthur},
Journal = {Somewhere else},
Pages = {6-12},
Title = {Last words},
Volume = {43 (2012)},
Year = {2012},
sorttitle = {c}}
@book{Anonymous:2012a,
Address = {Someplace},
Author = {Anonymous, Arthur},
Publisher = {Nobody},
Title = {Book by Arthur},
Year = {2012},
sorttitle = {a}}
end{filecontents}
bibliography{references.bib}
How can I produce a citation list with biblatex as follows:
Books
[B1] A. Anonymous, Book by Arthur, bla bla
Articles
[J2] A. Anonymous, Arthur's article, Somewhere, 2013, bla bla
[J1] A. Anonymous, Last words, Somewhere else, 2012, bla bla
biblatex bibliographies xetex pdftex
add a comment |
up vote
0
down vote
favorite
I have been trying to cite different publication types using different labels for each. For instance, having the following bib file
begin{filecontents}{references.bib}
@article{Anonymous:2013,
Author = {Anonymous, Arthur},
Journal = {Somewhere},
Pages = {46-54},
Title = {Arthur's article},
Volume = {25 (2013)},
Year = {2013},
sorttitle = {b}}
@article{Anonymous:2012c,
Author = {Anonymous, Arthur},
Journal = {Somewhere else},
Pages = {6-12},
Title = {Last words},
Volume = {43 (2012)},
Year = {2012},
sorttitle = {c}}
@book{Anonymous:2012a,
Address = {Someplace},
Author = {Anonymous, Arthur},
Publisher = {Nobody},
Title = {Book by Arthur},
Year = {2012},
sorttitle = {a}}
end{filecontents}
bibliography{references.bib}
How can I produce a citation list with biblatex as follows:
Books
[B1] A. Anonymous, Book by Arthur, bla bla
Articles
[J2] A. Anonymous, Arthur's article, Somewhere, 2013, bla bla
[J1] A. Anonymous, Last words, Somewhere else, 2012, bla bla
biblatex bibliographies xetex pdftex
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have been trying to cite different publication types using different labels for each. For instance, having the following bib file
begin{filecontents}{references.bib}
@article{Anonymous:2013,
Author = {Anonymous, Arthur},
Journal = {Somewhere},
Pages = {46-54},
Title = {Arthur's article},
Volume = {25 (2013)},
Year = {2013},
sorttitle = {b}}
@article{Anonymous:2012c,
Author = {Anonymous, Arthur},
Journal = {Somewhere else},
Pages = {6-12},
Title = {Last words},
Volume = {43 (2012)},
Year = {2012},
sorttitle = {c}}
@book{Anonymous:2012a,
Address = {Someplace},
Author = {Anonymous, Arthur},
Publisher = {Nobody},
Title = {Book by Arthur},
Year = {2012},
sorttitle = {a}}
end{filecontents}
bibliography{references.bib}
How can I produce a citation list with biblatex as follows:
Books
[B1] A. Anonymous, Book by Arthur, bla bla
Articles
[J2] A. Anonymous, Arthur's article, Somewhere, 2013, bla bla
[J1] A. Anonymous, Last words, Somewhere else, 2012, bla bla
biblatex bibliographies xetex pdftex
I have been trying to cite different publication types using different labels for each. For instance, having the following bib file
begin{filecontents}{references.bib}
@article{Anonymous:2013,
Author = {Anonymous, Arthur},
Journal = {Somewhere},
Pages = {46-54},
Title = {Arthur's article},
Volume = {25 (2013)},
Year = {2013},
sorttitle = {b}}
@article{Anonymous:2012c,
Author = {Anonymous, Arthur},
Journal = {Somewhere else},
Pages = {6-12},
Title = {Last words},
Volume = {43 (2012)},
Year = {2012},
sorttitle = {c}}
@book{Anonymous:2012a,
Address = {Someplace},
Author = {Anonymous, Arthur},
Publisher = {Nobody},
Title = {Book by Arthur},
Year = {2012},
sorttitle = {a}}
end{filecontents}
bibliography{references.bib}
How can I produce a citation list with biblatex as follows:
Books
[B1] A. Anonymous, Book by Arthur, bla bla
Articles
[J2] A. Anonymous, Arthur's article, Somewhere, 2013, bla bla
[J1] A. Anonymous, Last words, Somewhere else, 2012, bla bla
biblatex bibliographies xetex pdftex
biblatex bibliographies xetex pdftex
asked 1 min ago
HSS
141111
141111
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f463449%2fcustom-citation-label%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