Parentheses around year, “normal number” in footnote and a word before footnote

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
4
down vote

favorite












I've got three problems with my document's footcite for which I can't find a solution. My MWE is the following:



documentclass[%
draft=false,%
paper=a4,%
fontsize=12pt,%
]scrbook

usepackage[%
backend=biber,%
style=authoryear,%
bibstyle=authoryear,%
citestyle=authoryear,%
sorting=anyt,%
]biblatex

addbibresourcejobname.bib

beginfilecontents*jobname.bib
@articleHong.2018,
author = Hong, KiHoon and Park, Kyounghoon and Yu, Jongmin,
year = 2018,
title = Crowding Out in a Dual Currency Regime? Digital Versus Fiat
Currency,

endfilecontents*

begindocument
Sentence~footcite[S.~4]Hong.2018
enddocument


Now I want the following three things to change in the footnote:



  1. Put parentheses around the year (just the year) not the pagenumber

  2. Write "Vgl." before the footnote begins (after the number of the footnote)

  3. Write the number of the footnote as "normal number" not as an exponent.

The current output:




¹Hong, Park, and Yu 2018, S. 4.




should look like this:




1 Vgl. Hong, Park, and Yu (2018), S. 4.




What is the easiest / best way to make this happen?










share|improve this question









New contributor




Christian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1




    sorting=anyt, makes little sense with style=authoryear, since anyt sorts by the alphabetic label associated with style=alphabetic. I suggest you drop sorting=anyt, (which will give you the default sorting nyt). style=authoryear, bibstyle=authoryear, citestyle=authoryear, is equivalent to style=authoryear. Finally you should not have to write footcite[S.~4]Hong.2018, footcite[4]Hong.2018 is enough, biblatex adds the page prefix for you automatically.
    – moewe
    1 hour ago














up vote
4
down vote

favorite












I've got three problems with my document's footcite for which I can't find a solution. My MWE is the following:



documentclass[%
draft=false,%
paper=a4,%
fontsize=12pt,%
]scrbook

usepackage[%
backend=biber,%
style=authoryear,%
bibstyle=authoryear,%
citestyle=authoryear,%
sorting=anyt,%
]biblatex

addbibresourcejobname.bib

beginfilecontents*jobname.bib
@articleHong.2018,
author = Hong, KiHoon and Park, Kyounghoon and Yu, Jongmin,
year = 2018,
title = Crowding Out in a Dual Currency Regime? Digital Versus Fiat
Currency,

endfilecontents*

begindocument
Sentence~footcite[S.~4]Hong.2018
enddocument


Now I want the following three things to change in the footnote:



  1. Put parentheses around the year (just the year) not the pagenumber

  2. Write "Vgl." before the footnote begins (after the number of the footnote)

  3. Write the number of the footnote as "normal number" not as an exponent.

The current output:




¹Hong, Park, and Yu 2018, S. 4.




should look like this:




1 Vgl. Hong, Park, and Yu (2018), S. 4.




What is the easiest / best way to make this happen?










share|improve this question









New contributor




Christian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1




    sorting=anyt, makes little sense with style=authoryear, since anyt sorts by the alphabetic label associated with style=alphabetic. I suggest you drop sorting=anyt, (which will give you the default sorting nyt). style=authoryear, bibstyle=authoryear, citestyle=authoryear, is equivalent to style=authoryear. Finally you should not have to write footcite[S.~4]Hong.2018, footcite[4]Hong.2018 is enough, biblatex adds the page prefix for you automatically.
    – moewe
    1 hour ago












up vote
4
down vote

favorite









up vote
4
down vote

favorite











I've got three problems with my document's footcite for which I can't find a solution. My MWE is the following:



documentclass[%
draft=false,%
paper=a4,%
fontsize=12pt,%
]scrbook

usepackage[%
backend=biber,%
style=authoryear,%
bibstyle=authoryear,%
citestyle=authoryear,%
sorting=anyt,%
]biblatex

addbibresourcejobname.bib

beginfilecontents*jobname.bib
@articleHong.2018,
author = Hong, KiHoon and Park, Kyounghoon and Yu, Jongmin,
year = 2018,
title = Crowding Out in a Dual Currency Regime? Digital Versus Fiat
Currency,

endfilecontents*

begindocument
Sentence~footcite[S.~4]Hong.2018
enddocument


