Sha256: f2a4fda9e016dbee5698cb7ad1324e3cd796637e224b16a958cb4596d402f3fe

Contents?: true

Size: 796 Bytes

Versions: 22

Compression:

Stored size: 796 Bytes

Contents

#ifndef EM_H
#define EM_H

#ifdef __cplusplus
extern "C" {
#endif

/* given a pixel string, retrieve the numeric portion from it */
float mtex2MML_extract_number_from_pxstring(char * str);

/* given a pixel string, retrieve the pixel type portion from it */
char *mtex2MML_extract_string_from_pxstring(char * str);

/* given a number, return it as an em */
char *mtex2MML_dbl2em(char *str);

/* given a number, return it as a root position
   taken straight from MathJax */
char *mtex2MML_root_pos_to_em(char * str);

/* given a number and a pixel string, return the doubled number */
char *mtex2MML_double_pixel(float f, char *pixel);

/* construct a skew sequence */
char *mtex2MML_implement_skew(char *base_str, char *em_skew, char *pattern);

#ifdef __cplusplus
}
#endif

#endif /* ! EM_H */

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
mathematical-1.6.20 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.18 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.14 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.13 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.12 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.11 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.10 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.9 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.8 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.7 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.6 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.5 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.4 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.3 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.2 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.1 ext/mathematical/mtex2MML/src/em.h
mathematical-1.6.0 ext/mathematical/mtex2MML/src/em.h
mathematical-1.5.12 ext/mathematical/mtex2MML/src/em.h
mathematical-1.5.0 ext/mathematical/mtex2MML/src/em.h
mathematical-1.4.2 ext/mathematical/mtex2MML/src/em.h