mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Citation commands do not absolutely have to start with "c".
This commit is contained in:
parent
b41300d819
commit
c4ef96c030
@ -1145,7 +1145,7 @@ string citationStyleToString(const CitationStyle & cs)
|
||||
{
|
||||
string cmd = cs.cmd;
|
||||
if (cs.forceUpperCase)
|
||||
cmd[0] = 'C';
|
||||
cmd[0] = uppercase(cmd[0]);
|
||||
if (cs.fullAuthorList)
|
||||
cmd += '*';
|
||||
return cmd;
|
||||
|
Loading…
Reference in New Issue
Block a user