From c0de7a0627c9c20267a3312055ea7da683632d20 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 18 Dec 2009 11:08:39 +0000 Subject: mathtext examples from Bonn --- examples/mathtext/LogicGer.gf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/mathtext/LogicGer.gf (limited to 'examples/mathtext/LogicGer.gf') diff --git a/examples/mathtext/LogicGer.gf b/examples/mathtext/LogicGer.gf new file mode 100644 index 000000000..66e7c5001 --- /dev/null +++ b/examples/mathtext/LogicGer.gf @@ -0,0 +1,15 @@ +concrete LogicGer of Logic = SymbolsX ** LogicI - [Exist] with + (LexLogic = LexLogicGer), + (Lang = LangGer), + (Syntax = SyntaxGer), + (Symbolic = SymbolicGer) ** open SyntaxGer, (P = ParadigmsGer) in { + +lin + --- to get the extraposited clause in correct place + Exist xs A B = + Lang.SSubjS + (mkS (mkCl (indef xs.p2 + (mkCN (mkCN A xs.p1) (P.mkAdv "derart"))))) + that_Subj B ; + +} ; -- cgit v1.2.3