From 832acf8f5817891d3bdaf0804c8df8d33e1a3409 Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Mon, 7 Jan 2013 17:36:21 +0100 Subject: [PATCH] Preserve BibTeX metadata in LyXHTML output (fixes #8451). --- src/BiblioInfo.cpp | 4 ++++ status.20x | 2 ++ 2 files changed, 6 insertions(+) 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 -- 2.39.5