mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
Break long string
This commit is contained in:
parent
5e385d0513
commit
d8afb81832
@ -1927,7 +1927,9 @@ Layout const & DocumentClass::htmlTOCLayout() const
|
|||||||
string const DocumentClass::getCiteFormat(CiteEngineType const & type,
|
string const DocumentClass::getCiteFormat(CiteEngineType const & type,
|
||||||
string const & entry, bool const punct, string const & fallback) const
|
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)
|
if (punct)
|
||||||
default_format += ".";
|
default_format += ".";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user