Colon (:) instead of period (.) after author with biblatex, alphabeticReplace period with colon after year with biblatex to approximate ametsoc guidelinesPeriod after last author name in biblatex when terseinits = truebiblatex: remove comma after last author only in bookWhen author field is empty, do not put colon after prenote in authortitle-compUsing colon “:” after author only for book and thesis, biblatexInsert Colon in between (year) and (title) in references list: authoryear styleAdjusting biblatex authoryear style (to closely resemble apalike)Styling citationColon instead of “p.” in Biblatex authoryear-compPeriod after last author name in biblatex when terseinits = truebiblatex-verbose: Comma after editor instead of periodbiblatex: remove comma after last author only in bookBiblatex: suppress colon after “In” for edited volumesAdd period after author in biblatex with dashed entriesWhen author field is empty, do not put colon after prenote in authortitle-compbiblatex - How can I force a colon after a period?Using colon “:” after author only for book and thesis, biblatexbiblatex no colon after isbn
Why is Collection not simply treated as Collection<?>
Why does Kotter return in Welcome Back Kotter?
What about the virus in 12 Monkeys?
Has there ever been an airliner design involving reducing generator load by installing solar panels?
What's the difference between 'rename' and 'mv'?
Is it legal for company to use my work email to pretend I still work there?
Doing something right before you need it - expression for this?
Can a virus destroy the BIOS of a modern computer?
In a spin, are both wings stalled?
I'm flying to France today and my passport expires in less than 2 months
Intersection of two sorted vectors in C++
How can I fix/modify my tub/shower combo so the water comes out of the showerhead?
Arrow those variables!
Modeling an IP Address
I Accidentally Deleted a Stock Terminal Theme
1960's book about a plague that kills all white people
Memorizing the Keyboard
When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?
Does a druid starting with a bow start with no arrows?
AES: Why is it a good practice to use only the first 16bytes of a hash for encryption?
What killed these X2 caps?
Today is the Center
Western buddy movie with a supernatural twist where a woman turns into an eagle at the end
How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?
Colon (:) instead of period (.) after author with biblatex, alphabetic
Replace period with colon after year with biblatex to approximate ametsoc guidelinesPeriod after last author name in biblatex when terseinits = truebiblatex: remove comma after last author only in bookWhen author field is empty, do not put colon after prenote in authortitle-compUsing colon “:” after author only for book and thesis, biblatexInsert Colon in between (year) and (title) in references list: authoryear styleAdjusting biblatex authoryear style (to closely resemble apalike)Styling citationColon instead of “p.” in Biblatex authoryear-compPeriod after last author name in biblatex when terseinits = truebiblatex-verbose: Comma after editor instead of periodbiblatex: remove comma after last author only in bookBiblatex: suppress colon after “In” for edited volumesAdd period after author in biblatex with dashed entriesWhen author field is empty, do not put colon after prenote in authortitle-compbiblatex - How can I force a colon after a period?Using colon “:” after author only for book and thesis, biblatexbiblatex no colon after isbn
With biblatex
, alphabetic
style, I have
<author>. <title>
But I want to have a colon ":" instead of the period "." after the author:
<author>: <title>
What do I have to change?
biblatex punctuation
add a comment |
With biblatex
, alphabetic
style, I have
<author>. <title>
But I want to have a colon ":" instead of the period "." after the author:
<author>: <title>
What do I have to change?
biblatex punctuation
1
I refurbished your question a bit, hope you don't mind.
– doncherry
Jan 7 '12 at 15:20
add a comment |
With biblatex
, alphabetic
style, I have
<author>. <title>
But I want to have a colon ":" instead of the period "." after the author:
<author>: <title>
What do I have to change?
biblatex punctuation
With biblatex
, alphabetic
style, I have
<author>. <title>
But I want to have a colon ":" instead of the period "." after the author:
<author>: <title>
What do I have to change?
biblatex punctuation
biblatex punctuation
edited Jan 7 '12 at 15:20
doncherry
35.3k23137209
35.3k23137209
asked Sep 19 '11 at 9:50
Johannes LJohannes L
339412
339412
1
I refurbished your question a bit, hope you don't mind.
– doncherry
Jan 7 '12 at 15:20
add a comment |
1
I refurbished your question a bit, hope you don't mind.
– doncherry
Jan 7 '12 at 15:20
1
1
I refurbished your question a bit, hope you don't mind.
– doncherry
Jan 7 '12 at 15:20
I refurbished your question a bit, hope you don't mind.
– doncherry
Jan 7 '12 at 15:20
add a comment |
1 Answer
1
active
oldest
votes
Put the following in your preamble after having loaded biblatex
renewcommandlabelnamepunctaddcolonspace
(This is better than renewcommandlabelnamepunct:addspace
, as remarked by domwass.)
Update
The labelnamepunct
command is currently deprecated and the context dependent
DeclareDelimFormat[bib]nametitledelimaddcolonspace
should be used. However, old styles may still be using labelnamepunct
, so the original answer has been kept. (Thanks to moewe for recalling to update.)
6
It would be better to userenewcommandlabelnamepunctaddcolonspace
, because then unintended whitespace before the colon will be deleted.
– domwass
Sep 19 '11 at 12:09
@domwass Right; all thoseadd...
commands in biblatex are confusing.
– egreg
Sep 19 '11 at 12:13
This works withverbose
style as well. Question: Thelabelnamepunct
will only be executed after the author entry and nowhere else?
– doncherry
Jan 7 '12 at 15:23
@doncherrybiblatex
defines many "punct" commands, so I guess this is specialized for that purpose.
– egreg
Jan 7 '12 at 15:47
3
Starting from version 3.4 one can also use the new interface:DeclareDelimFormat[bib]nametitledelimaddcolonspace
. The redefinition oflabelnamepunct
still works as the default isDeclareDelimFormat[bib]nametitledelimlabelnamepunct
.
– moewe
Sep 5 '16 at 14:56
|
show 4 more comments
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%2f28892%2fcolon-instead-of-period-after-author-with-biblatex-alphabetic%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
Put the following in your preamble after having loaded biblatex
renewcommandlabelnamepunctaddcolonspace
(This is better than renewcommandlabelnamepunct:addspace
, as remarked by domwass.)
Update
The labelnamepunct
command is currently deprecated and the context dependent
DeclareDelimFormat[bib]nametitledelimaddcolonspace
should be used. However, old styles may still be using labelnamepunct
, so the original answer has been kept. (Thanks to moewe for recalling to update.)
6
It would be better to userenewcommandlabelnamepunctaddcolonspace
, because then unintended whitespace before the colon will be deleted.
– domwass
Sep 19 '11 at 12:09
@domwass Right; all thoseadd...
commands in biblatex are confusing.
– egreg
Sep 19 '11 at 12:13
This works withverbose
style as well. Question: Thelabelnamepunct
will only be executed after the author entry and nowhere else?
– doncherry
Jan 7 '12 at 15:23
@doncherrybiblatex
defines many "punct" commands, so I guess this is specialized for that purpose.
– egreg
Jan 7 '12 at 15:47
3
Starting from version 3.4 one can also use the new interface:DeclareDelimFormat[bib]nametitledelimaddcolonspace
. The redefinition oflabelnamepunct
still works as the default isDeclareDelimFormat[bib]nametitledelimlabelnamepunct
.
– moewe
Sep 5 '16 at 14:56
|
show 4 more comments
Put the following in your preamble after having loaded biblatex
renewcommandlabelnamepunctaddcolonspace
(This is better than renewcommandlabelnamepunct:addspace
, as remarked by domwass.)
Update
The labelnamepunct
command is currently deprecated and the context dependent
DeclareDelimFormat[bib]nametitledelimaddcolonspace
should be used. However, old styles may still be using labelnamepunct
, so the original answer has been kept. (Thanks to moewe for recalling to update.)
6
It would be better to userenewcommandlabelnamepunctaddcolonspace
, because then unintended whitespace before the colon will be deleted.
– domwass
Sep 19 '11 at 12:09
@domwass Right; all thoseadd...
commands in biblatex are confusing.
– egreg
Sep 19 '11 at 12:13
This works withverbose
style as well. Question: Thelabelnamepunct
will only be executed after the author entry and nowhere else?
– doncherry
Jan 7 '12 at 15:23
@doncherrybiblatex
defines many "punct" commands, so I guess this is specialized for that purpose.
– egreg
Jan 7 '12 at 15:47
3
Starting from version 3.4 one can also use the new interface:DeclareDelimFormat[bib]nametitledelimaddcolonspace
. The redefinition oflabelnamepunct
still works as the default isDeclareDelimFormat[bib]nametitledelimlabelnamepunct
.
– moewe
Sep 5 '16 at 14:56
|
show 4 more comments
Put the following in your preamble after having loaded biblatex
renewcommandlabelnamepunctaddcolonspace
(This is better than renewcommandlabelnamepunct:addspace
, as remarked by domwass.)
Update
The labelnamepunct
command is currently deprecated and the context dependent
DeclareDelimFormat[bib]nametitledelimaddcolonspace
should be used. However, old styles may still be using labelnamepunct
, so the original answer has been kept. (Thanks to moewe for recalling to update.)
Put the following in your preamble after having loaded biblatex
renewcommandlabelnamepunctaddcolonspace
(This is better than renewcommandlabelnamepunct:addspace
, as remarked by domwass.)
Update
The labelnamepunct
command is currently deprecated and the context dependent
DeclareDelimFormat[bib]nametitledelimaddcolonspace
should be used. However, old styles may still be using labelnamepunct
, so the original answer has been kept. (Thanks to moewe for recalling to update.)
edited 10 mins ago
answered Sep 19 '11 at 11:08
egregegreg
731k8919303252
731k8919303252
6
It would be better to userenewcommandlabelnamepunctaddcolonspace
, because then unintended whitespace before the colon will be deleted.
– domwass
Sep 19 '11 at 12:09
@domwass Right; all thoseadd...
commands in biblatex are confusing.
– egreg
Sep 19 '11 at 12:13
This works withverbose
style as well. Question: Thelabelnamepunct
will only be executed after the author entry and nowhere else?
– doncherry
Jan 7 '12 at 15:23
@doncherrybiblatex
defines many "punct" commands, so I guess this is specialized for that purpose.
– egreg
Jan 7 '12 at 15:47
3
Starting from version 3.4 one can also use the new interface:DeclareDelimFormat[bib]nametitledelimaddcolonspace
. The redefinition oflabelnamepunct
still works as the default isDeclareDelimFormat[bib]nametitledelimlabelnamepunct
.
– moewe
Sep 5 '16 at 14:56
|
show 4 more comments
6
It would be better to userenewcommandlabelnamepunctaddcolonspace
, because then unintended whitespace before the colon will be deleted.
– domwass
Sep 19 '11 at 12:09
@domwass Right; all thoseadd...
commands in biblatex are confusing.
– egreg
Sep 19 '11 at 12:13
This works withverbose
style as well. Question: Thelabelnamepunct
will only be executed after the author entry and nowhere else?
– doncherry
Jan 7 '12 at 15:23
@doncherrybiblatex
defines many "punct" commands, so I guess this is specialized for that purpose.
– egreg
Jan 7 '12 at 15:47
3
Starting from version 3.4 one can also use the new interface:DeclareDelimFormat[bib]nametitledelimaddcolonspace
. The redefinition oflabelnamepunct
still works as the default isDeclareDelimFormat[bib]nametitledelimlabelnamepunct
.
– moewe
Sep 5 '16 at 14:56
6
6
It would be better to use
renewcommandlabelnamepunctaddcolonspace
, because then unintended whitespace before the colon will be deleted.– domwass
Sep 19 '11 at 12:09
It would be better to use
renewcommandlabelnamepunctaddcolonspace
, because then unintended whitespace before the colon will be deleted.– domwass
Sep 19 '11 at 12:09
@domwass Right; all those
add...
commands in biblatex are confusing.– egreg
Sep 19 '11 at 12:13
@domwass Right; all those
add...
commands in biblatex are confusing.– egreg
Sep 19 '11 at 12:13
This works with
verbose
style as well. Question: The labelnamepunct
will only be executed after the author entry and nowhere else?– doncherry
Jan 7 '12 at 15:23
This works with
verbose
style as well. Question: The labelnamepunct
will only be executed after the author entry and nowhere else?– doncherry
Jan 7 '12 at 15:23
@doncherry
biblatex
defines many "punct" commands, so I guess this is specialized for that purpose.– egreg
Jan 7 '12 at 15:47
@doncherry
biblatex
defines many "punct" commands, so I guess this is specialized for that purpose.– egreg
Jan 7 '12 at 15:47
3
3
Starting from version 3.4 one can also use the new interface:
DeclareDelimFormat[bib]nametitledelimaddcolonspace
. The redefinition of labelnamepunct
still works as the default is DeclareDelimFormat[bib]nametitledelimlabelnamepunct
.– moewe
Sep 5 '16 at 14:56
Starting from version 3.4 one can also use the new interface:
DeclareDelimFormat[bib]nametitledelimaddcolonspace
. The redefinition of labelnamepunct
still works as the default is DeclareDelimFormat[bib]nametitledelimlabelnamepunct
.– moewe
Sep 5 '16 at 14:56
|
show 4 more comments
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%2f28892%2fcolon-instead-of-period-after-author-with-biblatex-alphabetic%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
I refurbished your question a bit, hope you don't mind.
– doncherry
Jan 7 '12 at 15:20