summaryrefslogtreecommitdiff
path: root/docs/manual.org
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual.org')
-rw-r--r--docs/manual.org11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/manual.org b/docs/manual.org
index 086ae5d..6de3b93 100644
--- a/docs/manual.org
+++ b/docs/manual.org
@@ -1,6 +1,6 @@
#+TITLE: 7Units User Manual
-#+SUBTITLE: For Version 0.3.1
-#+DATE: 2021 July 6
+#+SUBTITLE: For Version 0.4.0-alpha.1
+#+DATE: 2022 July 8
#+LaTeX_HEADER: \usepackage[a4paper, lmargin=25mm, rmargin=25mm, tmargin=25mm, bmargin=25mm]{geometry}
#+LaTeX: \newpage
@@ -47,7 +47,7 @@
[[../screenshots/sample-conversion-results-expression-converter.png]]
* 7Units Settings
All settings can be accessed in the tab with the gear icon.
- #+CAPTION: The settings menu, as of version 0.3.0
+ #+CAPTION: The settings menu, as of version 0.4.0-alpha.1
#+ATTR_LaTeX: :height 250px
[[../screenshots/main-interface-settings.png]]
** Rounding Settings
@@ -65,6 +65,11 @@
- any number of yocto or yotta
- they must be in this order
- all prefixes must be of the same sign (either all magnifying or all reducing)
+** Search Settings
+ These settings control which prefixes are shown in the "Convert Units" tab. Only coherent SI units (e.g. metre, second, newton, joule) will get prefixes. Some prefixed units are created in the unitfile, and will stay regardless of this setting (though they can be removed from the unitfile).
+ - Never Include Prefixed Units :: Prefixed units will only be shown if they are explicitly added to the unitfile.
+ - Include Common Prefixes :: Every coherent unit will have its kilo- and milli- versions included in the list.
+ - Include All Single Prefixes :: Every coherent unit will have every prefixed version of it included in the list.
** Miscellaneous Settings
- Convert One Way Only :: In the simple conversion tab, only imperial/customary units will be shown on the left, and only metric units[fn:1] will be shown on the right. Units listed in the exceptions file (~src/main/resources/metric_exceptions.txt~) will be shown on both sides. This is a way to reduce the number of options you must search through if you only convert one way. The expressions tab is unaffected.
- Show Duplicates in "Convert Units" :: If unchecked, any unit that has multiple names will only have one included in the Convert Units lists. The selected name will be the longest; if there are multiple longest names one is selected arbitrarily. You will still be able to use these alternate names in the expressions tab.