mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
bfc731de45
commit
9da74fe207
@ -234,6 +234,10 @@ int InsetBibitem::plaintext(odocstringstream & os,
|
||||
// ale070405
|
||||
docstring bibitemWidest(Buffer const & buffer, OutputParams const & runparams)
|
||||
{
|
||||
BufferParams const & bp = buffer.masterBuffer()->params();
|
||||
if (bp.citeEngineType() == ENGINE_TYPE_NUMERICAL)
|
||||
return from_ascii("99");
|
||||
|
||||
int w = 0;
|
||||
|
||||
InsetBibitem const * bitem = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user