diff options
author | Reinout Hoornweg <reinout@xs4all.nl> | 2013-02-18 23:26:26 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-18 14:54:35 -0800 |
commit | 453c48f0ab7f8e38b071ed52da8b6fe5a576aeea (patch) | |
tree | bed21197c3d00a184783aed52e6b04e95726089f /Documentation | |
parent | 51cac900aabc11384fd2ec129889c2f8609fef68 (diff) | |
download | subsurface-453c48f0ab7f8e38b071ed52da8b6fe5a576aeea.tar.gz |
Documentation: improve layout
Added headers, borders, etc. to the table in "Viewing and completing
your logs".
Signed-off-by: Reinout Hoornweg <reinout@xs4all.nl>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 343db990d..260829c3c 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -208,20 +208,21 @@ An example: On Sunday Oct 23, 2011 you made a dive. In the log line of this dive, you see the following information: -[width="70%",cols="<5%,10%,<20%,<65%",grid="none",frame="none",style="monospaced"] +[width="70%",cols="<20%,40%,40%",options="header"] |=============================================================================== -|| # | 12 | Dive number -|| Date | Sun, Oct 23, 2011 10:50 | Date and time of your dive -|| * | | Your rating (none at this time) -|| m | 12.8 | Your maximum depth in meters -|| min | 31:20 | Your dive-time in minutes and seconds -|| Deg. C | 13.0 | Lowest water temperature during your dive -|| kg | | Weight carried (none at this time) -|| Suit | | Exposure protection suit worn (none at this time) -|| Cyl | | Your used cylinder (none at this time) -|| O2% | air | What type of mixture -|| SAC | | SAC (none at this time) -|| Location | | Where you performed your dive (empty) +| Header | Value | Description of field +| # | 12 | Dive number +| Date | Sun, Oct 23, 2011 10:50 | Date and time of your dive +| * | | Your rating (none at this time) +| m | 12.8 | Your maximum depth in meters +| min | 31:20 | Your dive-time in minutes and seconds +| Deg. C | 13.0 | Lowest water temperature during your dive +| kg | | Weight carried (none at this time) +| Suit | | Exposure protection suit worn (none at this time) +| Cyl | | Your used cylinder (none at this time) +| O2% | air | What type of mixture +| SAC | | SAC (none at this time) +| Location | | Where you performed your dive (empty) |=============================================================================== As you can see, some information is already there because it is |