How to mention where a citation is used in the references section?Problem with mkbibdateapalongextra of...

Website seeing my Facebook data?

"Starve to death" Vs. "Starve to the point of death"

Why is it that Bernie Sanders is always called a "socialist"?

Switch case implementation in Java for an integer pair combination

Not a Long-Winded Riddle

If angels and devils are the same species, why would their mortal offspring appear physically different?

Is `Object` a function in javascript?

How much light is too much?

Reading Mishnayos without understanding

Why does 0.-5 evaluate to -5?

Does Skippy chunky peanut butter contain trans fat?

Can you determine if focus is sharp without diopter adjustment if your sight is imperfect?

How to politely refuse in-office gym instructor for steroids and protein

Plausible reason for gold-digging ant

How big is a framed opening for a door relative to the finished door opening width?

Book where a space ship journeys to the center of the galaxy to find all the stars had gone supernova

Can a player sacrifice a creature after declaring that creature as blocker while taking lethal damage?

Why is that max-Q doesn't occur in transonic regime?

Why didn't Tom Riddle take the presence of Fawkes and the Sorting Hat as more of a threat?

Sitecore 9.1 Installation - Skip to particular step

Is the fingering of thirds flexible or do I have to follow the rules?

Eww, those bytes are gross

Does the US government have any planning in place to ensure there's no shortages of food, fuel, steel and other commodities?

How to create a label containing values from different layers in QGIS



How to mention where a citation is used in the references section?


Problem with mkbibdateapalongextra of biblatex-apaBiblatex: Changing the font of citation-marks and the references?BibLaTeX: how to sort references by year within the citationbiblatex: Retrieve which references are NOT usedCitation style and arranging referencesCustom bibliography and footcite stylessquared bracketed citation in references listMultiple references in one citation with links“Internet Reference” bibliography style for SAE papers using biblatex/biberHow to customize citation style and references?Inbook citation not showing the section title













0















My question is rather the opposite, since I want to remove the bolded part from a citation:



Xu, J., Benbasat, I., & Cenfetelli, R. T. (labelyearlabelmonthlabelday). “Integrating service quality with sys-tem and information quality: An empirical test in the e-service context,”MIS quarterly, 777–794. ( )(cit. on p.6).



This is the cls code which came with the template, perhaps you could point to where that is coming from:



ProvidesFile{biblatex.cfg}

DeclareNameAlias{sortname}{last-first}

