]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.cpp
Compute and output numbers for numerical citations.
[lyx.git] / src / insets / InsetBox.cpp
index f6102638ae39e772af163fad65125c0725626dab..bb8602c3dfec5fd9cfe7445d92dceb97c54b83e7 100644 (file)
@@ -320,7 +320,7 @@ void InsetBox::latex(otexstream & os, OutputParams const & runparams) const
                if (from_ascii(width_string) != "-9.99\\columnwidth") {
                        os << "\\framebox";
                        if (!params_.inner_box) {
-                               // Special widths, see usrguide ยง3.5
+                               // Special widths, see usrguide sec. 3.5
                                // FIXME UNICODE
                                if (params_.special != "none") {
                                        os << "[" << params_.width.value()