aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user/mydefs
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:41:52 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:41:52 +0000
commit66b683579143de15598c16695df72d1b224c2030 (patch)
tree1dfc6d44e7517fb3e1fe838239daac263948bbf5 /doc/user/mydefs
parent3c59753b94d0425e7ddcc4b57b11dfb283d0c144 (diff)
downloadlout-66b683579143de15598c16695df72d1b224c2030.tar.gz
Lout 3.37.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@43 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/mydefs')
-rw-r--r--doc/user/mydefs18
1 files changed, 11 insertions, 7 deletions
diff --git a/doc/user/mydefs b/doc/user/mydefs
index 6a74278..1ec1678 100644
--- a/doc/user/mydefs
+++ b/doc/user/mydefs
@@ -107,18 +107,22 @@
}
}
- import @Eq
+ import @Math
def epi { p sub i ` log sub 2 ` p sub i }
- import @Eq
+ import @Math
def ep right x { p sub x ` log sub 2 ` p sub x }
- def @Dbl left x right y
- { 1.95i @Wide
- { 1.25i @Wide { |1rt @Code x } |0.2i @Eq {non y} }
- }
+# def @Dbl left x right y
+# { 1.95i @Wide
+# { 1.25i @Wide { |1rt @Code x } |0.2i @Eq {non y} }
+# }
- import @Eq
+ def @LCodeWidth { 3.5c }
+ def @CodeWidth { 4.0c }
+ def @ResultWidth { 1.6c }
+
+ import @Math
def @ExA { 1 over sqrt { 1 - 4 x sup 2 } }
def @@Diag { @Code "@Diag" }