beta-0.89.2
[luatex.git] / source / texk / web2c / luatexdir / tex / mlist.h
blobb2600bcff1b55d0a612666211570f3bed5caba03
1 /* mlist.h
3 Copyright 1996-2006 Han The Thanh <thanh@pdftex.org>
4 Copyright 2006-2009 Taco Hoekwater <taco@luatex.org>
6 This file is part of LuaTeX.
8 LuaTeX is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 2 of the License, or (at your
11 option) any later version.
13 LuaTeX is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
16 License for more details.
18 You should have received a copy of the GNU General Public License along
19 with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
22 #ifndef MLIST_H
23 # define MLIST_H 1
25 extern int cur_size;
27 /* extern int math_no_italic_compensation ; */ /* $$\int\limits_{|}^{|}$$ */
28 /* extern int math_no_char_italic ; */ /* catcode"1D443=12 $$P( PP$$ \catcode"1D443=11 $$P( PP$$ */
30 extern void run_mlist_to_hlist(halfword, boolean, int);
31 extern void mlist_to_hlist(halfword, boolean, int);
32 extern void fixup_math_parameters(int fam_id, int size_id, int f, int lvl);
34 extern scaled get_math_quad(int a);
37 #endif