Sha256: 737620c94133a2853d5ee65f8c210664ad4e53f0badf96d0469318b1939dd531

Contents?: true

Size: 1.05 KB

Versions: 8

Compression:

Stored size: 1.05 KB

Contents

/* Lasem - SVG and Mathml library
 *
 * Copyright © 2013 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., 59 Temple Place, Suite 330,
 * Boston, MA 02111-1307, USA.
 *
 * Author:
 * 	Emmanuel Pacaud <emmanuel@gnome.org>
 */

#ifndef LSM_ITEX_H
#define LSM_ITEX_H

#include <lsmtypes.h>

G_BEGIN_DECLS

char *		lsm_itex_to_mathml		(const char *itex, int size);
void		lsm_itex_free_mathml_buffer	(char *mathml);

G_END_DECLS

#endif

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mathematical-0.3.1 ext/mathematical/lsmitex.h
mathematical-0.3.0 ext/mathematical/lsmitex.h
mathematical-0.2.3 ext/mathematical/lsmitex.h
mathematical-0.2.2 ext/mathematical/lsmitex.h
mathematical-0.2.1 ext/mathematical/lsmitex.h
mathematical-0.2.0 ext/mathematical/lsmitex.h
mathematical-0.1.2 ext/mathematical/lsmitex.h
mathematical-0.1.1 ext/mathematical/lsmitex.h