mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
InsetBox.cpp: fix encoding of a comment character
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34587 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3c4006cb57
commit
e4d65bdf89
@ -304,7 +304,7 @@ int InsetBox::latex(odocstream & os, OutputParams const & runparams) const
|
||||
case Boxed:
|
||||
os << "\\framebox";
|
||||
if (!params_.inner_box) {
|
||||
// Special widths, see usrguide §3.5
|
||||
// Special widths, see usrguide §3.5
|
||||
// FIXME UNICODE
|
||||
if (params_.special != "none") {
|
||||
os << "[" << params_.width.value()
|
||||
|
Loading…
Reference in New Issue
Block a user