In biblatex (and fnpct) the feature of moving around punctuation breaks if using color commands over it Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)biblatex, hyperref and punctuation issueAutomatically formatting punctuation using biblatex field formatEnd quotes and punctuation when using biblatexDefine a no-op color name which is always the current colorBiblatex authoryear in brackets and with parenthesis around the yearBibliography using biblatex, XeTeX and bidi creating wrong punctuationMake footnote and fnpct compatible with color package?biblatex, punctuation, and empty fieldProblem with begrelateddelim, punctuation tracker, and parentheses in biblatexRecolor text, such that floats and footnotes are affected correctly
How were pictures turned from film to a big picture in a picture frame before digital scanning?
Performance gap between vector<bool> and array
Significance of Cersei's obsession with elephants?
SF book about people trapped in a series of worlds they imagine
Can the Great Weapon Master feat's damage bonus and accuracy penalty apply to attacks from the Spiritual Weapon spell?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
Crossing US/Canada Border for less than 24 hours
Selecting user stories during sprint planning
How can I reduce the gap between left and right of cdot with a macro?
What initially awakened the Balrog?
Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?
How to write the following sign?
Drawing without replacement: why is the order of draw irrelevant?
Putting class ranking in CV, but against dept guidelines
Take 2! Is this homebrew Lady of Pain warlock patron balanced?
Is there any word for a place full of confusion?
Chinese Seal on silk painting - what does it mean?
Most bit efficient text communication method?
What is the difference between globalisation and imperialism?
Sum letters are not two different
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
Why is the AVR GCC compiler using a full `CALL` even though I have set the `-mshort-calls` flag?
How to write this math term? with cases it isn't working
How does light 'choose' between wave and particle behaviour?
In biblatex (and fnpct) the feature of moving around punctuation breaks if using color commands over it
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)biblatex, hyperref and punctuation issueAutomatically formatting punctuation using biblatex field formatEnd quotes and punctuation when using biblatexDefine a no-op color name which is always the current colorBiblatex authoryear in brackets and with parenthesis around the yearBibliography using biblatex, XeTeX and bidi creating wrong punctuationMake footnote and fnpct compatible with color package?biblatex, punctuation, and empty fieldProblem with begrelateddelim, punctuation tracker, and parentheses in biblatexRecolor text, such that floats and footnotes are affected correctly
Biblatex by default (autopunct = true
) moves punctuations around for superscript citation. However, changing the color of the superscript by textcolor
or by color
(need extra grouping) breaks this feature.
I noticed this even happens also with fnpct
.
As can be seen in the MWE all attempts to have a colored superscript after punctuation failed (lines 2 to 4).
Any idea how to solve this?
documentclassarticle
usepackagexparse
usepackagexcolor
usepackage[
%autopunct = true, %that is the default setting
autocite = superscript,
hyperref=true
]biblatex
addbibresourcebiblatex-examples.bib
NewDocumentCommandtestAm%
begingroupcolorblueautocite#1endgroup%
%
NewDocumentCommandtestBm%
colorblueautocite#1%
%
begindocument
This is a normal test autociteloh. Things after.
This is an inline with color test textcolorblueautociteloh. Things after.
This is a macro test testAloh. Things after.
This is a macro test testBloh. Things after.
enddocument
biblatex color punctuation fnpct
add a comment |
Biblatex by default (autopunct = true
) moves punctuations around for superscript citation. However, changing the color of the superscript by textcolor
or by color
(need extra grouping) breaks this feature.
I noticed this even happens also with fnpct
.
As can be seen in the MWE all attempts to have a colored superscript after punctuation failed (lines 2 to 4).
Any idea how to solve this?
documentclassarticle
usepackagexparse
usepackagexcolor
usepackage[
%autopunct = true, %that is the default setting
autocite = superscript,
hyperref=true
]biblatex
addbibresourcebiblatex-examples.bib
NewDocumentCommandtestAm%
begingroupcolorblueautocite#1endgroup%
%
NewDocumentCommandtestBm%
colorblueautocite#1%
%
begindocument
This is a normal test autociteloh. Things after.
This is an inline with color test textcolorblueautociteloh. Things after.
This is a macro test testAloh. Things after.
This is a macro test testBloh. Things after.
enddocument
biblatex color punctuation fnpct
add a comment |
Biblatex by default (autopunct = true
) moves punctuations around for superscript citation. However, changing the color of the superscript by textcolor
or by color
(need extra grouping) breaks this feature.
I noticed this even happens also with fnpct
.
As can be seen in the MWE all attempts to have a colored superscript after punctuation failed (lines 2 to 4).
Any idea how to solve this?
documentclassarticle
usepackagexparse
usepackagexcolor
usepackage[
%autopunct = true, %that is the default setting
autocite = superscript,
hyperref=true
]biblatex
addbibresourcebiblatex-examples.bib
NewDocumentCommandtestAm%
begingroupcolorblueautocite#1endgroup%
%
NewDocumentCommandtestBm%
colorblueautocite#1%
%
begindocument
This is a normal test autociteloh. Things after.
This is an inline with color test textcolorblueautociteloh. Things after.
This is a macro test testAloh. Things after.
This is a macro test testBloh. Things after.
enddocument
biblatex color punctuation fnpct
Biblatex by default (autopunct = true
) moves punctuations around for superscript citation. However, changing the color of the superscript by textcolor
or by color
(need extra grouping) breaks this feature.
I noticed this even happens also with fnpct
.
As can be seen in the MWE all attempts to have a colored superscript after punctuation failed (lines 2 to 4).
Any idea how to solve this?
documentclassarticle
usepackagexparse
usepackagexcolor
usepackage[
%autopunct = true, %that is the default setting
autocite = superscript,
hyperref=true
]biblatex
addbibresourcebiblatex-examples.bib
NewDocumentCommandtestAm%
begingroupcolorblueautocite#1endgroup%
%
NewDocumentCommandtestBm%
colorblueautocite#1%
%
begindocument
This is a normal test autociteloh. Things after.
This is an inline with color test textcolorblueautociteloh. Things after.
This is a macro test testAloh. Things after.
This is a macro test testBloh. Things after.
enddocument
biblatex color punctuation fnpct
biblatex color punctuation fnpct
asked 5 mins ago
ShahryarShahryar
14514
14514
add a comment |
add a comment |
0
active
oldest
votes
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%2f485549%2fin-biblatex-and-fnpct-the-feature-of-moving-around-punctuation-breaks-if-using%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
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.
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%2f485549%2fin-biblatex-and-fnpct-the-feature-of-moving-around-punctuation-breaks-if-using%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