From f7ce78363e730596d5fb5b590ae7efd05d36b0bc Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 12 Oct 2020 00:13:08 +0200 Subject: [PATCH] example: Fixes in the presentation of TBN/TBF. --- example/example.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example.org b/example/example.org index ed66071..d5b2cde 100644 --- a/example/example.org +++ b/example/example.org @@ -909,7 +909,7 @@ tab Here's how you can read this TBF from an Org-mode table: #+NAME: simple-tbf/state - | a | b | f | + | a | b | θ | | 1 | 1 | 1 | #+BEGIN_SRC racket :results output drawer :var simple-tbf/state=munch-sexp(simple-tbf/state) @@ -926,7 +926,7 @@ tab =read-org-tbfs/state= can also read multiple TBFs at once: #+NAME: simple-tbfs/state - | a | b | f | + | a | b | θ | | 1 | 1 | 1 | | -2 | 1 | 0 |