commit d8afb818328e888d32ee3754916fcd4588386216
Author: Juergen Spitzmueller <[email protected]>
Date: Fri Apr 19 09:04:11 2019 +0200
Break long string
---
src/TextClass.cpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/TextClass.cpp b/src/TextClass.cpp
index 2fb1bd2..8003888 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%[[, {!<i>!}%journal%{!</i>!}]][[{%publisher%[[,
%publisher%]][[{%institution%[[, %institution%]]}]]}]]}{%year%[[
(%year%)]]}{%pages%[[, %pages%]]}";
+ string default_format = "{%fullnames:author%[[%fullnames:author%,
]][[{%fullnames:editor%[[%fullnames:editor%, ed., ]]}]]}"
+ "\"%title%\"{%journal%[[,
{!<i>!}%journal%{!</i>!}]][[{%publisher%[[, %publisher%]]"
+ "[[{%institution%[[,
%institution%]]}]]}]]}{%year%[[ (%year%)]]}{%pages%[[, %pages%]]}";
if (punct)
default_format += ".";