Now I want the following three things to change in the footnote:



  1. Put parentheses around the year (just the year) not the pagenumber

  2. Write "Vgl." before the footnote begins (after the number of the footnote)

  3. Write the number of the footnote as "normal number" not as an exponent.

The current output:




¹Hong, Park, and Yu 2018, S. 4.




should look like this:




1 Vgl. Hong, Park, and Yu (2018), S. 4.




What is the easiest / best way to make this happen?










share|improve this question









New contributor




Christian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I've got three problems with my document's footcite for which I can't find a solution. My MWE is the following:



documentclass[%
draft=false,%
paper=a4,%
fontsize=12pt,%
]scrbook

usepackage[%
backend=biber,%
style=authoryear,%
bibstyle=authoryear,%
citestyle=authoryear,%
sorting=anyt,%
]biblatex

addbibresourcejobname.bib

beginfilecontents*jobname.bib
@articleHong.2018,
author = Hong, KiHoon and Park, Kyounghoon and Yu, Jongmin,
year = 2018,
title = Crowding Out in a Dual Currency Regime? Digital Versus Fiat
Currency,

endfilecontents*

begindocument
Sentence~footcite[S.~4]Hong.2018
enddocument


Now I want the following three things to change in the footnote:



  1. Put parentheses around the year (just the year) not the pagenumber

  2. Write "Vgl." before the footnote begins (after the number of the footnote)

  3. Write the number of the footnote as "normal number" not as an exponent.

The current output:




¹Hong, Park, and Yu 2018, S. 4.




should look like this:




1 Vgl. Hong, Park, and Yu (2018), S. 4.




What is the easiest / best way to make this happen?







biblatex






share|improve this question









New contributor




Christian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Christian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 1 hour ago









moewe

81.1k7102310




81.1k7102310






New contributor




Christian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 1 hour ago









Christian

233




233




New contributor




Christian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Christian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Christian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1




    sorting=anyt, makes little sense with style=authoryear, since anyt sorts by the alphabetic label associated with style=alphabetic. I suggest you drop sorting=anyt, (which will give you the default sorting nyt). style=authoryear, bibstyle=authoryear, citestyle=authoryear, is equivalent to style=authoryear. Finally you should not have to write footcite[S.~4]Hong.2018, footcite[4]Hong.2018 is enough, biblatex adds the page prefix for you automatically.
    – moewe
    1 hour ago












  • 1




    sorting=anyt, makes little sense with style=authoryear, since anyt sorts by the alphabetic label associated with style=alphabetic. I suggest you drop sorting=anyt, (which will give you the default sorting nyt). style=authoryear, bibstyle=authoryear, citestyle=authoryear, is equivalent to style=authoryear. Finally you should not have to write footcite[S.~4]Hong.2018, footcite[4]Hong.2018 is enough, biblatex adds the page prefix for you automatically.
    – moewe
    1 hour ago







1




1




sorting=anyt, makes little sense with style=authoryear, since anyt sorts by the alphabetic label associated with style=alphabetic. I suggest you drop sorting=anyt, (which will give you the default sorting nyt). style=authoryear, bibstyle=authoryear, citestyle=authoryear, is equivalent to style=authoryear. Finally you should not have to write footcite[S.~4]Hong.2018, footcite[4]Hong.2018 is enough, biblatex adds the page prefix for you automatically.
– moewe
1 hour ago




sorting=anyt, makes little sense with style=authoryear, since anyt sorts by the alphabetic label associated with style=alphabetic. I suggest you drop sorting=anyt, (which will give you the default sorting nyt). style=authoryear, bibstyle=authoryear, citestyle=authoryear, is equivalent to style=authoryear. Finally you should not have to write footcite[S.~4]Hong.2018, footcite[4]Hong.2018 is enough, biblatex adds the page prefix for you automatically.
– moewe
1 hour ago










1 Answer
1






active

oldest

votes

















up vote
4
down vote



accepted










Point 1 is fairly simple if you use biblatex-ext's drop-in replacement for authoryear, ext-authoryear. Then you only need



DeclareInnerCiteDelimsfootcitebibopenparenbibcloseparen


Point 2 can be achieved with the optional pre-note argument



Loremautocite[Vgl.][380]sigfridsson


Point 3 can be achieved with



