Biblatex: Inconsistent citation format
I am using same format of .bib file entry, but get different output formats in beamer. Here is the MWE:
documentclass{beamer}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
%% Bibliography
usepackage[backend=biber,style=alphabetic,citestyle=authoryear]{biblatex}
bibliography{bibfile.bib}
begin{document}
begin{frame}{Trial frame}
cite{Borzacchiello2017} \
cite{LEGUENNEC2018} \
cite{Goldfarb2014} \
end{frame}
begin{frame}[allowframebreaks]{References}
printbibliography
end{frame}
end{document}
with the following .bib file entries:
@article{LEGUENNEC2018,
author = "Le Guennec, Yves
and Brunet, Jean-Patrick
and Daim, Fatima Zohra
and Chau, Ming
and Tourbier, Yves",
title = "A parametric and non-intrusive reduced order model of car crash simulation",
journal = "Computer Methods in Applied Mechanics and Engineering",
year = "2018",
}
@Article{Borzacchiello2017,
author="Borzacchiello, Domenico
and Aguado, Jos{'e} V.
and Chinesta, Francisco",
title="Non-intrusive Sparse Subspace Learning for Parametrized Problems",
journal="Archives of Computational Methods in Engineering",
year = "2017",
}
@article{Goldfarb2014,
author = "Goldfarb, Donald and Qin, Zhiwei",
title = "Robust Low-Rank Tensor Recovery: Models and Algorithms",
journal = "SIAM Journal on Matrix Analysis and Applications",
year = "2014",
}
But I get the following output. As you can see the format is different in reference slide and citation as well:
I would like to have:
1) citation format : "FirstAuthor Year", preferably without "et. al"
2) Reference slide format: names of all authors, with first names abbreviated
beamer biblatex citing
|
show 6 more comments
I am using same format of .bib file entry, but get different output formats in beamer. Here is the MWE:
documentclass{beamer}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
%% Bibliography
usepackage[backend=biber,style=alphabetic,citestyle=authoryear]{biblatex}
bibliography{bibfile.bib}
begin{document}
begin{frame}{Trial frame}
cite{Borzacchiello2017} \
cite{LEGUENNEC2018} \
cite{Goldfarb2014} \
end{frame}
begin{frame}[allowframebreaks]{References}
printbibliography
end{frame}
end{document}
with the following .bib file entries:
@article{LEGUENNEC2018,
author = "Le Guennec, Yves
and Brunet, Jean-Patrick
and Daim, Fatima Zohra
and Chau, Ming
and Tourbier, Yves",
title = "A parametric and non-intrusive reduced order model of car crash simulation",
journal = "Computer Methods in Applied Mechanics and Engineering",
year = "2018",
}
@Article{Borzacchiello2017,
author="Borzacchiello, Domenico
and Aguado, Jos{'e} V.
and Chinesta, Francisco",
title="Non-intrusive Sparse Subspace Learning for Parametrized Problems",
journal="Archives of Computational Methods in Engineering",
year = "2017",
}
@article{Goldfarb2014,
author = "Goldfarb, Donald and Qin, Zhiwei",
title = "Robust Low-Rank Tensor Recovery: Models and Algorithms",
journal = "SIAM Journal on Matrix Analysis and Applications",
year = "2014",
}
But I get the following output. As you can see the format is different in reference slide and citation as well:
I would like to have:
1) citation format : "FirstAuthor Year", preferably without "et. al"
2) Reference slide format: names of all authors, with first names abbreviated
beamer biblatex citing
1
Can you explicitly list what you'd like to change?
– samcarter
Jan 23 at 17:23
Check maxnames in the documentation.
– Ulrike Fischer
Jan 23 at 17:24
1
It's not "inconsistent", it is a feature.biblatex
controls, according to the number of authors, whether the list should be shortened or not. This is configurable. What is the behavior you'd like to obtain?
– gusbrs
Jan 23 at 17:24
I would like the format "FirstAuthorName year", instead of "et al" in one place and list of authors in other. Also, for references, it would be cool if first names are abbreviated in references
– Kiran Sagar
Jan 23 at 17:25
1
Please, state clearly, in your question, what is the result you'd like to obtain. This can be controlled independently for citations and bibliography, if need be.
– gusbrs
Jan 23 at 17:29
|
show 6 more comments
I am using same format of .bib file entry, but get different output formats in beamer. Here is the MWE:
documentclass{beamer}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
%% Bibliography
usepackage[backend=biber,style=alphabetic,citestyle=authoryear]{biblatex}
bibliography{bibfile.bib}
begin{document}
begin{frame}{Trial frame}
cite{Borzacchiello2017} \
cite{LEGUENNEC2018} \
cite{Goldfarb2014} \
end{frame}
begin{frame}[allowframebreaks]{References}
printbibliography
end{frame}
end{document}
with the following .bib file entries:
@article{LEGUENNEC2018,
author = "Le Guennec, Yves
and Brunet, Jean-Patrick
and Daim, Fatima Zohra
and Chau, Ming
and Tourbier, Yves",
title = "A parametric and non-intrusive reduced order model of car crash simulation",
journal = "Computer Methods in Applied Mechanics and Engineering",
year = "2018",
}
@Article{Borzacchiello2017,
author="Borzacchiello, Domenico
and Aguado, Jos{'e} V.
and Chinesta, Francisco",
title="Non-intrusive Sparse Subspace Learning for Parametrized Problems",
journal="Archives of Computational Methods in Engineering",
year = "2017",
}
@article{Goldfarb2014,
author = "Goldfarb, Donald and Qin, Zhiwei",
title = "Robust Low-Rank Tensor Recovery: Models and Algorithms",
journal = "SIAM Journal on Matrix Analysis and Applications",
year = "2014",
}
But I get the following output. As you can see the format is different in reference slide and citation as well:
I would like to have:
1) citation format : "FirstAuthor Year", preferably without "et. al"
2) Reference slide format: names of all authors, with first names abbreviated
beamer biblatex citing
I am using same format of .bib file entry, but get different output formats in beamer. Here is the MWE:
documentclass{beamer}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
%% Bibliography
usepackage[backend=biber,style=alphabetic,citestyle=authoryear]{biblatex}
bibliography{bibfile.bib}
begin{document}
begin{frame}{Trial frame}
cite{Borzacchiello2017} \
cite{LEGUENNEC2018} \
cite{Goldfarb2014} \
end{frame}
begin{frame}[allowframebreaks]{References}
printbibliography
end{frame}
end{document}
with the following .bib file entries:
@article{LEGUENNEC2018,
author = "Le Guennec, Yves
and Brunet, Jean-Patrick
and Daim, Fatima Zohra
and Chau, Ming
and Tourbier, Yves",
title = "A parametric and non-intrusive reduced order model of car crash simulation",
journal = "Computer Methods in Applied Mechanics and Engineering",
year = "2018",
}
@Article{Borzacchiello2017,
author="Borzacchiello, Domenico
and Aguado, Jos{'e} V.
and Chinesta, Francisco",
title="Non-intrusive Sparse Subspace Learning for Parametrized Problems",
journal="Archives of Computational Methods in Engineering",
year = "2017",
}
@article{Goldfarb2014,
author = "Goldfarb, Donald and Qin, Zhiwei",
title = "Robust Low-Rank Tensor Recovery: Models and Algorithms",
journal = "SIAM Journal on Matrix Analysis and Applications",
year = "2014",
}
But I get the following output. As you can see the format is different in reference slide and citation as well:
I would like to have:
1) citation format : "FirstAuthor Year", preferably without "et. al"
2) Reference slide format: names of all authors, with first names abbreviated
beamer biblatex citing
beamer biblatex citing
edited Jan 23 at 17:38
Kiran Sagar
asked Jan 23 at 17:21
Kiran SagarKiran Sagar
557
557
1
Can you explicitly list what you'd like to change?
– samcarter
Jan 23 at 17:23
Check maxnames in the documentation.
– Ulrike Fischer
Jan 23 at 17:24
1
It's not "inconsistent", it is a feature.biblatex
controls, according to the number of authors, whether the list should be shortened or not. This is configurable. What is the behavior you'd like to obtain?
– gusbrs
Jan 23 at 17:24
I would like the format "FirstAuthorName year", instead of "et al" in one place and list of authors in other. Also, for references, it would be cool if first names are abbreviated in references
– Kiran Sagar
Jan 23 at 17:25
1
Please, state clearly, in your question, what is the result you'd like to obtain. This can be controlled independently for citations and bibliography, if need be.
– gusbrs
Jan 23 at 17:29
|
show 6 more comments
1
Can you explicitly list what you'd like to change?
– samcarter
Jan 23 at 17:23
Check maxnames in the documentation.
– Ulrike Fischer
Jan 23 at 17:24
1
It's not "inconsistent", it is a feature.biblatex
controls, according to the number of authors, whether the list should be shortened or not. This is configurable. What is the behavior you'd like to obtain?
– gusbrs
Jan 23 at 17:24
I would like the format "FirstAuthorName year", instead of "et al" in one place and list of authors in other. Also, for references, it would be cool if first names are abbreviated in references
– Kiran Sagar
Jan 23 at 17:25
1
Please, state clearly, in your question, what is the result you'd like to obtain. This can be controlled independently for citations and bibliography, if need be.
– gusbrs
Jan 23 at 17:29
1
1
Can you explicitly list what you'd like to change?
– samcarter
Jan 23 at 17:23
Can you explicitly list what you'd like to change?
– samcarter
Jan 23 at 17:23
Check maxnames in the documentation.
– Ulrike Fischer
Jan 23 at 17:24
Check maxnames in the documentation.
– Ulrike Fischer
Jan 23 at 17:24
1
1
It's not "inconsistent", it is a feature.
biblatex
controls, according to the number of authors, whether the list should be shortened or not. This is configurable. What is the behavior you'd like to obtain?– gusbrs
Jan 23 at 17:24
It's not "inconsistent", it is a feature.
biblatex
controls, according to the number of authors, whether the list should be shortened or not. This is configurable. What is the behavior you'd like to obtain?– gusbrs
Jan 23 at 17:24
I would like the format "FirstAuthorName year", instead of "et al" in one place and list of authors in other. Also, for references, it would be cool if first names are abbreviated in references
– Kiran Sagar
Jan 23 at 17:25
I would like the format "FirstAuthorName year", instead of "et al" in one place and list of authors in other. Also, for references, it would be cool if first names are abbreviated in references
– Kiran Sagar
Jan 23 at 17:25
1
1
Please, state clearly, in your question, what is the result you'd like to obtain. This can be controlled independently for citations and bibliography, if need be.
– gusbrs
Jan 23 at 17:29
Please, state clearly, in your question, what is the result you'd like to obtain. This can be controlled independently for citations and bibliography, if need be.
– gusbrs
Jan 23 at 17:29
|
show 6 more comments
1 Answer
1
active
oldest
votes
To control the namelists according to your specifications, biblatex
's package options are enough. maxcitenames=1
will give citations with only the first author (regularly, with "et al."); maxbibnames=99
should be enough for normal cases to include all authors in the bibliography; giveninits=true
will abbreviate given names throughout.
To remove the "et al." of shortened authors lists a not very elegant, but simple solution, is to redefine the corresponding localization string with:
DefineBibliographyStrings{english}{andothers={}}
I wouldn't do that though. The "et al." is there for a purpose.
Note I have changed your style=alphabetic,citestyle=authoryear
to style=authoryear
. Mixing those styles, though technically "works", is bound to give you some inconsistencies or sub optimal results.
documentclass{beamer}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
%% Bibliography
usepackage[style=authoryear, maxcitenames=1, maxbibnames=99, giveninits=true]{biblatex}
bibliography{bibfile.bib}
% Not elegant, but simple enough for the purpose
% Still, it is not recommended, as it breaks the relation of citation and
% reference in the style.
DefineBibliographyStrings{english}{andothers={}}
begin{document}
begin{frame}{Trial frame}
cite{Borzacchiello2017} \
cite{LEGUENNEC2018} \
cite{Goldfarb2014} \
end{frame}
begin{frame}[allowframebreaks]{References}
printbibliography
end{frame}
end{document}
Resulting in citations:
and references:
Thank you! Works like a charm, but had to I includeuniquename=init
in one of the options to avoid warnings about conflicting options.
– Kiran Sagar
Jan 23 at 18:07
I opened a feature request to discuss ways to properly discard the "et al.": github.com/plk/biblatex/issues/861
– moewe
Jan 24 at 9:42
@moewe I was aware ofext-authoryear-terse
naturaly. Still, it is a different kind of "terse", ain't it?
– gusbrs
Jan 24 at 10:41
1
Sure. but you know me, I can't let an opportunity to advertisebiblatex-ext
slide ;-)
– moewe
Jan 24 at 10:44
@moewe Fair enough!
– gusbrs
Jan 24 at 10:46
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%2f471541%2fbiblatex-inconsistent-citation-format%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
To control the namelists according to your specifications, biblatex
's package options are enough. maxcitenames=1
will give citations with only the first author (regularly, with "et al."); maxbibnames=99
should be enough for normal cases to include all authors in the bibliography; giveninits=true
will abbreviate given names throughout.
To remove the "et al." of shortened authors lists a not very elegant, but simple solution, is to redefine the corresponding localization string with:
DefineBibliographyStrings{english}{andothers={}}
I wouldn't do that though. The "et al." is there for a purpose.
Note I have changed your style=alphabetic,citestyle=authoryear
to style=authoryear
. Mixing those styles, though technically "works", is bound to give you some inconsistencies or sub optimal results.
documentclass{beamer}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
%% Bibliography
usepackage[style=authoryear, maxcitenames=1, maxbibnames=99, giveninits=true]{biblatex}
bibliography{bibfile.bib}
% Not elegant, but simple enough for the purpose
% Still, it is not recommended, as it breaks the relation of citation and
% reference in the style.
DefineBibliographyStrings{english}{andothers={}}
begin{document}
begin{frame}{Trial frame}
cite{Borzacchiello2017} \
cite{LEGUENNEC2018} \
cite{Goldfarb2014} \
end{frame}
begin{frame}[allowframebreaks]{References}
printbibliography
end{frame}
end{document}
Resulting in citations:
and references:
Thank you! Works like a charm, but had to I includeuniquename=init
in one of the options to avoid warnings about conflicting options.
– Kiran Sagar
Jan 23 at 18:07
I opened a feature request to discuss ways to properly discard the "et al.": github.com/plk/biblatex/issues/861
– moewe
Jan 24 at 9:42
@moewe I was aware ofext-authoryear-terse
naturaly. Still, it is a different kind of "terse", ain't it?
– gusbrs
Jan 24 at 10:41
1
Sure. but you know me, I can't let an opportunity to advertisebiblatex-ext
slide ;-)
– moewe
Jan 24 at 10:44
@moewe Fair enough!
– gusbrs
Jan 24 at 10:46
add a comment |
To control the namelists according to your specifications, biblatex
's package options are enough. maxcitenames=1
will give citations with only the first author (regularly, with "et al."); maxbibnames=99
should be enough for normal cases to include all authors in the bibliography; giveninits=true
will abbreviate given names throughout.
To remove the "et al." of shortened authors lists a not very elegant, but simple solution, is to redefine the corresponding localization string with:
DefineBibliographyStrings{english}{andothers={}}
I wouldn't do that though. The "et al." is there for a purpose.
Note I have changed your style=alphabetic,citestyle=authoryear
to style=authoryear
. Mixing those styles, though technically "works", is bound to give you some inconsistencies or sub optimal results.
documentclass{beamer}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
%% Bibliography
usepackage[style=authoryear, maxcitenames=1, maxbibnames=99, giveninits=true]{biblatex}
bibliography{bibfile.bib}
% Not elegant, but simple enough for the purpose
% Still, it is not recommended, as it breaks the relation of citation and
% reference in the style.
DefineBibliographyStrings{english}{andothers={}}
begin{document}
begin{frame}{Trial frame}
cite{Borzacchiello2017} \
cite{LEGUENNEC2018} \
cite{Goldfarb2014} \
end{frame}
begin{frame}[allowframebreaks]{References}
printbibliography
end{frame}
end{document}
Resulting in citations:
and references:
Thank you! Works like a charm, but had to I includeuniquename=init
in one of the options to avoid warnings about conflicting options.
– Kiran Sagar
Jan 23 at 18:07
I opened a feature request to discuss ways to properly discard the "et al.": github.com/plk/biblatex/issues/861
– moewe
Jan 24 at 9:42
@moewe I was aware ofext-authoryear-terse
naturaly. Still, it is a different kind of "terse", ain't it?
– gusbrs
Jan 24 at 10:41
1
Sure. but you know me, I can't let an opportunity to advertisebiblatex-ext
slide ;-)
– moewe
Jan 24 at 10:44
@moewe Fair enough!
– gusbrs
Jan 24 at 10:46
add a comment |
To control the namelists according to your specifications, biblatex
's package options are enough. maxcitenames=1
will give citations with only the first author (regularly, with "et al."); maxbibnames=99
should be enough for normal cases to include all authors in the bibliography; giveninits=true
will abbreviate given names throughout.
To remove the "et al." of shortened authors lists a not very elegant, but simple solution, is to redefine the corresponding localization string with:
DefineBibliographyStrings{english}{andothers={}}
I wouldn't do that though. The "et al." is there for a purpose.
Note I have changed your style=alphabetic,citestyle=authoryear
to style=authoryear
. Mixing those styles, though technically "works", is bound to give you some inconsistencies or sub optimal results.
documentclass{beamer}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
%% Bibliography
usepackage[style=authoryear, maxcitenames=1, maxbibnames=99, giveninits=true]{biblatex}
bibliography{bibfile.bib}
% Not elegant, but simple enough for the purpose
% Still, it is not recommended, as it breaks the relation of citation and
% reference in the style.
DefineBibliographyStrings{english}{andothers={}}
begin{document}
begin{frame}{Trial frame}
cite{Borzacchiello2017} \
cite{LEGUENNEC2018} \
cite{Goldfarb2014} \
end{frame}
begin{frame}[allowframebreaks]{References}
printbibliography
end{frame}
end{document}
Resulting in citations:
and references:
To control the namelists according to your specifications, biblatex
's package options are enough. maxcitenames=1
will give citations with only the first author (regularly, with "et al."); maxbibnames=99
should be enough for normal cases to include all authors in the bibliography; giveninits=true
will abbreviate given names throughout.
To remove the "et al." of shortened authors lists a not very elegant, but simple solution, is to redefine the corresponding localization string with:
DefineBibliographyStrings{english}{andothers={}}
I wouldn't do that though. The "et al." is there for a purpose.
Note I have changed your style=alphabetic,citestyle=authoryear
to style=authoryear
. Mixing those styles, though technically "works", is bound to give you some inconsistencies or sub optimal results.
documentclass{beamer}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
%% Bibliography
usepackage[style=authoryear, maxcitenames=1, maxbibnames=99, giveninits=true]{biblatex}
bibliography{bibfile.bib}
% Not elegant, but simple enough for the purpose
% Still, it is not recommended, as it breaks the relation of citation and
% reference in the style.
DefineBibliographyStrings{english}{andothers={}}
begin{document}
begin{frame}{Trial frame}
cite{Borzacchiello2017} \
cite{LEGUENNEC2018} \
cite{Goldfarb2014} \
end{frame}
begin{frame}[allowframebreaks]{References}
printbibliography
end{frame}
end{document}
Resulting in citations:
and references:
answered Jan 23 at 17:51
gusbrsgusbrs
7,5512840
7,5512840
Thank you! Works like a charm, but had to I includeuniquename=init
in one of the options to avoid warnings about conflicting options.
– Kiran Sagar
Jan 23 at 18:07
I opened a feature request to discuss ways to properly discard the "et al.": github.com/plk/biblatex/issues/861
– moewe
Jan 24 at 9:42
@moewe I was aware ofext-authoryear-terse
naturaly. Still, it is a different kind of "terse", ain't it?
– gusbrs
Jan 24 at 10:41
1
Sure. but you know me, I can't let an opportunity to advertisebiblatex-ext
slide ;-)
– moewe
Jan 24 at 10:44
@moewe Fair enough!
– gusbrs
Jan 24 at 10:46
add a comment |
Thank you! Works like a charm, but had to I includeuniquename=init
in one of the options to avoid warnings about conflicting options.
– Kiran Sagar
Jan 23 at 18:07
I opened a feature request to discuss ways to properly discard the "et al.": github.com/plk/biblatex/issues/861
– moewe
Jan 24 at 9:42
@moewe I was aware ofext-authoryear-terse
naturaly. Still, it is a different kind of "terse", ain't it?
– gusbrs
Jan 24 at 10:41
1
Sure. but you know me, I can't let an opportunity to advertisebiblatex-ext
slide ;-)
– moewe
Jan 24 at 10:44
@moewe Fair enough!
– gusbrs
Jan 24 at 10:46
Thank you! Works like a charm, but had to I include
uniquename=init
in one of the options to avoid warnings about conflicting options.– Kiran Sagar
Jan 23 at 18:07
Thank you! Works like a charm, but had to I include
uniquename=init
in one of the options to avoid warnings about conflicting options.– Kiran Sagar
Jan 23 at 18:07
I opened a feature request to discuss ways to properly discard the "et al.": github.com/plk/biblatex/issues/861
– moewe
Jan 24 at 9:42
I opened a feature request to discuss ways to properly discard the "et al.": github.com/plk/biblatex/issues/861
– moewe
Jan 24 at 9:42
@moewe I was aware of
ext-authoryear-terse
naturaly. Still, it is a different kind of "terse", ain't it?– gusbrs
Jan 24 at 10:41
@moewe I was aware of
ext-authoryear-terse
naturaly. Still, it is a different kind of "terse", ain't it?– gusbrs
Jan 24 at 10:41
1
1
Sure. but you know me, I can't let an opportunity to advertise
biblatex-ext
slide ;-)– moewe
Jan 24 at 10:44
Sure. but you know me, I can't let an opportunity to advertise
biblatex-ext
slide ;-)– moewe
Jan 24 at 10:44
@moewe Fair enough!
– gusbrs
Jan 24 at 10:46
@moewe Fair enough!
– gusbrs
Jan 24 at 10:46
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%2f471541%2fbiblatex-inconsistent-citation-format%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
1
Can you explicitly list what you'd like to change?
– samcarter
Jan 23 at 17:23
Check maxnames in the documentation.
– Ulrike Fischer
Jan 23 at 17:24
1
It's not "inconsistent", it is a feature.
biblatex
controls, according to the number of authors, whether the list should be shortened or not. This is configurable. What is the behavior you'd like to obtain?– gusbrs
Jan 23 at 17:24
I would like the format "FirstAuthorName year", instead of "et al" in one place and list of authors in other. Also, for references, it would be cool if first names are abbreviated in references
– Kiran Sagar
Jan 23 at 17:25
1
Please, state clearly, in your question, what is the result you'd like to obtain. This can be controlled independently for citations and bibliography, if need be.
– gusbrs
Jan 23 at 17:29