2003-08-19 13:00:56 +00:00
|
|
|
/**
|
2007-04-25 03:01:35 +00:00
|
|
|
* \file InsetMathChar.cpp
|
2003-08-19 13:00:56 +00:00
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
*
|
|
|
|
* \author Alejandro Aguilar Sierra
|
2008-11-14 15:58:50 +00:00
|
|
|
* \author André Pönitz
|
2003-08-19 13:00:56 +00:00
|
|
|
*
|
|
|
|
* Full author contact details are available in file CREDITS.
|
|
|
|
*/
|
|
|
|
|
2001-12-18 03:16:46 +00:00
|
|
|
#include <config.h>
|
|
|
|
|
2006-09-17 09:14:18 +00:00
|
|
|
#include "InsetMathChar.h"
|
2007-11-05 23:46:17 +00:00
|
|
|
|
2016-05-25 12:16:51 +00:00
|
|
|
#include "MathParser.h"
|
2006-09-17 09:14:18 +00:00
|
|
|
#include "MathSupport.h"
|
2006-10-22 10:15:23 +00:00
|
|
|
#include "MathStream.h"
|
2007-11-05 23:46:17 +00:00
|
|
|
#include "MetricsInfo.h"
|
2003-10-06 09:57:03 +00:00
|
|
|
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "Dimension.h"
|
2013-09-26 20:22:02 +00:00
|
|
|
#include "BufferEncodings.h"
|
2008-05-31 20:54:50 +00:00
|
|
|
#include "LaTeXFeatures.h"
|
2006-09-17 09:14:18 +00:00
|
|
|
#include "TextPainter.h"
|
2001-08-06 06:23:09 +00:00
|
|
|
|
2006-10-07 16:15:06 +00:00
|
|
|
#include "frontends/FontMetrics.h"
|
|
|
|
|
2008-02-18 07:14:42 +00:00
|
|
|
#include "support/debug.h"
|
|
|
|
#include "support/lstrings.h"
|
2008-09-26 15:53:15 +00:00
|
|
|
#include "support/textutils.h"
|
2008-02-18 07:14:42 +00:00
|
|
|
|
2016-11-27 21:45:51 +00:00
|
|
|
#include <algorithm>
|
|
|
|
|
|
|
|
using namespace std;
|
|
|
|
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
namespace lyx {
|
|
|
|
|
2002-10-28 10:39:12 +00:00
|
|
|
extern bool has_math_fonts;
|
2002-03-20 07:30:32 +00:00
|
|
|
|
2002-02-16 15:59:55 +00:00
|
|
|
|
2016-05-25 12:16:51 +00:00
|
|
|
namespace {
|
|
|
|
latexkeys const * makeSubstitute(char_type c)
|
|
|
|
{
|
|
|
|
std::string name;
|
|
|
|
switch (c) {
|
|
|
|
// Latex replaces ', *, -, and : with specific symbols. With unicode-math,
|
|
|
|
// these symbols are replaced respectively by ^U+2032, U+2217, U+2212 and
|
|
|
|
// U+2236 (the latter substitution can be turned off with a package
|
|
|
|
// option). Unicode-math also replaces ` with \backprime.
|
|
|
|
// prime needs to be placed in superscript unless an opentype font is used.
|
|
|
|
//case '\'':
|
|
|
|
//name = "prime";
|
|
|
|
//break;
|
|
|
|
case '*':
|
|
|
|
name = "ast";
|
|
|
|
break;
|
|
|
|
case '-':
|
|
|
|
name = "lyxminus";// unicode-math: "minus"
|
|
|
|
break;
|
|
|
|
case ':':
|
|
|
|
name = "ordinarycolon";// unicode-math: "mathratio"
|
|
|
|
break;
|
|
|
|
// The remaining replacements are not real character substitutions (from a
|
|
|
|
// unicode point of view) but are done here: 1. for cosmetic reasons, in the
|
|
|
|
// context of being stuck with CM fonts at the moment, to ensure consistency
|
|
|
|
// with related symbols: -, \leq, \geq, etc. 2. to get the proper spacing
|
|
|
|
// as defined in lib/symbols.
|
|
|
|
case '+':
|
|
|
|
name = "lyxplus";//unicode-math: "mathplus"
|
|
|
|
break;
|
|
|
|
case '>':
|
|
|
|
name = "lyxgt";//unicode-math: "greater"
|
|
|
|
break;
|
|
|
|
case '<':
|
|
|
|
name = "lyxlt";//unicode-math: "less"
|
|
|
|
break;
|
|
|
|
case '=':
|
|
|
|
name = "lyxeqrel";//unicode-math: "equal"
|
|
|
|
break;
|
|
|
|
//case ','://unicode-math: "mathcomma"
|
|
|
|
//case ';'://unicode-math: "mathsemicolon"
|
|
|
|
default:
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
return in_word_set(from_ascii(name));
|
|
|
|
}
|
|
|
|
|
|
|
|
} //anonymous namespace
|
|
|
|
|
|
|
|
|
2007-11-05 23:46:17 +00:00
|
|
|
static bool slanted(char_type c)
|
|
|
|
{
|
2008-09-26 15:53:15 +00:00
|
|
|
return isAlphaASCII(c) || Encodings::isMathAlpha(c);
|
2001-08-17 15:47:02 +00:00
|
|
|
}
|
2001-08-06 06:23:09 +00:00
|
|
|
|
|
|
|
|
2006-10-22 10:15:23 +00:00
|
|
|
InsetMathChar::InsetMathChar(char_type c)
|
2016-05-25 12:16:51 +00:00
|
|
|
: char_(c), kerning_(0), subst_(makeSubstitute(c))
|
2002-05-30 07:09:54 +00:00
|
|
|
{}
|
|
|
|
|
2001-08-17 09:48:24 +00:00
|
|
|
|
|
|
|
|
2007-08-30 18:03:17 +00:00
|
|
|
Inset * InsetMathChar::clone() const
|
2002-03-21 17:42:56 +00:00
|
|
|
{
|
2007-08-30 18:03:17 +00:00
|
|
|
return new InsetMathChar(*this);
|
2001-08-06 06:23:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-09-21 20:39:47 +00:00
|
|
|
void InsetMathChar::metrics(MetricsInfo & mi, Dimension & dim) const
|
2001-08-06 17:20:26 +00:00
|
|
|
{
|
2016-11-27 21:45:51 +00:00
|
|
|
string const & f = mi.base.fontname;
|
|
|
|
if (isMathFont(f) && subst_) {
|
2016-05-25 12:16:51 +00:00
|
|
|
// If the char has a substitute, draw the replacement symbol
|
|
|
|
// instead, but only in math mode.
|
2020-07-24 10:32:24 +00:00
|
|
|
kerning_ = mathedSymbolDim(mi.base, dim, subst_);
|
2016-11-27 21:45:51 +00:00
|
|
|
} else if (!slanted(char_) && f == "mathnormal") {
|
2016-05-23 21:30:23 +00:00
|
|
|
Changer dummy = mi.base.font.changeShape(UP_SHAPE);
|
2006-12-04 10:45:43 +00:00
|
|
|
dim = theFontMetrics(mi.base.font).dimension(char_);
|
2016-11-27 21:45:51 +00:00
|
|
|
kerning_ = 0;
|
2020-09-06 16:16:04 +00:00
|
|
|
} else if (!isASCII(char_) && Encodings::unicodeCharInfo(char_).isUnicodeSymbol()) {
|
|
|
|
Changer dummy1 = mi.base.changeFontSet("mathnormal");
|
|
|
|
Changer dummy2 = Encodings::isMathAlpha(char_)
|
2020-11-12 12:09:36 +00:00
|
|
|
? noChange()
|
2020-09-06 16:16:04 +00:00
|
|
|
: mi.base.font.changeShape(UP_SHAPE);
|
|
|
|
dim = theFontMetrics(mi.base.font).dimension(char_);
|
|
|
|
kerning_ = -mathed_char_kerning(mi.base.font, char_);
|
2002-05-30 07:09:54 +00:00
|
|
|
} else {
|
2007-03-21 17:21:59 +00:00
|
|
|
frontend::FontMetrics const & fm = theFontMetrics(mi.base.font);
|
|
|
|
dim = fm.dimension(char_);
|
2016-11-27 21:45:51 +00:00
|
|
|
kerning_ = mathed_char_kerning(mi.base.font, char_);
|
|
|
|
// cmmi has almost no left bearing: simulate this
|
|
|
|
if (f == "mathnormal") {
|
|
|
|
dim.wid += max(-fm.lbearing(char_), 0);
|
|
|
|
}
|
|
|
|
// Rule 17 from Appendix G
|
|
|
|
// These are the fonts with fontdimen(2)==0.
|
|
|
|
// To properly handle the case fontdimen(2)!=0 (that is for all other
|
|
|
|
// math fonts), where the italic correction must also be converted into
|
|
|
|
// kerning but only at the end of strings of characters with the same
|
|
|
|
// font, one would need a more elaborate implementation in MathRow. For
|
|
|
|
// now the case fontdimen(2)==0 is the most important.
|
|
|
|
if (f == "mathnormal" || f == "mathscr" || f == "mathcal") {
|
|
|
|
dim.wid += kerning_;
|
|
|
|
// We use a negative value to tell InsetMathScript to move the
|
|
|
|
// subscript leftwards instead of the superscript rightwards
|
|
|
|
kerning_ = -kerning_;
|
|
|
|
}
|
2002-05-30 07:09:54 +00:00
|
|
|
}
|
2001-08-06 17:20:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-09-16 18:11:38 +00:00
|
|
|
void InsetMathChar::draw(PainterInfo & pi, int x, int y) const
|
2002-03-21 17:42:56 +00:00
|
|
|
{
|
2015-12-07 07:02:04 +00:00
|
|
|
//lyxerr << "drawing '" << char_ << "' font: " << pi.base.fontname << std::endl;
|
2016-05-25 12:16:51 +00:00
|
|
|
if (isMathFont(pi.base.fontname)) {
|
|
|
|
if (subst_) {
|
|
|
|
// If the char has a substitute, draw the replacement symbol
|
|
|
|
// instead, but only in math mode.
|
|
|
|
mathedSymbolDraw(pi, x, y, subst_);
|
|
|
|
return;
|
|
|
|
} else if (!slanted(char_) && pi.base.fontname == "mathnormal") {
|
|
|
|
Changer dummy = pi.base.font.changeShape(UP_SHAPE);
|
|
|
|
pi.draw(x, y, char_);
|
|
|
|
return;
|
2020-09-06 16:16:04 +00:00
|
|
|
} else if (!isASCII(char_) && Encodings::unicodeCharInfo(char_).isUnicodeSymbol()) {
|
|
|
|
Changer dummy1 = pi.base.changeFontSet("mathnormal");
|
|
|
|
Changer dummy2 = Encodings::isMathAlpha(char_)
|
2020-11-12 12:09:36 +00:00
|
|
|
? noChange()
|
2020-09-06 16:16:04 +00:00
|
|
|
: pi.base.font.changeShape(UP_SHAPE);
|
|
|
|
pi.draw(x, y, char_);
|
|
|
|
return;
|
2016-05-25 12:16:51 +00:00
|
|
|
}
|
2002-05-30 07:09:54 +00:00
|
|
|
}
|
2016-11-27 21:45:51 +00:00
|
|
|
// cmmi has almost no left bearing: simulate this
|
|
|
|
if (pi.base.fontname == "mathnormal") {
|
|
|
|
x += max(-theFontMetrics(pi.base.font).lbearing(char_), 0);
|
|
|
|
}
|
2016-05-25 12:16:51 +00:00
|
|
|
pi.draw(x, y, char_);
|
2002-03-19 16:55:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-09-16 18:11:38 +00:00
|
|
|
void InsetMathChar::metricsT(TextMetricsInfo const &, Dimension & dim) const
|
2002-03-19 16:55:58 +00:00
|
|
|
{
|
2003-05-28 13:22:36 +00:00
|
|
|
dim.wid = 1;
|
|
|
|
dim.asc = 1;
|
|
|
|
dim.des = 0;
|
2002-03-19 16:55:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-09-16 18:11:38 +00:00
|
|
|
void InsetMathChar::drawT(TextPainter & pain, int x, int y) const
|
2002-03-21 17:42:56 +00:00
|
|
|
{
|
2002-03-20 07:30:32 +00:00
|
|
|
//lyxerr << "drawing text '" << char_ << "' code: " << code_ << endl;
|
2002-03-19 16:55:58 +00:00
|
|
|
pain.draw(x, y, char_);
|
2001-08-06 06:23:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-09-16 18:11:38 +00:00
|
|
|
void InsetMathChar::write(WriteStream & os) const
|
2001-08-17 13:18:10 +00:00
|
|
|
{
|
2006-10-22 10:15:23 +00:00
|
|
|
os.os().put(char_);
|
2001-08-17 13:18:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-05-31 20:54:50 +00:00
|
|
|
void InsetMathChar::validate(LaTeXFeatures & features) const
|
|
|
|
{
|
2012-12-30 10:58:21 +00:00
|
|
|
if (!isASCII(char_))
|
2013-09-26 20:22:02 +00:00
|
|
|
BufferEncodings::validate(char_, features, true);
|
2008-05-31 20:54:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-09-16 18:11:38 +00:00
|
|
|
void InsetMathChar::normalize(NormalStream & os) const
|
2001-08-06 06:23:09 +00:00
|
|
|
{
|
2006-10-22 10:15:23 +00:00
|
|
|
os << "[char ";
|
|
|
|
os.os().put(char_);
|
|
|
|
os << " mathalpha]";
|
2001-08-06 06:23:09 +00:00
|
|
|
}
|
2001-08-09 08:53:16 +00:00
|
|
|
|
|
|
|
|
2006-09-16 18:11:38 +00:00
|
|
|
void InsetMathChar::octave(OctaveStream & os) const
|
2002-06-18 15:44:30 +00:00
|
|
|
{
|
2006-10-22 10:15:23 +00:00
|
|
|
os.os().put(char_);
|
2002-06-18 15:44:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-11-14 20:38:22 +00:00
|
|
|
// We have a bit of a problem here. MathML wants to know whether the
|
|
|
|
// character represents an "identifier" or an "operator", and we have
|
2017-07-03 17:53:14 +00:00
|
|
|
// no general way of telling. So we shall guess: If it's alpha or
|
|
|
|
// mathalpha, then we'll treat it as an identifier, otherwise as an
|
2009-11-14 20:40:09 +00:00
|
|
|
// operator.
|
|
|
|
// Worst case: We get bad spacing, or bad italics.
|
2020-12-26 19:02:46 +00:00
|
|
|
void InsetMathChar::mathmlize(MathMLStream & ms) const
|
2005-07-14 22:41:59 +00:00
|
|
|
{
|
2009-12-31 18:38:01 +00:00
|
|
|
std::string entity;
|
2005-07-14 22:41:59 +00:00
|
|
|
switch (char_) {
|
2009-12-31 18:38:01 +00:00
|
|
|
case '<': entity = "<"; break;
|
|
|
|
case '>': entity = ">"; break;
|
|
|
|
case '&': entity = "&"; break;
|
2011-04-01 22:34:40 +00:00
|
|
|
case ' ': {
|
2020-06-08 02:07:47 +00:00
|
|
|
if (ms.xmlMode())
|
|
|
|
ms << from_ascii(" ");
|
|
|
|
else
|
|
|
|
ms << from_ascii(" ");
|
2011-04-01 22:34:40 +00:00
|
|
|
return;
|
|
|
|
}
|
2009-11-14 20:38:22 +00:00
|
|
|
default: break;
|
2005-07-14 22:41:59 +00:00
|
|
|
}
|
2017-07-03 17:53:14 +00:00
|
|
|
|
2009-12-31 18:38:01 +00:00
|
|
|
if (ms.inText()) {
|
|
|
|
if (entity.empty())
|
2010-01-14 13:29:13 +00:00
|
|
|
ms.os().put(char_);
|
2017-07-03 17:53:14 +00:00
|
|
|
else
|
2009-12-31 18:38:01 +00:00
|
|
|
ms << from_ascii(entity);
|
|
|
|
return;
|
|
|
|
}
|
2011-04-01 22:34:40 +00:00
|
|
|
|
2009-12-31 18:38:01 +00:00
|
|
|
if (!entity.empty()) {
|
2019-05-09 23:52:07 +00:00
|
|
|
ms << "<" << from_ascii(ms.namespacedTag("mo")) << ">"
|
|
|
|
<< from_ascii(entity)
|
|
|
|
<< "</" << from_ascii(ms.namespacedTag("mo")) << ">";
|
2009-12-31 18:38:01 +00:00
|
|
|
return;
|
2017-07-03 17:53:14 +00:00
|
|
|
}
|
2009-12-31 18:38:01 +00:00
|
|
|
|
2017-07-03 17:53:14 +00:00
|
|
|
char const * type =
|
2012-04-26 14:31:42 +00:00
|
|
|
(isAlphaASCII(char_) || Encodings::isMathAlpha(char_))
|
2009-11-14 20:40:09 +00:00
|
|
|
? "mi" : "mo";
|
2019-05-09 23:52:07 +00:00
|
|
|
// we don't use MTag and ETag because we do not want the spacing before the end tag.
|
|
|
|
docstring tag = from_ascii(ms.namespacedTag(type));
|
|
|
|
ms << "<" << tag << ">" << char_type(char_) << "</" << tag << ">";
|
2005-07-14 22:41:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-03-29 23:03:37 +00:00
|
|
|
void InsetMathChar::htmlize(HtmlStream & ms) const
|
|
|
|
{
|
|
|
|
std::string entity;
|
2016-05-25 12:16:51 +00:00
|
|
|
// Not taking subst_ into account here because the MathML output of
|
|
|
|
// <>=+-* looks correct as it is. FIXME: ' is not output as ^\prime
|
2010-03-29 23:03:37 +00:00
|
|
|
switch (char_) {
|
|
|
|
case '<': entity = "<"; break;
|
|
|
|
case '>': entity = ">"; break;
|
|
|
|
case '&': entity = "&"; break;
|
2011-04-01 22:34:40 +00:00
|
|
|
case ' ': entity = " "; break;
|
2010-03-29 23:03:37 +00:00
|
|
|
default: break;
|
|
|
|
}
|
2017-07-03 17:53:14 +00:00
|
|
|
|
2010-03-30 00:18:08 +00:00
|
|
|
bool have_entity = !entity.empty();
|
2017-07-03 17:53:14 +00:00
|
|
|
|
2010-03-30 00:18:08 +00:00
|
|
|
if (ms.inText()) {
|
2010-03-29 23:03:37 +00:00
|
|
|
if (have_entity)
|
|
|
|
ms << from_ascii(entity);
|
|
|
|
else
|
|
|
|
ms.os().put(char_);
|
|
|
|
return;
|
|
|
|
}
|
2017-07-03 17:53:14 +00:00
|
|
|
|
2010-03-30 00:18:08 +00:00
|
|
|
if (have_entity) {
|
2011-04-01 22:34:40 +00:00
|
|
|
// an operator, so give some space
|
2010-03-29 23:03:37 +00:00
|
|
|
ms << ' ' << from_ascii(entity) << ' ';
|
|
|
|
return;
|
2017-07-03 17:53:14 +00:00
|
|
|
}
|
2010-03-29 23:03:37 +00:00
|
|
|
|
2012-04-26 14:31:42 +00:00
|
|
|
if (isAlphaASCII(char_) || Encodings::isMathAlpha(char_))
|
2010-03-30 00:18:08 +00:00
|
|
|
// we don't use MTag and ETag because we do not want the spacing
|
|
|
|
ms << MTag("i") << char_type(char_) << ETag("i");
|
|
|
|
else
|
|
|
|
// an operator, so give some space
|
|
|
|
ms << " " << char_type(char_) << " ";
|
2010-03-29 23:03:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2016-05-30 08:33:35 +00:00
|
|
|
MathClass InsetMathChar::mathClass() const
|
2016-05-24 10:08:24 +00:00
|
|
|
{
|
2016-05-30 08:33:35 +00:00
|
|
|
// this information comes from fontmath.ltx in LaTeX source.
|
|
|
|
char const ch = static_cast<char>(char_);
|
|
|
|
if (subst_)
|
|
|
|
return string_to_class(subst_->extra);
|
|
|
|
else if (support::contains(",;", ch))
|
|
|
|
return MC_PUNCT;
|
|
|
|
else if (support::contains("([", ch))
|
|
|
|
return MC_OPEN;
|
|
|
|
else if (support::contains(")]!?", ch))
|
|
|
|
return MC_CLOSE;
|
|
|
|
else return MC_ORD;
|
2001-08-09 08:53:16 +00:00
|
|
|
}
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
} // namespace lyx
|