deffootnote1.5em1emthefootnotemarkenskip


In total and keeping in mind my comments under the question (1) that sorting=anyt is not really appropriate for authoryear-like styles since it bases its sorting on the alphabetic label of the style=alphabetic that is not present in authoryear-like styles, (2) that style=authoryear, bibstyle=authoryear, citestyle=authoryear, is the same as style=authoryear and (3) that there is no need to specify "S.~" manually since biblatex adds it automatically if appropriate, we get



documentclass[fontsize=12pt,ngerman]scrbook
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagebabel
usepackagecsquotes

usepackage[
backend=biber,
style=ext-authoryear,
autocite=footnote,
]biblatex

DeclareInnerCiteDelimsfootcitebibopenparenbibcloseparen

deffootnote1.5em1emthefootnotemarkenskip

addbibresourcebiblatex-examples.bib

begindocument
Loremautocite[Vgl.][380]sigfridsson
enddocument


1 Vgl. Sigfridsson und Ryde (1998), S. 380.






share|improve this answer




















  • Wow, thank you very much for your detailed answer. This works for me. Just out of curiosity - is there a central way to archive Point 2 so that i don't have to type it before every cite?
    – Christian
    6 mins ago











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',
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
);



);






Christian is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f458151%2fparentheses-around-year-normal-number-in-footnote-and-a-word-before-footnote%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
4
down vote



accepted










Point 1 is fairly simple if you use biblatex-ext's drop-in replacement for authoryear, ext-authoryear. Then you only need



DeclareInnerCiteDelimsfootcitebibopenparenbibcloseparen


Point 2 can be achieved with the optional pre-note argument



Loremautocite[Vgl.][380]sigfridsson


Point 3 can be achieved with



deffootnote1.5em1emthefootnotemarkenskip


In total and keeping in mind my comments under the question (1) that sorting=anyt is not really appropriate for authoryear-like styles since it bases its sorting on the alphabetic label of the style=alphabetic that is not present in authoryear-like styles, (2) that style=authoryear, bibstyle=authoryear, citestyle=authoryear, is the same as style=authoryear and (3) that there is no need to specify "S.~" manually since biblatex adds it automatically if appropriate, we get



documentclass[fontsize=12pt,ngerman]scrbook
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagebabel
usepackagecsquotes

usepackage[
backend=biber,
style=ext-authoryear,
autocite=footnote,
]biblatex

DeclareInnerCiteDelimsfootcitebibopenparenbibcloseparen

deffootnote1.5em1emthefootnotemarkenskip

addbibresourcebiblatex-examples.bib

begindocument
Loremautocite[Vgl.][380]sigfridsson
enddocument


1 Vgl. Sigfridsson und Ryde (1998), S. 380.






share|improve this answer




















  • Wow, thank you very much for your detailed answer. This works for me. Just out of curiosity - is there a central way to archive Point 2 so that i don't have to type it before every cite?
    – Christian
    6 mins ago















up vote
4
down vote



accepted










Point 1 is fairly simple if you use biblatex-ext's drop-in replacement for authoryear, ext-authoryear. Then you only need



DeclareInnerCiteDelimsfootcitebibopenparenbibcloseparen


Point 2 can be achieved with the optional pre-note argument



Loremautocite[Vgl.][380]sigfridsson


Point 3 can be achieved with



deffootnote1.5em1emthefootnotemarkenskip


In total and keeping in mind my comments under the question (1) that sorting=anyt is not really appropriate for authoryear-like styles since it bases its sorting on the alphabetic label of the style=alphabetic that is not present in authoryear-like styles, (2) that style=authoryear, bibstyle=authoryear, citestyle=authoryear, is the same as style=authoryear and (3) that there is no need to specify "S.~" manually since biblatex adds it automatically if appropriate, we get



documentclass[fontsize=12pt,ngerman]scrbook
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagebabel
usepackagecsquotes

usepackage[
backend=biber,
style=ext-authoryear,
autocite=footnote,
]biblatex

DeclareInnerCiteDelimsfootcitebibopenparenbibcloseparen

deffootnote1.5em1emthefootnotemarkenskip

addbibresourcebiblatex-examples.bib

begindocument
Loremautocite[Vgl.][380]sigfridsson
enddocument


1 Vgl. Sigfridsson und Ryde (1998), S. 380.






