From: Julien Rioux Date: Mon, 7 Jan 2013 16:36:21 +0000 (+0100) Subject: Preserve BibTeX metadata in LyXHTML output (fixes #8451). X-Git-Tag: 2.0.6~161 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=832acf8f5817891d3bdaf0804c8df8d33e1a3409;p=features.git Preserve BibTeX metadata in LyXHTML output (fixes #8451). --- diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp index 516d1b4670..f3fe83fdd0 100644 --- a/src/BiblioInfo.cpp +++ b/src/BiblioInfo.cpp @@ -438,7 +438,11 @@ docstring BibTeXInfo::expandFormat(string const & format, ret += trans; } else { docstring const val = getValueForKey(key, xref); + if (richtext) + ret += from_ascii(""); ret += val; + if (richtext) + ret += from_ascii(""); } } else { // beginning of key diff --git a/status.20x b/status.20x index db7e4ffc2b..dff6404944 100644 --- a/status.20x +++ b/status.20x @@ -31,6 +31,8 @@ What's new - Allow additional support for Japanese pLaTeX with utf8 encoding (bug #8408). +- Output BibTeX metadata in LyXHTML output (bug #8451). + * TEX2LYX IMPROVEMENTS