summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/interval/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/interval/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/interval/README')
-rw-r--r--macros/latex/contrib/interval/README32
1 files changed, 32 insertions, 0 deletions
diff --git a/macros/latex/contrib/interval/README b/macros/latex/contrib/interval/README
new file mode 100644
index 0000000000..0ae8b8be21
--- /dev/null
+++ b/macros/latex/contrib/interval/README
@@ -0,0 +1,32 @@
+% (C) Lars Madsen, daleif@math.au.dk, 2019/03/06
+% This material is subject to the LaTeX Project Public License.
+% See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
+% for the details of that license.
+
+
+This small package use the pgfkeys pacakge to solve the problem of
+using the ]a,b[ syntax for indicating an open interval. Instead of
+having to type this as \mathopen{]}a,b\mathclose{[} users can simply
+use
+
+ \interval[open]{a}{b} (= ]a,b[ with proper spacing)
+
+Other usages include
+
+ \interval[open left]{a}{b} (= ]a,b])
+ \interval{a}{b} (= [a,b])
+
+We also provide a simple interface to switch to the more convenient
+(a,b) tradition for specifying an open interval.
+
+See the manual for details.
+
+* v0.4:
+ Added \ointerval, \linterval, \rinterval short hands (suggested by Frank Mittelbach).
+ They are just shots ways to say, say, \interval[open]{a}{b}, etc.
+
+ Removed \intervalsetup (now gives an error if used, was set to equal \intervalconfig)
+
+* v0.3: added the colorize option
+* v0.2: typo in manual
+