Back references start on new line when using apaciteFormatting back references in bibliographyBack references for shorthandlistback references within “thebibliography”Formatting back references in bibliography [BibTeX]Title not showig in bibliography due to modification of .bst fileCiting from an Encyclopedia with sub voceDouble Custom Backref-Text whilst Using natbib or natbibapa with apaciteUnable to convert references from IEEEtran style to apaciteReferences title centered using apacite packageLower case when using natbib and apacite

Gaining more land

How to design an organic heat-shield?

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

How do we create new idioms and use them in a novel?

School performs periodic password audits. Is my password compromised?

Which classes are needed to have access to every spell in the PHB?

After `ssh` without `-X` to a machine, is it possible to change `$DISPLAY` to make it work like `ssh -X`?

Getting the || sign while using Kurier

Under what conditions can the right to remain silent be revoked in the USA?

Source permutation

MySQL importing CSV files really slow

Why is a very small peak with larger m/z not considered to be the molecular ion?

Do I really need to have a scientific explanation for my premise?

Recommendation letter by significant other if you worked with them professionally?

What is Tony Stark injecting into himself in Iron Man 3?

Can we track matter through time by looking at different depths in space?

What is the generally accepted pronunciation of “topoi”?

What's the 'present simple' form of the word "нашла́" in 3rd person singular female?

Power Strip for Europe

Proving a statement about real numbers

What is better: yes / no radio, or simple checkbox?

Doubts in understanding some concepts of potential energy

Signed and unsigned numbers

What are you allowed to do while using the Warlock's Eldritch Master feature?



Back references start on new line when using apacite


Formatting back references in bibliographyBack references for shorthandlistback references within “thebibliography”Formatting back references in bibliography [BibTeX]Title not showig in bibliography due to modification of .bst fileCiting from an Encyclopedia with sub voceDouble Custom Backref-Text whilst Using natbib or natbibapa with apaciteUnable to convert references from IEEEtran style to apaciteReferences title centered using apacite packageLower case when using natbib and apacite













3















When I use the backref option in the hyperref package along with apacite (with the natbibapa option), the backrefs appear on a newline. How to prevent this from happening?



Here is a MWE:



documentclassbook
usepackage[natbibapa]apacite
usepackagefilecontents
beginfilecontentsjobname.bib
@miscA01,
author = FirstAuthor, A.,
year = 2001,
title = Alpha Title

@miscA02,
author = SecondAuthor, A.,
year = 2001,
title = Beta Title,

endfilecontents

usepackage[backref=page]hyperref

begindocument
chapterOne
citetA01 ;citetA02
bibliographystyleapacite
bibliographyjobname
enddocument


Update



apacite places PrintBackRefsCurrentBib after each entry in the .bbl file. If I remove all instances of PrintBackRefsCurrentBib (and then re-compile the .tex file via pdflatex), the extra line is removed. This workaround is a solution, but it would probably be better if I re-defined PrintBackRefs or CurrentBib (I am not sure what one is causing the line break).










