]> git.lyx.org Git - features.git/commit
use stream-like syntax for LaTeX output
authorAndré Pönitz <poenitz@gmx.net>
Fri, 19 Oct 2001 11:25:48 +0000 (11:25 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 19 Oct 2001 11:25:48 +0000 (11:25 +0000)
commit5507c1ad69ef62f0790b66c797c6d89166795590
tree6543382f26bb95eda58cbda6d951f24e36092d20
parentda7583ab70f95422e8b0b8232fc3af39aedfab10
use stream-like syntax for LaTeX output
 (instead of inset.write(stream) functions)

prepare fix for proper font sizes in chapter heading etc...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2899 a592a061-630c-0410-9148-cb99ea01b6c8
75 files changed:
src/mathed/ChangeLog
src/mathed/Makefile.am
src/mathed/array.C
src/mathed/array.h
src/mathed/formula.C
src/mathed/formula.h
src/mathed/formulabase.C
src/mathed/formulabase.h
src/mathed/formulamacro.C
src/mathed/formulamacro.h
src/mathed/math_arrayinset.C
src/mathed/math_arrayinset.h
src/mathed/math_binominset.C
src/mathed/math_binominset.h
src/mathed/math_boxinset.C [new file with mode: 0644]
src/mathed/math_boxinset.h [new file with mode: 0644]
src/mathed/math_charinset.C
src/mathed/math_charinset.h
src/mathed/math_cursor.C
src/mathed/math_decorationinset.C
src/mathed/math_decorationinset.h
src/mathed/math_deliminset.C
src/mathed/math_deliminset.h
src/mathed/math_dotsinset.C
src/mathed/math_dotsinset.h
src/mathed/math_factory.C
src/mathed/math_fracinset.C
src/mathed/math_fracinset.h
src/mathed/math_funcinset.C
src/mathed/math_funcinset.h
src/mathed/math_funcliminset.C
src/mathed/math_funcliminset.h
src/mathed/math_gridinset.C
src/mathed/math_gridinset.h
src/mathed/math_hash.C
src/mathed/math_inset.C
src/mathed/math_inset.h
src/mathed/math_kerninset.C
src/mathed/math_kerninset.h
src/mathed/math_lefteqninset.C
src/mathed/math_lefteqninset.h
src/mathed/math_macro.C
src/mathed/math_macro.h
src/mathed/math_macroarg.C
src/mathed/math_macroarg.h
src/mathed/math_macrotemplate.C
src/mathed/math_macrotemplate.h
src/mathed/math_matrixinset.C
src/mathed/math_matrixinset.h
src/mathed/math_nestinset.C
src/mathed/math_nestinset.h
src/mathed/math_notinset.C
src/mathed/math_notinset.h
src/mathed/math_parser.C
src/mathed/math_parser.h
src/mathed/math_rootinset.C
src/mathed/math_rootinset.h
src/mathed/math_scriptinset.C
src/mathed/math_scriptinset.h
src/mathed/math_sizeinset.C
src/mathed/math_sizeinset.h
src/mathed/math_spaceinset.C
src/mathed/math_spaceinset.h
src/mathed/math_specialcharinset.C
src/mathed/math_specialcharinset.h
src/mathed/math_splitinset.C
src/mathed/math_splitinset.h
src/mathed/math_sqrtinset.C
src/mathed/math_sqrtinset.h
src/mathed/math_stackrelinset.C
src/mathed/math_stackrelinset.h
src/mathed/math_symbolinset.C
src/mathed/math_symbolinset.h
src/mathed/xarray.C
src/mathed/xarray.h