example: Fixes in the presentation of TBN/TBF.
This commit is contained in:
parent
f932841de3
commit
f7ce78363e
1 changed files with 2 additions and 2 deletions
|
@ -909,7 +909,7 @@ tab
|
||||||
|
|
||||||
Here's how you can read this TBF from an Org-mode table:
|
Here's how you can read this TBF from an Org-mode table:
|
||||||
#+NAME: simple-tbf/state
|
#+NAME: simple-tbf/state
|
||||||
| a | b | f |
|
| a | b | θ |
|
||||||
| 1 | 1 | 1 |
|
| 1 | 1 | 1 |
|
||||||
|
|
||||||
#+BEGIN_SRC racket :results output drawer :var simple-tbf/state=munch-sexp(simple-tbf/state)
|
#+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:
|
=read-org-tbfs/state= can also read multiple TBFs at once:
|
||||||
|
|
||||||
#+NAME: simple-tbfs/state
|
#+NAME: simple-tbfs/state
|
||||||
| a | b | f |
|
| a | b | θ |
|
||||||
| 1 | 1 | 1 |
|
| 1 | 1 | 1 |
|
||||||
| -2 | 1 | 0 |
|
| -2 | 1 | 0 |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue