Biblatex problem with full stop/question mark/ellipsis at the end of title influencing later bib macros











up vote
2
down vote

favorite












I have a problem with biblatex-dw when there are titles ending with a full stop, ellipsis symbol or question mark. They are interpreted as end of a sentence and influence later bib macros.



In the MWE the textelp{} (which is required here) of the entry ABC has the effect that the




Trans. by




is written with an uppercase 'T' instead of the desired behaviour of entry ABC2 with output




, trans. b




So I'm looking for a way to somehow hide the full stop/question mark/ellipses from the bib macro.



MWE:



documentclass{article}
usepackage[backend=biber,style=footnote-dw]{biblatex}
usepackage{csquotes}

begin{filecontents*}{MWE.bib}
@BOOK{ABC,
author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
translator = {Smith, John},
title = {Rocket Propulsion and Spaceflight Dynamics textelp{}},
year = {1979},
publisher = {Pitman},
}

@BOOK{ABC2,
author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
translator = {Smith, John},
title = {Rocket Propulsion and Spaceflight Dynamics},
year = {1979},
publisher = {Pitman},
}
end{filecontents*}


bibliography{MWE.bib}

begin{document}
Not the desired outputautocite{ABC}.
Desired outputautocite{ABC2}.
end{document}









share|improve this question


























    up vote
    2
    down vote

    favorite












    I have a problem with biblatex-dw when there are titles ending with a full stop, ellipsis symbol or question mark. They are interpreted as end of a sentence and influence later bib macros.



    In the MWE the textelp{} (which is required here) of the entry ABC has the effect that the




    Trans. by




    is written with an uppercase 'T' instead of the desired behaviour of entry ABC2 with output




    , trans. b




    So I'm looking for a way to somehow hide the full stop/question mark/ellipses from the bib macro.



    MWE:



    documentclass{article}
    usepackage[backend=biber,style=footnote-dw]{biblatex}
    usepackage{csquotes}

    begin{filecontents*}{MWE.bib}
    @BOOK{ABC,
    author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
    translator = {Smith, John},
    title = {Rocket Propulsion and Spaceflight Dynamics textelp{}},
    year = {1979},
    publisher = {Pitman},
    }

    @BOOK{ABC2,
    author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
    translator = {Smith, John},
    title = {Rocket Propulsion and Spaceflight Dynamics},
    year = {1979},
    publisher = {Pitman},
    }
    end{filecontents*}


    bibliography{MWE.bib}

    begin{document}
    Not the desired outputautocite{ABC}.
    Desired outputautocite{ABC2}.
    end{document}









    share|improve this question
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I have a problem with biblatex-dw when there are titles ending with a full stop, ellipsis symbol or question mark. They are interpreted as end of a sentence and influence later bib macros.



      In the MWE the textelp{} (which is required here) of the entry ABC has the effect that the




      Trans. by




      is written with an uppercase 'T' instead of the desired behaviour of entry ABC2 with output




      , trans. b




      So I'm looking for a way to somehow hide the full stop/question mark/ellipses from the bib macro.



      MWE:



      documentclass{article}
      usepackage[backend=biber,style=footnote-dw]{biblatex}
      usepackage{csquotes}

      begin{filecontents*}{MWE.bib}
      @BOOK{ABC,
      author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
      translator = {Smith, John},
      title = {Rocket Propulsion and Spaceflight Dynamics textelp{}},
      year = {1979},
      publisher = {Pitman},
      }

      @BOOK{ABC2,
      author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
      translator = {Smith, John},
      title = {Rocket Propulsion and Spaceflight Dynamics},
      year = {1979},
      publisher = {Pitman},
      }
      end{filecontents*}


      bibliography{MWE.bib}

      begin{document}
      Not the desired outputautocite{ABC}.
      Desired outputautocite{ABC2}.
      end{document}









      share|improve this question













      I have a problem with biblatex-dw when there are titles ending with a full stop, ellipsis symbol or question mark. They are interpreted as end of a sentence and influence later bib macros.



      In the MWE the textelp{} (which is required here) of the entry ABC has the effect that the




      Trans. by




      is written with an uppercase 'T' instead of the desired behaviour of entry ABC2 with output




      , trans. b




      So I'm looking for a way to somehow hide the full stop/question mark/ellipses from the bib macro.



      MWE:



      documentclass{article}
      usepackage[backend=biber,style=footnote-dw]{biblatex}
      usepackage{csquotes}

      begin{filecontents*}{MWE.bib}
      @BOOK{ABC,
      author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
      translator = {Smith, John},
      title = {Rocket Propulsion and Spaceflight Dynamics textelp{}},
      year = {1979},
      publisher = {Pitman},
      }

      @BOOK{ABC2,
      author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
      translator = {Smith, John},
      title = {Rocket Propulsion and Spaceflight Dynamics},
      year = {1979},
      publisher = {Pitman},
      }
      end{filecontents*}


      bibliography{MWE.bib}

      begin{document}
      Not the desired outputautocite{ABC}.
      Desired outputautocite{ABC2}.
      end{document}






      biblatex bibliographies biber biblatex-dw






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 4 at 10:14









      user2653422

      1,037820




      1,037820






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          Apparently, the textelp{} makes biblatex's punctuation tracker think that the title ends in a sentence-ending full stop. biblatex then suppresses the unwanted double punctuation of a sentence-ending full stop and a comma. You can tell biblatex that the textelp{} is not a sentence-ending full stop with isdot.



          documentclass[british]{article}
          usepackage{babel}
          usepackage{csquotes}
          usepackage[backend=biber,style=footnote-dw]{biblatex}
          usepackage{filecontents}
          begin{filecontents*}{jobname.bib}
          @book{ABC,
          author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.} ,
          translator = {Smith, John},
          title = {Rocket Propulsion and Spaceflight Dynamics textelp{}isdot},
          year = {1979},
          publisher = {Pitman},
          }
          @book{ABC2,
          author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
          translator = {Smith, John},
          title = {Rocket Propulsion and Spaceflight Dynamics},
          year = {1979},
          publisher = {Pitman},
          }
          end{filecontents*}

          bibliography{jobname.bib}

          begin{document}
          Not the desired outputautocite{ABC}.
          Desired outputautocite{ABC2}.
          end{document}


          Foonote 1 "J. W. Cornelisse/H. Ferry R. Schoeyer/Karel F. Wakker: Rocket Propulsion and Spaceflight Dynamics [...], trans. by John Smith, 1979."//Footnote 2 "Idem: Rocket Propulsion and Spaceflight Dynamics, trans. by John Smith, 1979."






          share|improve this answer





















          • moewe, Would it be viable to set something in DeclareCapitalPunctuation?
            – gusbrs
            Dec 4 at 10:35










          • Thank you works perfect!
            – user2653422
            Dec 4 at 10:41






          • 1




            @gusbrs Could be tricky, the default is DeclareCapitalPunctuation{.!?}, which does not include the ellipsis explicitly. But in standard LaTeX textellipsis is built up from . (cf. tex.stackexchange.com/q/258591/35864), so one can't simply do something for . but not for textellipsis. Cf. also github.com/plk/biblatex/issues/514 and in particular github.com/moewew/biblatex/commit/….
            – moewe
            Dec 4 at 10:46










          • @gusbrs To see a different outcome, compile the MWE from the OP with usepackage[LY1]{fontenc}. LY1 has a dedicated ellipsis character.
            – moewe
            Dec 4 at 10:52










          • @moewe Mmh, even trickier than I thought. Thanks for the explanation.
            – gusbrs
            Dec 4 at 11:41











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


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f463117%2fbiblatex-problem-with-full-stop-question-mark-ellipsis-at-the-end-of-title-influ%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








          up vote
          2
          down vote



          accepted










          Apparently, the textelp{} makes biblatex's punctuation tracker think that the title ends in a sentence-ending full stop. biblatex then suppresses the unwanted double punctuation of a sentence-ending full stop and a comma. You can tell biblatex that the textelp{} is not a sentence-ending full stop with isdot.



          documentclass[british]{article}
          usepackage{babel}
          usepackage{csquotes}
          usepackage[backend=biber,style=footnote-dw]{biblatex}
          usepackage{filecontents}
          begin{filecontents*}{jobname.bib}
          @book{ABC,
          author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.} ,
          translator = {Smith, John},
          title = {Rocket Propulsion and Spaceflight Dynamics textelp{}isdot},
          year = {1979},
          publisher = {Pitman},
          }
          @book{ABC2,
          author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
          translator = {Smith, John},
          title = {Rocket Propulsion and Spaceflight Dynamics},
          year = {1979},
          publisher = {Pitman},
          }
          end{filecontents*}

          bibliography{jobname.bib}

          begin{document}
          Not the desired outputautocite{ABC}.
          Desired outputautocite{ABC2}.
          end{document}


          Foonote 1 "J. W. Cornelisse/H. Ferry R. Schoeyer/Karel F. Wakker: Rocket Propulsion and Spaceflight Dynamics [...], trans. by John Smith, 1979."//Footnote 2 "Idem: Rocket Propulsion and Spaceflight Dynamics, trans. by John Smith, 1979."






          share|improve this answer





















          • moewe, Would it be viable to set something in DeclareCapitalPunctuation?
            – gusbrs
            Dec 4 at 10:35










          • Thank you works perfect!
            – user2653422
            Dec 4 at 10:41






          • 1




            @gusbrs Could be tricky, the default is DeclareCapitalPunctuation{.!?}, which does not include the ellipsis explicitly. But in standard LaTeX textellipsis is built up from . (cf. tex.stackexchange.com/q/258591/35864), so one can't simply do something for . but not for textellipsis. Cf. also github.com/plk/biblatex/issues/514 and in particular github.com/moewew/biblatex/commit/….
            – moewe
            Dec 4 at 10:46










          • @gusbrs To see a different outcome, compile the MWE from the OP with usepackage[LY1]{fontenc}. LY1 has a dedicated ellipsis character.
            – moewe
            Dec 4 at 10:52










          • @moewe Mmh, even trickier than I thought. Thanks for the explanation.
            – gusbrs
            Dec 4 at 11:41















          up vote
          2
          down vote



          accepted










          Apparently, the textelp{} makes biblatex's punctuation tracker think that the title ends in a sentence-ending full stop. biblatex then suppresses the unwanted double punctuation of a sentence-ending full stop and a comma. You can tell biblatex that the textelp{} is not a sentence-ending full stop with isdot.



          documentclass[british]{article}
          usepackage{babel}
          usepackage{csquotes}
          usepackage[backend=biber,style=footnote-dw]{biblatex}
          usepackage{filecontents}
          begin{filecontents*}{jobname.bib}
          @book{ABC,
          author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.} ,
          translator = {Smith, John},
          title = {Rocket Propulsion and Spaceflight Dynamics textelp{}isdot},
          year = {1979},
          publisher = {Pitman},
          }
          @book{ABC2,
          author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
          translator = {Smith, John},
          title = {Rocket Propulsion and Spaceflight Dynamics},
          year = {1979},
          publisher = {Pitman},
          }
          end{filecontents*}

          bibliography{jobname.bib}

          begin{document}
          Not the desired outputautocite{ABC}.
          Desired outputautocite{ABC2}.
          end{document}


          Foonote 1 "J. W. Cornelisse/H. Ferry R. Schoeyer/Karel F. Wakker: Rocket Propulsion and Spaceflight Dynamics [...], trans. by John Smith, 1979."//Footnote 2 "Idem: Rocket Propulsion and Spaceflight Dynamics, trans. by John Smith, 1979."






          share|improve this answer





















          • moewe, Would it be viable to set something in DeclareCapitalPunctuation?
            – gusbrs
            Dec 4 at 10:35










          • Thank you works perfect!
            – user2653422
            Dec 4 at 10:41






          • 1




            @gusbrs Could be tricky, the default is DeclareCapitalPunctuation{.!?}, which does not include the ellipsis explicitly. But in standard LaTeX textellipsis is built up from . (cf. tex.stackexchange.com/q/258591/35864), so one can't simply do something for . but not for textellipsis. Cf. also github.com/plk/biblatex/issues/514 and in particular github.com/moewew/biblatex/commit/….
            – moewe
            Dec 4 at 10:46










          • @gusbrs To see a different outcome, compile the MWE from the OP with usepackage[LY1]{fontenc}. LY1 has a dedicated ellipsis character.
            – moewe
            Dec 4 at 10:52










          • @moewe Mmh, even trickier than I thought. Thanks for the explanation.
            – gusbrs
            Dec 4 at 11:41













          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          Apparently, the textelp{} makes biblatex's punctuation tracker think that the title ends in a sentence-ending full stop. biblatex then suppresses the unwanted double punctuation of a sentence-ending full stop and a comma. You can tell biblatex that the textelp{} is not a sentence-ending full stop with isdot.



          documentclass[british]{article}
          usepackage{babel}
          usepackage{csquotes}
          usepackage[backend=biber,style=footnote-dw]{biblatex}
          usepackage{filecontents}
          begin{filecontents*}{jobname.bib}
          @book{ABC,
          author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.} ,
          translator = {Smith, John},
          title = {Rocket Propulsion and Spaceflight Dynamics textelp{}isdot},
          year = {1979},
          publisher = {Pitman},
          }
          @book{ABC2,
          author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
          translator = {Smith, John},
          title = {Rocket Propulsion and Spaceflight Dynamics},
          year = {1979},
          publisher = {Pitman},
          }
          end{filecontents*}

          bibliography{jobname.bib}

          begin{document}
          Not the desired outputautocite{ABC}.
          Desired outputautocite{ABC2}.
          end{document}


          Foonote 1 "J. W. Cornelisse/H. Ferry R. Schoeyer/Karel F. Wakker: Rocket Propulsion and Spaceflight Dynamics [...], trans. by John Smith, 1979."//Footnote 2 "Idem: Rocket Propulsion and Spaceflight Dynamics, trans. by John Smith, 1979."






          share|improve this answer












          Apparently, the textelp{} makes biblatex's punctuation tracker think that the title ends in a sentence-ending full stop. biblatex then suppresses the unwanted double punctuation of a sentence-ending full stop and a comma. You can tell biblatex that the textelp{} is not a sentence-ending full stop with isdot.



          documentclass[british]{article}
          usepackage{babel}
          usepackage{csquotes}
          usepackage[backend=biber,style=footnote-dw]{biblatex}
          usepackage{filecontents}
          begin{filecontents*}{jobname.bib}
          @book{ABC,
          author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.} ,
          translator = {Smith, John},
          title = {Rocket Propulsion and Spaceflight Dynamics textelp{}isdot},
          year = {1979},
          publisher = {Pitman},
          }
          @book{ABC2,
          author = {Cornelisse, J. W. and Schoeyer, H. Ferry R. and Wakker, Karel F.},
          translator = {Smith, John},
          title = {Rocket Propulsion and Spaceflight Dynamics},
          year = {1979},
          publisher = {Pitman},
          }
          end{filecontents*}

          bibliography{jobname.bib}

          begin{document}
          Not the desired outputautocite{ABC}.
          Desired outputautocite{ABC2}.
          end{document}


          Foonote 1 "J. W. Cornelisse/H. Ferry R. Schoeyer/Karel F. Wakker: Rocket Propulsion and Spaceflight Dynamics [...], trans. by John Smith, 1979."//Footnote 2 "Idem: Rocket Propulsion and Spaceflight Dynamics, trans. by John Smith, 1979."







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 4 at 10:31









          moewe

          84.3k9107325




          84.3k9107325












          • moewe, Would it be viable to set something in DeclareCapitalPunctuation?
            – gusbrs
            Dec 4 at 10:35










          • Thank you works perfect!
            – user2653422
            Dec 4 at 10:41






          • 1




            @gusbrs Could be tricky, the default is DeclareCapitalPunctuation{.!?}, which does not include the ellipsis explicitly. But in standard LaTeX textellipsis is built up from . (cf. tex.stackexchange.com/q/258591/35864), so one can't simply do something for . but not for textellipsis. Cf. also github.com/plk/biblatex/issues/514 and in particular github.com/moewew/biblatex/commit/….
            – moewe
            Dec 4 at 10:46










          • @gusbrs To see a different outcome, compile the MWE from the OP with usepackage[LY1]{fontenc}. LY1 has a dedicated ellipsis character.
            – moewe
            Dec 4 at 10:52










          • @moewe Mmh, even trickier than I thought. Thanks for the explanation.
            – gusbrs
            Dec 4 at 11:41


















          • moewe, Would it be viable to set something in DeclareCapitalPunctuation?
            – gusbrs
            Dec 4 at 10:35










          • Thank you works perfect!
            – user2653422
            Dec 4 at 10:41






          • 1




            @gusbrs Could be tricky, the default is DeclareCapitalPunctuation{.!?}, which does not include the ellipsis explicitly. But in standard LaTeX textellipsis is built up from . (cf. tex.stackexchange.com/q/258591/35864), so one can't simply do something for . but not for textellipsis. Cf. also github.com/plk/biblatex/issues/514 and in particular github.com/moewew/biblatex/commit/….
            – moewe
            Dec 4 at 10:46










          • @gusbrs To see a different outcome, compile the MWE from the OP with usepackage[LY1]{fontenc}. LY1 has a dedicated ellipsis character.
            – moewe
            Dec 4 at 10:52










          • @moewe Mmh, even trickier than I thought. Thanks for the explanation.
            – gusbrs
            Dec 4 at 11:41
















          moewe, Would it be viable to set something in DeclareCapitalPunctuation?
          – gusbrs
          Dec 4 at 10:35




          moewe, Would it be viable to set something in DeclareCapitalPunctuation?
          – gusbrs
          Dec 4 at 10:35












          Thank you works perfect!
          – user2653422
          Dec 4 at 10:41




          Thank you works perfect!
          – user2653422
          Dec 4 at 10:41




          1




          1




          @gusbrs Could be tricky, the default is DeclareCapitalPunctuation{.!?}, which does not include the ellipsis explicitly. But in standard LaTeX textellipsis is built up from . (cf. tex.stackexchange.com/q/258591/35864), so one can't simply do something for . but not for textellipsis. Cf. also github.com/plk/biblatex/issues/514 and in particular github.com/moewew/biblatex/commit/….
          – moewe
          Dec 4 at 10:46




          @gusbrs Could be tricky, the default is DeclareCapitalPunctuation{.!?}, which does not include the ellipsis explicitly. But in standard LaTeX textellipsis is built up from . (cf. tex.stackexchange.com/q/258591/35864), so one can't simply do something for . but not for textellipsis. Cf. also github.com/plk/biblatex/issues/514 and in particular github.com/moewew/biblatex/commit/….
          – moewe
          Dec 4 at 10:46












          @gusbrs To see a different outcome, compile the MWE from the OP with usepackage[LY1]{fontenc}. LY1 has a dedicated ellipsis character.
          – moewe
          Dec 4 at 10:52




          @gusbrs To see a different outcome, compile the MWE from the OP with usepackage[LY1]{fontenc}. LY1 has a dedicated ellipsis character.
          – moewe
          Dec 4 at 10:52












          @moewe Mmh, even trickier than I thought. Thanks for the explanation.
          – gusbrs
          Dec 4 at 11:41




          @moewe Mmh, even trickier than I thought. Thanks for the explanation.
          – gusbrs
          Dec 4 at 11:41


















          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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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%2f463117%2fbiblatex-problem-with-full-stop-question-mark-ellipsis-at-the-end-of-title-influ%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

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?