Sha256: 06025c0f02189f3841a331b30ce1160ceabcaf0cee6df237c33c91cd6de2b1b2

Contents?: true

Size: 458 Bytes

Versions: 19

Compression:

Stored size: 458 Bytes

Contents

#ifndef MATHEMATICAL_H
#define MATHEMATICAL_H

#include "ruby.h"

#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <limits.h>
#include <lsm.h>
#include <lsmmathml.h>
#include <glib.h>
#include <glib/gi18n.h>
#include <glib/gprintf.h>
#include <gio/gio.h>
#include <cairo-svg.h>

#include <cairo_callbacks.h>
#include <lasem_overrides.h>

typedef enum {
  FORMAT_SVG,
  FORMAT_PNG,
  FORMAT_MATHML
} FileFormat;

#endif

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
mathematical-1.6.13 ext/mathematical/mathematical.h
mathematical-1.6.12 ext/mathematical/mathematical.h
mathematical-1.6.11 ext/mathematical/mathematical.h
mathematical-1.6.10 ext/mathematical/mathematical.h
mathematical-1.6.9 ext/mathematical/mathematical.h
mathematical-1.6.8 ext/mathematical/mathematical.h
mathematical-1.6.7 ext/mathematical/mathematical.h
mathematical-1.6.6 ext/mathematical/mathematical.h
mathematical-1.6.5 ext/mathematical/mathematical.h
mathematical-1.6.4 ext/mathematical/mathematical.h
mathematical-1.6.3 ext/mathematical/mathematical.h
mathematical-1.6.2 ext/mathematical/mathematical.h
mathematical-1.6.1 ext/mathematical/mathematical.h
mathematical-1.6.0 ext/mathematical/mathematical.h
mathematical-1.5.12 ext/mathematical/mathematical.h
mathematical-1.5.0 ext/mathematical/mathematical.h
mathematical-1.4.2 ext/mathematical/mathematical.h
mathematical-1.4.1 ext/mathematical/mathematical.h
mathematical-1.4.0 ext/mathematical/mathematical.h