diff --git a/lib/Makefile.am b/lib/Makefile.am index cebcc121de..14bfbda29e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -631,6 +631,7 @@ dist_imagesmath_DATA = \ images/math/blacktriangledown.png \ images/math/blacktriangleleft.png \ images/math/blacktriangleright.png \ + images/math/boldsymbol.png \ images/math/bot.png \ images/math/bowtie.png \ images/math/bowtie2.png \ @@ -966,12 +967,15 @@ dist_imagesmath_DATA = \ images/math/mapstochar.png \ images/math/mapstochar2.png \ images/math/mars.png \ + images/math/mathbb.png \ images/math/mathbb_C.png \ images/math/mathbb_H.png \ images/math/mathbb_N.png \ images/math/mathbb_Q.png \ images/math/mathbb_R.png \ images/math/mathbb_Z.png \ + images/math/mathbf.png \ + images/math/mathcal.png \ images/math/mathcal_F.png \ images/math/mathcal_H.png \ images/math/mathcal_L.png \ @@ -979,12 +983,18 @@ dist_imagesmath_DATA = \ images/math/mathcircumflex.png \ images/math/mathclap.png \ images/math/mathdollar.png \ + images/math/mathfrak.png \ + images/math/mathit.png \ images/math/mathllap.png \ images/math/mathparagraph.png \ + images/math/mathscr.png \ images/math/mathsection.png \ images/math/mathring.png \ images/math/mathrlap.png \ + images/math/mathrm.png \ images/math/mathrm_T.png \ + images/math/mathsf.png \ + images/math/mathtt.png \ images/math/matrix.png \ images/math/measuredangle.png \ images/math/mercury.png \ @@ -1250,6 +1260,7 @@ dist_imagesmath_DATA = \ images/math/theta.png \ images/math/theta2.png \ images/math/textdegree.png \ + images/math/textrm.png \ images/math/thickapprox.png \ images/math/thicksim.png \ images/math/thorn.png \ diff --git a/lib/images/math/boldsymbol.png b/lib/images/math/boldsymbol.png new file mode 100644 index 0000000000..d851d00c0d Binary files /dev/null and b/lib/images/math/boldsymbol.png differ diff --git a/lib/images/math/mathbb.png b/lib/images/math/mathbb.png new file mode 100644 index 0000000000..d7bf3f0a7e Binary files /dev/null and b/lib/images/math/mathbb.png differ diff --git a/lib/images/math/mathbf.png b/lib/images/math/mathbf.png new file mode 100644 index 0000000000..41feb962b8 Binary files /dev/null and b/lib/images/math/mathbf.png differ diff --git a/lib/images/math/mathcal.png b/lib/images/math/mathcal.png new file mode 100644 index 0000000000..085db1c73f Binary files /dev/null and b/lib/images/math/mathcal.png differ diff --git a/lib/images/math/mathfrak.png b/lib/images/math/mathfrak.png new file mode 100644 index 0000000000..0511e4d980 Binary files /dev/null and b/lib/images/math/mathfrak.png differ diff --git a/lib/images/math/mathit.png b/lib/images/math/mathit.png new file mode 100644 index 0000000000..f8c72dfe30 Binary files /dev/null and b/lib/images/math/mathit.png differ diff --git a/lib/images/math/mathrm.png b/lib/images/math/mathrm.png new file mode 100644 index 0000000000..b0f2f0cba7 Binary files /dev/null and b/lib/images/math/mathrm.png differ diff --git a/lib/images/math/mathscr.png b/lib/images/math/mathscr.png new file mode 100644 index 0000000000..e3fe72ca4c Binary files /dev/null and b/lib/images/math/mathscr.png differ diff --git a/lib/images/math/mathsf.png b/lib/images/math/mathsf.png new file mode 100644 index 0000000000..94bbaafb7b Binary files /dev/null and b/lib/images/math/mathsf.png differ diff --git a/lib/images/math/mathtt.png b/lib/images/math/mathtt.png new file mode 100644 index 0000000000..1b1367be83 Binary files /dev/null and b/lib/images/math/mathtt.png differ diff --git a/lib/images/math/textrm.png b/lib/images/math/textrm.png new file mode 100644 index 0000000000..d15e82e23e Binary files /dev/null and b/lib/images/math/textrm.png differ diff --git a/status.21x b/status.21x index 23b4b609aa..24a8996726 100644 --- a/status.21x +++ b/status.21x @@ -59,6 +59,8 @@ What's new - Allow using icon names other than lfun's as argument for "info-insert icon". +- Add icons for the "Fonts" math panel. + * DOCUMENTATION AND LOCALIZATION