From: Juergen Spitzmueller Date: Fri, 19 Apr 2019 07:04:11 +0000 (+0200) Subject: Break long string X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=489892b4f10ee07d2656d30fec281718198fc6b1;p=features.git Break long string --- diff --git a/src/TextClass.cpp b/src/TextClass.cpp index 2fb1bd28a2..8003888635 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -1927,7 +1927,9 @@ Layout const & DocumentClass::htmlTOCLayout() const string const DocumentClass::getCiteFormat(CiteEngineType const & type, string const & entry, bool const punct, string const & fallback) const { - string default_format = "{%fullnames:author%[[%fullnames:author%, ]][[{%fullnames:editor%[[%fullnames:editor%, ed., ]]}]]}\"%title%\"{%journal%[[, {!!}%journal%{!!}]][[{%publisher%[[, %publisher%]][[{%institution%[[, %institution%]]}]]}]]}{%year%[[ (%year%)]]}{%pages%[[, %pages%]]}"; + string default_format = "{%fullnames:author%[[%fullnames:author%, ]][[{%fullnames:editor%[[%fullnames:editor%, ed., ]]}]]}" + "\"%title%\"{%journal%[[, {!!}%journal%{!!}]][[{%publisher%[[, %publisher%]]" + "[[{%institution%[[, %institution%]]}]]}]]}{%year%[[ (%year%)]]}{%pages%[[, %pages%]]}"; if (punct) default_format += ".";