diff options
author | Reinout Hoornweg <reinout@xs4all.nl> | 2013-02-20 20:50:25 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-20 11:59:21 -0800 |
commit | 9f5a636c6abfa9b384c8defe47c35e752874d7d1 (patch) | |
tree | 4cf695df059599820357c3a404b6783d080adfd7 /Documentation | |
parent | 1c2df4987a99c6833e9865d78a4c429b47379690 (diff) | |
download | subsurface-9f5a636c6abfa9b384c8defe47c35e752874d7d1.tar.gz |
Documentation: Formatting "Setting up Preferences"
- Reformatted a few lists-used-as-tables in "setting up Preferences"
to be real tables.
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 | 66 |
1 files changed, 41 insertions, 25 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 553323be5..0b77be3fa 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -440,22 +440,30 @@ units to be displayed, with other words, use Metric or Imperial. You can set the following options with 'Units': - - Depth: Your diving depth in Meters or Feet - - Pressure: The pressure of your tank(s) in Bar/Ato or PSI (Pressure Square Inch) - - Volume: The volume of your tank(s) in Liter or CuFt (Cubic Feet) (At sea-level pressure) - - Temperature: The temperature of the water in Celsius or Fahrenheit - - Weight: The weight of your weight system in kg or lbs +[width="90%",cols="<33%,67%",options="header"] +|=============================================================================== +| Field | Units to be displayed +| Depth | Your diving depth in Meters or Feet +| Pressure | The pressure of your tank(s) in Bar/Ato or PSI (Pressure Square Inch) +| Volume | The volume of your tank(s) in Liter or CuFt (Cubic Feet) (At sea-level pressure) +| Temperature | The temperature of the water in Celsius or Fahrenheit +| Weight | The weight of your weight system in kg or lbs +|=============================================================================== In the main screen, you did see in Area 3, some information. With the 'Show Columns', you can enable/disable options you would like to show there: - - Show Temp: Shows the temperature of your dive - - Show Cyl: Shows the cylinder(s) of your dive - - Show O2%: Shows the O2% of your dive - - Show SAC: Shows the SAC of your dive (Surface Air Consumption) - - Show Weight: Shows the total weight carried - - Show Suit: Shows the suit you were wearing +[width="90%",cols="<33%,67%",options="header"] +|=============================================================================== +| Column type | Description +| Temp | Shows the temperature of your dive +| Cyl | Shows the cylinder(s) of your dive +| O2% | Shows the O2% of your dive +| SAC | Shows the SAC of your dive (Surface Air Consumption) +| Weight | Shows the total weight carried +| Suit | Shows the suit you were wearing +|=============================================================================== With 'Divelist Font', you can change the font used in the dive list, @@ -463,23 +471,31 @@ And you can use 'Default XML Data File' to specify which file contains the data the program will use by default. The other tab holds the 'Tec Settings' -You can select more columns to be shows with 'Show Columns': +You can select more columns to be shown with 'Show Columns': - - OTU The number of Oxygen Toxicity Units - - maxCNS The maximum Central Nervous System oxygen toxicity +[width="90%",cols="<33%,67%",options="header"] +|=============================================================================== +| Column type | Description +| OTU | The number of Oxygen Toxicity Units +| maxCNS |The maximum Central Nervous System oxygen toxicity +|=============================================================================== The 'Profile Setting' allow you to show extra information in the dive profile: - - Show pO2 graph Show a graph of the oxygen partial pressure (with a threshold, default 1.6) - - Show pN2 graph Show a graph of the nitrogen partial pressure (with a threshold, default 4.0) - - Show pHe graph Show a graph of the helium partial pressure (with a threshold, default 13.0) - - Show MOD Show the Maximum Operating Depth of the used gasmix (for the given max. ppO2, default 1.6) - - Show EAD, END, EADD Show Equivalent Air Depth (considering N2 and O2 narcotic), Equivalent Nitrogen Depth (considering just N2 narcotic) and Equivalent Air Density Depth - - Show dc reported ceiling in red Show the ceiling as reported by the dive computer - - Show calculated ceiling Show the ceiling as calculated by Subsurface - - 3m increments for calculated ceiling The calculated ceiling is not continuous, but increments in 3m steps - - GFlow Set the Low Gradient Factor (default 30) - - GFhigh Set the High Gradient Factor (default 75) +[width="90%",cols="<33%,67%",options="header"] +|=============================================================================== +| Setting | Description +| Show pO2 graph | Show a graph of the oxygen partial pressure (with a threshold, default 1.6) +| Show pN2 graph | Show a graph of the nitrogen partial pressure (with a threshold, default 4.0) +| Show pHe grapg | Show a graph of the helium partial pressure (with a threshold, default 13.0) +| Show MOD | Show the Maximum Operating Depth of the used gasmix (for the given max. ppO2, default 1.6) +| Show EAD, END, EADD | Show Equivalent Air Depth (considering N2 and O2 narcotic), Equivalent Nitrogen Depth (considering just N2 narcotic) and Equivalent Air Density Depth +| Show dc reported ceiling in red | Show the ceiling as reported by the dive computer +| Show calculated ceiling | Show the ceiling as calculated by Subsurface +| 3m increments for calculated ceiling | The calculated ceiling is not continuous, but increments in 3m steps +| GFlow | Set the Low Gradient Factor (default 30) +| GFhigh | Set the High Gradient Factor (default 75) +|=============================================================================== I will give an example here: @@ -501,7 +517,7 @@ I would like to see the: - Show O2% - Show SAC -Clicking OK on the dialog stores these settings. +Clicking 'OK' on the dialog stores these settings. [[S_ImportingAlienDiveLogs]] Importing Divelogs from other Software |