mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
InsetBox.cpp: add important note
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39955 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5e38d7ff26
commit
ffa373d27b
@ -309,7 +309,8 @@ void InsetBox::latex(otexstream & os, OutputParams const & runparams) const
|
||||
os << "\\shadowbox{";
|
||||
break;
|
||||
case Shaded:
|
||||
// later
|
||||
// must be set later becaue e.g. the width settings only work when
|
||||
// it is inside a minipage or parbox
|
||||
break;
|
||||
case Doublebox:
|
||||
os << "\\doublebox{";
|
||||
|
Loading…
Reference in New Issue
Block a user