mathtext examples from Bonn

This commit is contained in:
aarne
2009-12-18 11:08:39 +00:00
parent a4eb1800a4
commit c0de7a0627
24 changed files with 413 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
instance LexLogicGer of LexLogic = open SyntaxGer, ParadigmsGer,
(MS = MakeStructuralGer), Prelude in {
oper
case_N = mkN "Fall" "Fälle" masculine ;
such_A = invarA "derart" ; ----
by_Prep = mkPrep "durch" accusative ;
all_Det = aPl_Det ;
axiom_N = mkN "Axiom" ;
theorem_N = mkN "Theorem" ;
definition_N = mkN "Definition" ;
define_V3 =
mkV3 (mkV "definieren") (mkPrep [] accusative) (mkPrep "als" accusative) ;
define_V2V = mkV2V (mkV "definieren") (mkPrep [] accusative) ;
iff_Subj = MS.mkSubj "wenn und nur wenn" ;
}