share|improve this question




























    3















    When I use the backref option in the hyperref package along with apacite (with the natbibapa option), the backrefs appear on a newline. How to prevent this from happening?



    Here is a MWE:



    documentclassbook
    usepackage[natbibapa]apacite
    usepackagefilecontents
    beginfilecontentsjobname.bib
    @miscA01,
    author = FirstAuthor, A.,
    year = 2001,
    title = Alpha Title

    @miscA02,
    author = SecondAuthor, A.,
    year = 2001,
    title = Beta Title,

    endfilecontents

    usepackage[backref=page]hyperref

    begindocument
    chapterOne
    citetA01 ;citetA02
    bibliographystyleapacite
    bibliographyjobname
    enddocument


    Update



    apacite places PrintBackRefsCurrentBib after each entry in the .bbl file. If I remove all instances of PrintBackRefsCurrentBib (and then re-compile the .tex file via pdflatex), the extra line is removed. This workaround is a solution, but it would probably be better if I re-defined PrintBackRefs or CurrentBib (I am not sure what one is causing the line break).










    share|improve this question


























      3












      3








      3








      When I use the backref option in the hyperref package along with apacite (with the natbibapa option), the backrefs appear on a newline. How to prevent this from happening?



      Here is a MWE:



      documentclassbook
      usepackage[natbibapa]apacite
      usepackagefilecontents
      beginfilecontentsjobname.bib
      @miscA01,
      author = FirstAuthor, A.,
      year = 2001,
      title = Alpha Title

      @miscA02,
      author = SecondAuthor, A.,
      year = 2001,
      title = Beta Title,

      endfilecontents

      usepackage[backref=page]hyperref

      begindocument
      chapterOne
      citetA01 ;citetA02
      bibliographystyleapacite
      bibliographyjobname
      enddocument


      Update



      apacite places PrintBackRefsCurrentBib after each entry in the .bbl file. If I remove all instances of PrintBackRefsCurrentBib (and then re-compile the .tex file via pdflatex), the extra line is removed. This workaround is a solution, but it would probably be better if I re-defined PrintBackRefs or CurrentBib (I am not sure what one is causing the line break).










      share|improve this question
















      When I use the backref option in the hyperref package along with apacite (with the natbibapa option), the backrefs appear on a newline. How to prevent this from happening?



      Here is a MWE:



      documentclassbook
      usepackage[natbibapa]apacite
      usepackagefilecontents
      beginfilecontentsjobname.bib
      @miscA01,
      author = FirstAuthor, A.,
      year = 2001,
      title = Alpha Title

      @miscA02,
      author = SecondAuthor, A.,
      year = 2001,
      title = Beta Title,

      endfilecontents

      usepackage[backref=page]hyperref

      begindocument
      chapterOne
      citetA01 ;citetA02
      bibliographystyleapacite
      bibliographyjobname
      enddocument


      Update



      apacite places PrintBackRefsCurrentBib after each entry in the .bbl file. If I remove all instances of PrintBackRefsCurrentBib (and then re-compile the .tex file via pdflatex), the extra line is removed. This workaround is a solution, but it would probably be better if I re-defined PrintBackRefs or CurrentBib (I am not sure what one is causing the line break).







      bibtex hyperref back-referencing apacite






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 10 '16 at 17:35









      Alan Munn

      162k28432707




      162k28432707










      asked Aug 10 '16 at 0:53









      abeaujeanabeaujean

      165




      165




















          1 Answer
          1






          active

          oldest

          votes


















          0














          I’m not sure why, but this helps:



          AtBeginDocument%
          renewcommand*PrintBackRefs[1]%



          In case you would like to remove the additional white space in front of the back references, you can use



          AtBeginDocument%
          renewcommand*PrintBackRefs[1]unskip%



          Last but not least, in case you would like to enclose the back reference in square brackets, add



          % Enclose the back references in the bibliography in square brackets (Econometrica style):
          let backreforig backref
          renewcommand*backref[1][backreforig#1]


          enter image description here






          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%2f324112%2fback-references-start-on-new-line-when-using-apacite%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









            0














            I’m not sure why, but this helps:



            AtBeginDocument%
            renewcommand*PrintBackRefs[1]%



            In case you would like to remove the additional white space in front of the back references, you can use



            AtBeginDocument%
            renewcommand*PrintBackRefs[1]unskip%



            Last but not least, in case you would like to enclose the back reference in square brackets, add



            % Enclose the back references in the bibliography in square brackets (Econometrica style):
            let backreforig backref
            renewcommand*backref[1][backreforig#1]


            enter image description here






            share|improve this answer



























              0














              I’m not sure why, but this helps:



              AtBeginDocument%
              renewcommand*PrintBackRefs[1]%



              In case you would like to remove the additional white space in front of the back references, you can use



              AtBeginDocument%
              renewcommand*PrintBackRefs[1]unskip%



              Last but not least, in case you would like to enclose the back reference in square brackets, add



              % Enclose the back references in the bibliography in square brackets (Econometrica style):
              let backreforig backref
              renewcommand*backref[1][backreforig#1]


              enter image description here






              share|improve this answer

























                0












                0








                0







                I’m not sure why, but this helps:



                AtBeginDocument%
                renewcommand*PrintBackRefs[1]%



                In case you would like to remove the additional white space in front of the back references, you can use



                AtBeginDocument%
                renewcommand*PrintBackRefs[1]unskip%



                Last but not least, in case you would like to enclose the back reference in square brackets, add



                % Enclose the back references in the bibliography in square brackets (Econometrica style):
                let backreforig backref
                renewcommand*backref[1][backreforig#1]


                enter image description here






                share|improve this answer













                I’m not sure why, but this helps:



                AtBeginDocument%
                renewcommand*PrintBackRefs[1]%



                In case you would like to remove the additional white space in front of the back references, you can use



                AtBeginDocument%
                renewcommand*PrintBackRefs[1]unskip%



                Last but not least, in case you would like to enclose the back reference in square brackets, add



                % Enclose the back references in the bibliography in square brackets (Econometrica style):
                let backreforig backref
                renewcommand*backref[1][backreforig#1]


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 12 mins ago









                Holger GerhardtHolger Gerhardt

                414




                414



























                    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%2f324112%2fback-references-start-on-new-line-when-using-apacite%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

                    Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

                    Join wedge with single bond in chemfigHow to make only one part of double bond bold with chemfig?Crossing bonds in chemfigjoining atoms in chemfig. Two adjacent molculesHow do I selectively change bond length in chemfig?Ugly bond joints in chemfigchemfig: reaction above arrowUsing the mhchem and chemfig packages in conjunctionBonding to specific element letter using chemfigResonance hybrids in chemfigScale chemfig molecule in beamer with tikzWhy does this chemfig bond with a hook start in the middle of the atom?

                    Compiling documents onlineAre any web base TEX editors with live collaboration available?Is there a web-based LaTeX or TeX editor?Creating a PDF file online from a LaTeX templateAre there any online LaTeX editors that provide the latest packages?Comparison of browser-based latex processorsCan I find something like this online?Is there a site where I can enter a latex expression, and it shows me an image of the compiled expression?Automatic online compiling systemA resource for converting LaTeX within the browserIs there an equivalent of jsfiddle for LaTeX?Online LaTeX syntax highlighterComparison of browser-based latex processorsDo the online LaTeX compilers use a TeX daemon to speed up their compilation?Undefined control sequence documentclassLaTeX Syntax Highlighting in Google DriveWhy are my Latex compile times varying massively?Online compilation with commercial fontsCompiling multiple LaTeX filesSlow compiling of large documents in TeXstudiodocument not compiling with custom .cls