The ��ngstr��m, ��rsted patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9394 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2004-12-17 13:34:02 +00:00
parent c7d1778e3f
commit eebda223db
6 changed files with 66 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-12-17 Martin Vermer <martin.vermeer@hut.fi>
* images/math/textrm_*.xpm: renamed to textrm_AA, textrm_Oe
* symbols: added Ångström, Ørsted
2004-12-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.m4: remove code for checking languages in the LaTeX

View File

@ -0,0 +1,27 @@
/* XPM */
static char *a[] = {
/* columns rows colors chars-per-pixel */
"12 19 2 1",
" c #000000",
". c None",
/* pixels */
".... .....",
"... ... ....",
"... ... ....",
"... ... ....",
"... ... ....",
".... .....",
"..... .....",
".... .....",
".... . ....",
"... .. ....",
"... ... ...",
"... ... ...",
".. .... ...",
".. ..... ..",
".. ..",
".. ..... ..",
". ....... .",
". ....... .",
" ..... "
};

View File

@ -0,0 +1,24 @@
/* XPM */
static char *a[] = {
/* columns rows colors chars-per-pixel */
"13 16 2 1",
" c #000000",
". c None",
/* pixels */
"...... .... ",
".... .. . .",
"... ..... ..",
".. ..... . .",
". ...... . .",
". ..... ... ",
" ..... .... ",
" ..... .... ",
" .... ..... ",
" ... ...... ",
". ... ...... ",
". . ....... ",
".. ....... ",
".. ...... .",
".. . .... ..",
". ... ..."
};

View File

@ -811,6 +811,9 @@ iffont msb
\def\Join{\ltimes\kern-18.5mu\rtimes}
endif
\def\mathcircumflex{\mbox{\^{}}}{\^}
# Fixme: latin-1 chars in text file
\def\AA{\AA}{Å}
\def\O{\O}{Ø}
textdegree lyxsymbol 176 0 mathord x

View File

@ -1,3 +1,7 @@
2004-12-17 Martin Vermeer <martin.vermeer@hut.fi>
* ControlMath.C: fixed Ångström, Ørsted.
2004-12-02 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* ControlTabular.[Ch], ControlTabularCreate.h: use size_t-like

View File

@ -177,7 +177,7 @@ char const * latex_misc[] = {
"angle", "top", "bot", "Vert", "neg",
"flat", "natural", "sharp", "surd", "triangle",
"diamondsuit", "heartsuit", "clubsuit", "spadesuit",
"textrm Å", "textrm Ø", "mathcircumflex", "_",
"textrm \\AA", "textrm \\O", "mathcircumflex", "_",
"mathrm T",
"mathbb N", "mathbb Z", "mathbb Q",
"mathbb R", "mathbb C", "mathbb H",
@ -333,8 +333,8 @@ XPMmap sorted_xpm_map[] = {
{ "nRightarrow", "nrightarrow2" },
{ "nVDash", "nvdash3" },
{ "nvDash", "nvdash2" },
{ "textrm", "textrm_A" },
{ "textrm", "textrm_0" },
{ "textrm \\AA", "textrm_AA"},
{ "textrm \\O", "textrm_Oe"},
{ "vDash", "vdash2" }
};