% Put titles in quotes for most types
DeclareFieldFormat
[online,article,inbook,incollection,inproceedings,thesis,unpublished,patent]
{title}{mkbibquote{#1addcomma}}
DeclareFieldFormat
[book]
{title}{mkbibemph{#1addcomma}}

DeclareFieldFormat
[inbook,incollection,inproceedings]
{booktitle}{mkbibemph{#1addcomma}}

% Attempted Fixes for ONLINE entries
DefineBibliographyStrings{english}{%
url = {available online at},
}

DeclareFieldFormat{url}{bibstring{url}spaceurl{#1}}
DeclareFieldFormat{urldate}{printtext{accessed}space#1}

renewbibmacro*{url+urldate}{%
printtext[parens]{%
printfield{url}addsemicolonspace
printurldate
}}

% Year formatting
renewbibmacro*{date+extrayear}{%
iffieldundef{thefield{datelabelsource}year}
{}
{printtext{%
printfield{thefield{datelabelsource}year}%
printfield{extrayear}}}}%
renewbibmacro*{date}{%
iffieldundef{month}
{}
{printdate}}%
renewbibmacro*{issue+date}{%
ifboolexpr{
test {iffieldundef{issue}}
and
test {iffieldundef{month}}
}
{}
{printtext{%
printfield{issue}%
setunit*{addspace}%
printdate}}%
newunit}

% Fix names
DeclareNameAlias{sortname}{last-first}
renewcommand*{labelnamepunct}{addperiodspace }
renewcommand*{finalnamedelim}{,addspace andaddspace }

% Fix "in"
renewbibmacro*{in:}{%
printtext{%
inspace}}

% Gotta get rid of the "in" before journal title
DeclareBibliographyDriver{article}{%
usebibmacro{bibindex}%
usebibmacro{begentry}%
usebibmacro{author/translator+others}%
setunit{labelnamepunct}newblock
usebibmacro{title}%
newunit
printlist{language}%
newunitnewblock
usebibmacro{byauthor}%
newunitnewblock
usebibmacro{bytranslator+others}%
newunitnewblock
printfield{version}%
newunitnewblock
usebibmacro{journal+issuetitle}%
newunit
usebibmacro{byeditor+others}%
newunit
usebibmacro{note+pages}%
newunitnewblock
iftoggle{bbx:isbn}
{printfield{issn}}
{}%
newunitnewblock
usebibmacro{doi+eprint+url}%
newunitnewblock
usebibmacro{addendum+pubstate}%
setunit{bibpagerefpunct}newblock
usebibmacro{pageref}%
newunitnewblock
iftoggle{bbx:related}
{usebibmacro{related:init}%
usebibmacro{related}}
{}%
usebibmacro{finentry}}

% Make (Volume:Issue)
newbibmacro*{volume+number+eid}{%
printtext[parens]{%
printfield{volume}%
setunit*{:}%
printfield{number}}%
setunit{addcommaspace}%
printfield{eid}}

% Fix editor
renewbibmacro*{byeditor+others}{%
ifnameundef{editor}
{}
{printnames[byeditor]{editor}%
setunit{addspace}%
printtext[parens]{usebibmacro{apaeditorstrg}{editor}}%
% usebibmacro{byeditor+othersstrg}%
clearname{editor}%
newunit}%
usebibmacro{byeditorx}%
usebibmacro{bytranslator+others}}

newbibmacro*{apaeditorstrg}[1]{%
iffieldundef{#1type}
{ifthenelse{value{#1}>1ORifandothers{#1}}
{bibstring{editors}}
{bibstring{editor}}}
{ifthenelse{value{#1}>1ORifandothers{#1}}
{bibcpstring{typethefield{#1type}s}}
{bibcpstring{typethefield{#1type}}}}}

% Fix appearance of , with name lists of two
renewcommand*{finalnamedelim}{%
ifnumgreater{value{liststop}}{2}{finalandcomma}{}%
addspacebibstring{and}space}
endinput









share|improve this question




















  • 1





    Could you please post a compilable minimal working example with bibliography (MWEB) in order to illustrate your problem. Apart from that, you might want to have a look, if you load biblatex with the backref option.

    – leandriis
    2 days ago
















0















My question is rather the opposite, since I want to remove the bolded part from a citation:



Xu, J., Benbasat, I., & Cenfetelli, R. T. (labelyearlabelmonthlabelday). “Integrating service quality with sys-tem and information quality: An empirical test in the e-service context,”MIS quarterly, 777–794. ( )(cit. on p.6).



This is the cls code which came with the template, perhaps you could point to where that is coming from:



ProvidesFile{biblatex.cfg}

DeclareNameAlias{sortname}{last-first}

% Put titles in quotes for most types
DeclareFieldFormat
[online,article,inbook,incollection,inproceedings,thesis,unpublished,patent]
{title}{mkbibquote{#1addcomma}}
DeclareFieldFormat
[book]
{title}{mkbibemph{#1addcomma}}

DeclareFieldFormat
[inbook,incollection,inproceedings]
{booktitle}{mkbibemph{#1addcomma}}

% Attempted Fixes for ONLINE entries
DefineBibliographyStrings{english}{%
url = {available online at},
}

DeclareFieldFormat{url}{bibstring{url}spaceurl{#1}}
DeclareFieldFormat{urldate}{printtext{accessed}space#1}

renewbibmacro*{url+urldate}{%
printtext[parens]{%
printfield{url}addsemicolonspace
printurldate
}}

% Year formatting
renewbibmacro*{date+extrayear}{%
iffieldundef{thefield{datelabelsource}year}
{}
{printtext{%
printfield{thefield{datelabelsource}year}%
printfield{extrayear}}}}%
renewbibmacro*{date}{%
iffieldundef{month}
{}
{printdate}}%
renewbibmacro*{issue+date}{%
ifboolexpr{
test {iffieldundef{issue}}
and
test {iffieldundef{month}}
}
{}
{printtext{%
printfield{issue}%
setunit*{addspace}%
printdate}}%
newunit}

% Fix names
DeclareNameAlias{sortname}{last-first}
renewcommand*{labelnamepunct}{addperiodspace }
renewcommand*{finalnamedelim}{,addspace andaddspace }

% Fix "in"
renewbibmacro*{in:}{%
printtext{%
inspace}}

% Gotta get rid of the "in" before journal title
DeclareBibliographyDriver{article}{%
usebibmacro{bibindex}%
usebibmacro{begentry}%
usebibmacro{author/translator+others}%
setunit{labelnamepunct}newblock
usebibmacro{title}%
newunit
printlist{language}%
newunitnewblock
usebibmacro{byauthor}%
newunitnewblock
usebibmacro{bytranslator+others}%
newunitnewblock
printfield{version}%
newunitnewblock
usebibmacro{journal+issuetitle}%
newunit
usebibmacro{byeditor+others}%
newunit
usebibmacro{note+pages}%
newunitnewblock
iftoggle{bbx:isbn}
{printfield{issn}}
{}%
newunitnewblock
usebibmacro{doi+eprint+url}%
newunitnewblock
usebibmacro{addendum+pubstate}%
setunit{bibpagerefpunct}newblock
usebibmacro{pageref}%
newunitnewblock
iftoggle{bbx:related}
{usebibmacro{related:init}%
usebibmacro{related}}
{}%
usebibmacro{finentry}}

% Make (Volume:Issue)
newbibmacro*{volume+number+eid}{%
printtext[parens]{%
printfield{volume}%
setunit*{:}%
printfield{number}}%
setunit{addcommaspace}%
printfield{eid}}

% Fix editor
renewbibmacro*{byeditor+others}{%
ifnameundef{editor}
{}
{printnames[byeditor]{editor}%
setunit{addspace}%
printtext[parens]{usebibmacro{apaeditorstrg}{editor}}%
% usebibmacro{byeditor+othersstrg}%
clearname{editor}%
newunit}%
usebibmacro{byeditorx}%
usebibmacro{bytranslator+others}}

newbibmacro*{apaeditorstrg}[1]{%
iffieldundef{#1type}
{ifthenelse{value{#1}>1ORifandothers{#1}}
{bibstring{editors}}
{bibstring{editor}}}
{ifthenelse{value{#1}>1ORifandothers{#1}}
{bibcpstring{typethefield{#1type}s}}
{bibcpstring{typethefield{#1type}}}}}

% Fix appearance of , with name lists of two
renewcommand*{finalnamedelim}{%
ifnumgreater{value{liststop}}{2}{finalandcomma}{}%
addspacebibstring{and}space}
endinput









share|improve this question




















  • 1





    Could you please post a compilable minimal working example with bibliography (MWEB) in order to illustrate your problem. Apart from that, you might want to have a look, if you load biblatex with the backref option.

    – leandriis
    2 days ago














0












0








0








My question is rather the opposite, since I want to remove the bolded part from a citation:



Xu, J., Benbasat, I., & Cenfetelli, R. T. (labelyearlabelmonthlabelday). “Integrating service quality with sys-tem and information quality: An empirical test in the e-service context,”MIS quarterly, 777–794. ( )(cit. on p.6).



This is the cls code which came with the template, perhaps you could point to where that is coming from:



ProvidesFile{biblatex.cfg}

DeclareNameAlias{sortname}{last-first}

% Put titles in quotes for most types
DeclareFieldFormat
[online,article,inbook,incollection,inproceedings,thesis,unpublished,patent]
{title}{mkbibquote{#1addcomma}}
DeclareFieldFormat
[book]
{title}{mkbibemph{#1addcomma}}

DeclareFieldFormat
[inbook,incollection,inproceedings]
{booktitle}{mkbibemph{#1addcomma}}

% Attempted Fixes for ONLINE entries
DefineBibliographyStrings{english}{%
url = {available online at},
}

DeclareFieldFormat{url}{bibstring{url}spaceurl{#1}}
DeclareFieldFormat{urldate}{printtext{accessed}space#1}

renewbibmacro*{url+urldate}{%
printtext[parens]{%
printfield{url}addsemicolonspace
printurldate
}}

% Year formatting
renewbibmacro*{date+extrayear}{%
iffieldundef{thefield{datelabelsource}year}
{}
{printtext{%
printfield{thefield{datelabelsource}year}%
printfield{extrayear}}}}%
renewbibmacro*{date}{%
iffieldundef{month}
{}
{printdate}}%
renewbibmacro*{issue+date}{%
ifboolexpr{
test {iffieldundef{issue}}
and
test {iffieldundef{month}}
}
{}
{printtext{%
printfield{issue}%
setunit*{addspace}%
printdate}}%
newunit}

% Fix names
DeclareNameAlias{sortname}{last-first}
renewcommand*{labelnamepunct}{addperiodspace }
renewcommand*{finalnamedelim}{,addspace andaddspace }

% Fix "in"
renewbibmacro*{in:}{%
printtext{%
inspace}}

% Gotta get rid of the "in" before journal title
DeclareBibliographyDriver{article}{%
usebibmacro{bibindex}%
usebibmacro{begentry}%
usebibmacro{author/translator+others}%
setunit{labelnamepunct}newblock
usebibmacro{title}%
newunit
printlist{language}%
newunitnewblock
usebibmacro{byauthor}%
newunitnewblock
usebibmacro{bytranslator+others}%
newunitnewblock
printfield{version}%
newunitnewblock
usebibmacro{journal+issuetitle}%
newunit
usebibmacro{byeditor+others}%
newunit
usebibmacro{note+pages}%
newunitnewblock
iftoggle{bbx:isbn}
{printfield{issn}}
{}%
newunitnewblock
usebibmacro{doi+eprint+url}%
newunitnewblock
usebibmacro{addendum+pubstate}%
setunit{bibpagerefpunct}newblock
usebibmacro{pageref}%
newunitnewblock
iftoggle{bbx:related}
{usebibmacro{related:init}%
usebibmacro{related}}
{}%
usebibmacro{finentry}}

% Make (Volume:Issue)
newbibmacro*{volume+number+eid}{%
printtext[parens]{%
printfield{volume}%
setunit*{:}%
printfield{number}}%
setunit{addcommaspace}%
printfield{eid}}

% Fix editor
renewbibmacro*{byeditor+others}{%
ifnameundef{editor}
{}
{printnames[byeditor]{editor}%
setunit{addspace}%
printtext[parens]{usebibmacro{apaeditorstrg}{editor}}%
% usebibmacro{byeditor+othersstrg}%
clearname{editor}%
newunit}%
usebibmacro{byeditorx}%
usebibmacro{bytranslator+others}}

newbibmacro*{apaeditorstrg}[1]{%
iffieldundef{#1type}
{ifthenelse{value{#1}>1ORifandothers{#1}}
{bibstring{editors}}
{bibstring{editor}}}
{ifthenelse{value{#1}>1ORifandothers{#1}}
{bibcpstring{typethefield{#1type}s}}
{bibcpstring{typethefield{#1type}}}}}

% Fix appearance of , with name lists of two
renewcommand*{finalnamedelim}{%
ifnumgreater{value{liststop}}{2}{finalandcomma}{}%
addspacebibstring{and}space}
endinput









share|improve this question
















My question is rather the opposite, since I want to remove the bolded part from a citation:



Xu, J., Benbasat, I., & Cenfetelli, R. T. (labelyearlabelmonthlabelday). “Integrating service quality with sys-tem and information quality: An empirical test in the e-service context,”MIS quarterly, 777–794. ( )(cit. on p.6).



This is the cls code which came with the template, perhaps you could point to where that is coming from:



ProvidesFile{biblatex.cfg}

DeclareNameAlias{sortname}{last-first}

% Put titles in quotes for most types
DeclareFieldFormat
[online,article,inbook,incollection,inproceedings,thesis,unpublished,patent]
{title}{mkbibquote{#1addcomma}}
DeclareFieldFormat
[book]
{title}{mkbibemph{#1addcomma}}

DeclareFieldFormat
[inbook,incollection,inproceedings]
{booktitle}{mkbibemph{#1addcomma}}

% Attempted Fixes for ONLINE entries
DefineBibliographyStrings{english}{%
url = {available online at},
}

DeclareFieldFormat{url}{bibstring{url}spaceurl{#1}}
DeclareFieldFormat{urldate}{printtext{accessed}space#1}

renewbibmacro*{url+urldate}{%
printtext[parens]{%
printfield{url}addsemicolonspace
printurldate
}}

% Year formatting
renewbibmacro*{date+extrayear}{%
iffieldundef{thefield{datelabelsource}year}
{}
{printtext{%
printfield{thefield{datelabelsource}year}%
printfield{extrayear}}}}%
renewbibmacro*{date}{%
iffieldundef{month}
{}
{printdate}}%
renewbibmacro*{issue+date}{%
ifboolexpr{
test {iffieldundef{issue}}
and
test {iffieldundef{month}}
}
{}
{printtext{%
printfield{issue}%
setunit*{addspace}%
printdate}}%
newunit}

% Fix names
DeclareNameAlias{sortname}{last-first}
renewcommand*{labelnamepunct}{addperiodspace }
renewcommand*{finalnamedelim}{,addspace andaddspace }

% Fix "in"
renewbibmacro*{in:}{%
printtext{%
inspace}}

% Gotta get rid of the "in" before journal title
DeclareBibliographyDriver{article}{%
usebibmacro{bibindex}%
usebibmacro{begentry}%
usebibmacro{author/translator+others}%
setunit{labelnamepunct}newblock
usebibmacro{title}%
newunit
printlist{language}%
newunitnewblock
usebibmacro{byauthor}%
newunitnewblock
usebibmacro{bytranslator+others}%
newunitnewblock
printfield{version}%
newunitnewblock
usebibmacro{journal+issuetitle}%
newunit
usebibmacro{byeditor+others}%
newunit
usebibmacro{note+pages}%
newunitnewblock
iftoggle{bbx:isbn}
{printfield{issn}}
{}%
newunitnewblock
usebibmacro{doi+eprint+url}%
newunitnewblock
usebibmacro{addendum+pubstate}%
setunit{bibpagerefpunct}newblock
usebibmacro{pageref}%
newunitnewblock
iftoggle{bbx:related}
{usebibmacro{related:init}%
usebibmacro{related}}
{}%
usebibmacro{finentry}}

% Make (Volume:Issue)
newbibmacro*{volume+number+eid}{%
printtext[parens]{%
printfield{volume}%
setunit*{:}%
printfield{number}}%
setunit{addcommaspace}%
printfield{eid}}

% Fix editor
renewbibmacro*{byeditor+others}{%
ifnameundef{editor}
{}
{printnames[byeditor]{editor}%
setunit{addspace}%
printtext[parens]{usebibmacro{apaeditorstrg}{editor}}%
% usebibmacro{byeditor+othersstrg}%
clearname{editor}%
newunit}%
usebibmacro{byeditorx}%
usebibmacro{bytranslator+others}}

newbibmacro*{apaeditorstrg}[1]{%
iffieldundef{#1type}
{ifthenelse{value{#1}>1ORifandothers{#1}}
{bibstring{editors}}
{bibstring{editor}}}
{ifthenelse{value{#1}>1ORifandothers{#1}}
{bibcpstring{typethefield{#1type}s}}
{bibcpstring{typethefield{#1type}}}}}

% Fix appearance of , with name lists of two
renewcommand*{finalnamedelim}{%
ifnumgreater{value{liststop}}{2}{finalandcomma}{}%
addspacebibstring{and}space}
endinput






biblatex






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago







Dambo

















asked 2 days ago









DamboDambo

16317




16317








  • 1





    Could you please post a compilable minimal working example with bibliography (MWEB) in order to illustrate your problem. Apart from that, you might want to have a look, if you load biblatex with the backref option.

    – leandriis
    2 days ago














  • 1





    Could you please post a compilable minimal working example with bibliography (MWEB) in order to illustrate your problem. Apart from that, you might want to have a look, if you load biblatex with the backref option.

    – leandriis
    2 days ago








1




1





Could you please post a compilable minimal working example with bibliography (MWEB) in order to illustrate your problem. Apart from that, you might want to have a look, if you load biblatex with the backref option.

– leandriis
2 days ago





Could you please post a compilable minimal working example with bibliography (MWEB) in order to illustrate your problem. Apart from that, you might want to have a look, if you load biblatex with the backref option.

– leandriis
2 days ago










1 Answer
1






active

oldest

votes


















3














Googling for the characteristic phrase



% Gotta get rid of the "in" before journal title


in the comments leads to https://github.com/rschuetzler/latex-icis-template/blob/master/biblatex.cfg and indeed the contents of that file are identical to the .cfg in your question.



If I run the testdoc.tex included in the repository in its current state I do not get the backref/pageref output




(cit. on p. 1)




But there is a second characteristic bit in your question, the




labelyearlabelmonthlabelday




suggests that you are using biblatex-apa and failed to provide an appropriate language mapping or definition (cf. Problem with mkbibdateapalongextra of biblatex-apa and many other linked questions).



Indeed, if I change icisfinal.cls to load style=apa instead of style=authoryear I also get the




(cit. on p. 1)




in the output.



biblatex-apa uses a slightly different way to control the back references, see https://github.com/plk/biblatex-apa/issues/72. If you use biblatex-apa, the style automatically sets backref=true and lets you control the output of the backreferences with the option apabackref.



Unfortunately, due to the redefinition of the @article driver in biblatex.cfg, apabackref=false won't remove all backreferences with this template (the driver uses the standard macro pageref and not its biblatex-apa version apa:pageref). You can, however, still resort to the standard method of using



backref=false,


Add this line to the biblatex loading option and that should remove the unwanted backreferences.



I should add that it is always risky to deviate from a template (i.e. the change from style=authoryear to style=apa). If you don't have an extremely strong reason to use this template I would avoid it. In particular because the redefinition of the @article driver could have other unwanted consequences if you use biblatex-apa.





While I do enjoy a bit of sleuthing from time to time, please consider including all necessary/vital information (like which template you use, where it is available, ...) as well as a short example document that reproduces the undesired behaviour (a so-called MWE: I've just been asked to write a minimal example, what is that?, or MWEB: How to write a MWEB (Minimal working example with Bibliography)?) in your question. That makes it much easier to answer.






share|improve this answer

























    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476235%2fhow-to-mention-where-a-citation-is-used-in-the-references-section%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









    3














    Googling for the characteristic phrase



    % Gotta get rid of the "in" before journal title


    in the comments leads to https://github.com/rschuetzler/latex-icis-template/blob/master/biblatex.cfg and indeed the contents of that file are identical to the .cfg in your question.



    If I run the testdoc.tex included in the repository in its current state I do not get the backref/pageref output




    (cit. on p. 1)




    But there is a second characteristic bit in your question, the




    labelyearlabelmonthlabelday




    suggests that you are using biblatex-apa and failed to provide an appropriate language mapping or definition (cf. Problem with mkbibdateapalongextra of biblatex-apa and many other linked questions).



    Indeed, if I change icisfinal.cls to load style=apa instead of style=authoryear I also get the




    (cit. on p. 1)




    in the output.



    biblatex-apa uses a slightly different way to control the back references, see https://github.com/plk/biblatex-apa/issues/72. If you use biblatex-apa, the style automatically sets backref=true and lets you control the output of the backreferences with the option apabackref.



    Unfortunately, due to the redefinition of the @article driver in biblatex.cfg, apabackref=false won't remove all backreferences with this template (the driver uses the standard macro pageref and not its biblatex-apa version apa:pageref). You can, however, still resort to the standard method of using



    backref=false,


    Add this line to the biblatex loading option and that should remove the unwanted backreferences.



    I should add that it is always risky to deviate from a template (i.e. the change from style=authoryear to style=apa). If you don't have an extremely strong reason to use this template I would avoid it. In particular because the redefinition of the @article driver could have other unwanted consequences if you use biblatex-apa.





    While I do enjoy a bit of sleuthing from time to time, please consider including all necessary/vital information (like which template you use, where it is available, ...) as well as a short example document that reproduces the undesired behaviour (a so-called MWE: I've just been asked to write a minimal example, what is that?, or MWEB: How to write a MWEB (Minimal working example with Bibliography)?) in your question. That makes it much easier to answer.






    share|improve this answer






























      3














      Googling for the characteristic phrase



      % Gotta get rid of the "in" before journal title


      in the comments leads to https://github.com/rschuetzler/latex-icis-template/blob/master/biblatex.cfg and indeed the contents of that file are identical to the .cfg in your question.



      If I run the testdoc.tex included in the repository in its current state I do not get the backref/pageref output




      (cit. on p. 1)




      But there is a second characteristic bit in your question, the




      labelyearlabelmonthlabelday




      suggests that you are using biblatex-apa and failed to provide an appropriate language mapping or definition (cf. Problem with mkbibdateapalongextra of biblatex-apa and many other linked questions).



      Indeed, if I change icisfinal.cls to load style=apa instead of style=authoryear I also get the




      (cit. on p. 1)




      in the output.



      biblatex-apa uses a slightly different way to control the back references, see https://github.com/plk/biblatex-apa/issues/72. If you use biblatex-apa, the style automatically sets backref=true and lets you control the output of the backreferences with the option apabackref.



      Unfortunately, due to the redefinition of the @article driver in biblatex.cfg, apabackref=false won't remove all backreferences with this template (the driver uses the standard macro pageref and not its biblatex-apa version apa:pageref). You can, however, still resort to the standard method of using



      backref=false,


      Add this line to the biblatex loading option and that should remove the unwanted backreferences.



      I should add that it is always risky to deviate from a template (i.e. the change from style=authoryear to style=apa). If you don't have an extremely strong reason to use this template I would avoid it. In particular because the redefinition of the @article driver could have other unwanted consequences if you use biblatex-apa.





      While I do enjoy a bit of sleuthing from time to time, please consider including all necessary/vital information (like which template you use, where it is available, ...) as well as a short example document that reproduces the undesired behaviour (a so-called MWE: I've just been asked to write a minimal example, what is that?, or MWEB: How to write a MWEB (Minimal working example with Bibliography)?) in your question. That makes it much easier to answer.






      share|improve this answer




























        3












        3








        3







        Googling for the characteristic phrase



        % Gotta get rid of the "in" before journal title


        in the comments leads to https://github.com/rschuetzler/latex-icis-template/blob/master/biblatex.cfg and indeed the contents of that file are identical to the .cfg in your question.



        If I run the testdoc.tex included in the repository in its current state I do not get the backref/pageref output




        (cit. on p. 1)




        But there is a second characteristic bit in your question, the




        labelyearlabelmonthlabelday




        suggests that you are using biblatex-apa and failed to provide an appropriate language mapping or definition (cf. Problem with mkbibdateapalongextra of biblatex-apa and many other linked questions).



        Indeed, if I change icisfinal.cls to load style=apa instead of style=authoryear I also get the




        (cit. on p. 1)




        in the output.



        biblatex-apa uses a slightly different way to control the back references, see https://github.com/plk/biblatex-apa/issues/72. If you use biblatex-apa, the style automatically sets backref=true and lets you control the output of the backreferences with the option apabackref.



        Unfortunately, due to the redefinition of the @article driver in biblatex.cfg, apabackref=false won't remove all backreferences with this template (the driver uses the standard macro pageref and not its biblatex-apa version apa:pageref). You can, however, still resort to the standard method of using



        backref=false,


        Add this line to the biblatex loading option and that should remove the unwanted backreferences.



        I should add that it is always risky to deviate from a template (i.e. the change from style=authoryear to style=apa). If you don't have an extremely strong reason to use this template I would avoid it. In particular because the redefinition of the @article driver could have other unwanted consequences if you use biblatex-apa.





        While I do enjoy a bit of sleuthing from time to time, please consider including all necessary/vital information (like which template you use, where it is available, ...) as well as a short example document that reproduces the undesired behaviour (a so-called MWE: I've just been asked to write a minimal example, what is that?, or MWEB: How to write a MWEB (Minimal working example with Bibliography)?) in your question. That makes it much easier to answer.






        share|improve this answer















        Googling for the characteristic phrase



        % Gotta get rid of the "in" before journal title


        in the comments leads to https://github.com/rschuetzler/latex-icis-template/blob/master/biblatex.cfg and indeed the contents of that file are identical to the .cfg in your question.



        If I run the testdoc.tex included in the repository in its current state I do not get the backref/pageref output




        (cit. on p. 1)




        But there is a second characteristic bit in your question, the




        labelyearlabelmonthlabelday




        suggests that you are using biblatex-apa and failed to provide an appropriate language mapping or definition (cf. Problem with mkbibdateapalongextra of biblatex-apa and many other linked questions).



        Indeed, if I change icisfinal.cls to load style=apa instead of style=authoryear I also get the




        (cit. on p. 1)




        in the output.



        biblatex-apa uses a slightly different way to control the back references, see https://github.com/plk/biblatex-apa/issues/72. If you use biblatex-apa, the style automatically sets backref=true and lets you control the output of the backreferences with the option apabackref.



        Unfortunately, due to the redefinition of the @article driver in biblatex.cfg, apabackref=false won't remove all backreferences with this template (the driver uses the standard macro pageref and not its biblatex-apa version apa:pageref). You can, however, still resort to the standard method of using



        backref=false,


        Add this line to the biblatex loading option and that should remove the unwanted backreferences.



        I should add that it is always risky to deviate from a template (i.e. the change from style=authoryear to style=apa). If you don't have an extremely strong reason to use this template I would avoid it. In particular because the redefinition of the @article driver could have other unwanted consequences if you use biblatex-apa.





        While I do enjoy a bit of sleuthing from time to time, please consider including all necessary/vital information (like which template you use, where it is available, ...) as well as a short example document that reproduces the undesired behaviour (a so-called MWE: I've just been asked to write a minimal example, what is that?, or MWEB: How to write a MWEB (Minimal working example with Bibliography)?) in your question. That makes it much easier to answer.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 2 days ago

























        answered 2 days ago









        moewemoewe

        92k10115347




        92k10115347






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476235%2fhow-to-mention-where-a-citation-is-used-in-the-references-section%23new-answer', 'question_page');
            }
            );

            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







            Popular posts from this blog

            Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

            Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

            How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...