forked from gost-engine/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Org mode tables
Vitalio edited this page Feb 7, 2020
·
2 revisions
Name | Phone | Age |
---|---|---|
Peter | 1234 | 17 |
Anna | 4321 | 25 |
N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
---|---|---|---|---|---|
/ | < | > | < | > | |
1 | 1 | 1 | 1 | 1 | 1 |
2 | 4 | 8 | 16 | 1.4142 | 1.1892 |
3 | 9 | 27 | 81 | 1.7321 | 1.3161 |
It is also sufficient to just insert the column group starters after every vertical line you would like to have:
N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
---|
https://orgmode.org/worg/org-tutorials/tables.html
A | B | C |
1 | 2 | 3 |
a | b | c |
<10> | <15> |
A very wide cell | Another very very wide cell |
N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) | |
---|---|---|---|---|---|---|
/ | <> | < | > | < | > | |
# | 1 | 1 | 1 | 1 | 1 | 1 |
# | 2 | 4 | 8 | 16 | 1.4142 | 1.1892 |
# | 3 | 9 | 27 | 81 | 1.7321 | 1.3161 |