share|improve this answer




















  • Wow, thank you very much for your detailed answer. This works for me. Just out of curiosity - is there a central way to archive Point 2 so that i don't have to type it before every cite?
    – Christian
    6 mins ago













up vote
4
down vote



accepted







up vote
4
down vote



accepted






Point 1 is fairly simple if you use biblatex-ext's drop-in replacement for authoryear, ext-authoryear. Then you only need



DeclareInnerCiteDelimsfootcitebibopenparenbibcloseparen


Point 2 can be achieved with the optional pre-note argument



Loremautocite[Vgl.][380]sigfridsson


Point 3 can be achieved with



deffootnote1.5em1emthefootnotemarkenskip


In total and keeping in mind my comments under the question (1) that sorting=anyt is not really appropriate for authoryear-like styles since it bases its sorting on the alphabetic label of the style=alphabetic that is not present in authoryear-like styles, (2) that style=authoryear, bibstyle=authoryear, citestyle=authoryear, is the same as style=authoryear and (3) that there is no need to specify "S.~" manually since biblatex adds it automatically if appropriate, we get



documentclass[fontsize=12pt,ngerman]scrbook
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagebabel
usepackagecsquotes

usepackage[
backend=biber,
style=ext-authoryear,
autocite=footnote,
]biblatex

DeclareInnerCiteDelimsfootcitebibopenparenbibcloseparen

deffootnote1.5em1emthefootnotemarkenskip

addbibresourcebiblatex-examples.bib

begindocument
Loremautocite[Vgl.][380]sigfridsson
enddocument


1 Vgl. Sigfridsson und Ryde (1998), S. 380.






share|improve this answer












Point 1 is fairly simple if you use biblatex-ext's drop-in replacement for authoryear, ext-authoryear. Then you only need



DeclareInnerCiteDelimsfootcitebibopenparenbibcloseparen


Point 2 can be achieved with the optional pre-note argument



Loremautocite[Vgl.][380]sigfridsson


Point 3 can be achieved with



deffootnote1.5em1emthefootnotemarkenskip


In total and keeping in mind my comments under the question (1) that sorting=anyt is not really appropriate for authoryear-like styles since it bases its sorting on the alphabetic label of the style=alphabetic that is not present in authoryear-like styles, (2) that style=authoryear, bibstyle=authoryear, citestyle=authoryear, is the same as style=authoryear and (3) that there is no need to specify "S.~" manually since biblatex adds it automatically if appropriate, we get



documentclass[fontsize=12pt,ngerman]scrbook
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagebabel
usepackagecsquotes

usepackage[
backend=biber,
style=ext-authoryear,
autocite=footnote,
]biblatex

DeclareInnerCiteDelimsfootcitebibopenparenbibcloseparen

deffootnote1.5em1emthefootnotemarkenskip

addbibresourcebiblatex-examples.bib

begindocument
Loremautocite[Vgl.][380]sigfridsson
enddocument


1 Vgl. Sigfridsson und Ryde (1998), S. 380.







share|improve this answer












share|improve this answer



share|improve this answer










answered 52 mins ago









moewe

81.1k7102310




81.1k7102310











  • Wow, thank you very much for your detailed answer. This works for me. Just out of curiosity - is there a central way to archive Point 2 so that i don't have to type it before every cite?
    – Christian
    6 mins ago

















  • Wow, thank you very much for your detailed answer. This works for me. Just out of curiosity - is there a central way to archive Point 2 so that i don't have to type it before every cite?
    – Christian
    6 mins ago
















Wow, thank you very much for your detailed answer. This works for me. Just out of curiosity - is there a central way to archive Point 2 so that i don't have to type it before every cite?
– Christian
6 mins ago





Wow, thank you very much for your detailed answer. This works for me. Just out of curiosity - is there a central way to archive Point 2 so that i don't have to type it before every cite?
– Christian
6 mins ago











Christian is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















Christian is a new contributor. Be nice, and check out our Code of Conduct.












Christian is a new contributor. Be nice, and check out our Code of Conduct.











Christian is a new contributor. Be nice, and check out our Code of Conduct.













 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f458151%2fparentheses-around-year-normal-number-in-footnote-and-a-word-before-footnote%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

What does second last employer means? [closed]

List of Gilmore Girls characters

Confectionery