Sha256: c93cc5a32366927e2956b25c4743a275b38764fd7b9adb64016fba32a63c0239
Contents?: true
Size: 1.51 KB
Versions: 2
Compression:
Stored size: 1.51 KB
Contents
/* Lasem * * Copyright © 2007-2008 Emmanuel Pacaud * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1335, USA. * * Author: * Emmanuel Pacaud <emmanuel@gnome.org> */ #ifndef LSM_MATHML_OPERATOR_DICTIONARY_H #define LSM_MATHML_OPERATOR_DICTIONARY_H #include <lsmmathmltypes.h> #include <lsmmathmlenums.h> #include <lsmmathmlattributes.h> G_BEGIN_DECLS typedef struct { const char *name; LsmMathmlForm form; LsmMathmlSpace left_space; LsmMathmlSpace right_space; gboolean stretchy; gboolean fence; gboolean accent; gboolean large_op; gboolean movable_limits; gboolean separator; LsmMathmlSpace min_size; LsmMathmlSpace max_size; gboolean symmetric; } LsmMathmlOperatorDictionaryEntry; const LsmMathmlOperatorDictionaryEntry * lsm_mathml_operator_dictionary_lookup (const char *utf8, LsmMathmlForm form); G_END_DECLS #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mathematical-1.6.14 | ext/mathematical/lasem/src/lsmmathmloperatordictionary.h |
mathematical-1.6.13 | ext/mathematical/lasem/src/lsmmathmloperatordictionary.h |