Compare commits

..

No commits in common. "0beb790a6a19458f3dcf1b17e7796533410c363d" and "0a7585403832c114fd2d084363aee98c3234058e" have entirely different histories.

2 changed files with 4 additions and 9 deletions

View File

@ -288,11 +288,6 @@ void InsetRef::latex(otexstream & os, OutputParams const & rp) const
os << fcmd;
if (use_refstyle && use_plural)
os << "[s]";
if (contains(label, ' '))
// refstyle bug: labels with blanks need to be grouped
// otherwise the blanks will be gobbled
os << "{{" << label << "}}";
else
os << '{' << label << '}';
}
else if (cmd == "labelonly") {

View File

@ -1237,7 +1237,7 @@ docstring const escape(docstring const & lab)
for (char_type const c : lab) {
if (c >= 128 || c == '=' || c == '%' || c == '#' || c == '$'
|| c == '}' || c == '{' || c == ']' || c == '[' || c == '&'
|| c == '\\')
|| c == '\\' || c == ' ') // refstyle doesn't support spaces
{
// Although char_type is a 32 bit type we know that
// UCS4 occupies only 21 bits, so we don't need to