summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/math
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2017-08-06 17:11:19 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2017-08-06 17:11:19 +0200
commit5c6090af6fb0808017d6f2fe263b90e2efa0ae5e (patch)
tree84f61dc4994ba9c2376d829b6b71bb3b7e0bb9a5 /doc/context/sources/general/manuals/math
parent817e18d3f6969b1b50b4883ec4d5bb05c985db88 (diff)
downloadcontext-5c6090af6fb0808017d6f2fe263b90e2efa0ae5e.tar.gz
2017-08-06 16:19:00
Diffstat (limited to 'doc/context/sources/general/manuals/math')
-rw-r--r--doc/context/sources/general/manuals/math/math-tricks.tex44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/context/sources/general/manuals/math/math-tricks.tex b/doc/context/sources/general/manuals/math/math-tricks.tex
index 92d764b92..f26ea4fdb 100644
--- a/doc/context/sources/general/manuals/math/math-tricks.tex
+++ b/doc/context/sources/general/manuals/math/math-tricks.tex
@@ -438,6 +438,50 @@ Or visualized:
\stopsection
+\startsection[title=Combined characters]
+
+We have some magic built with respect to sequences of characters. Currently
+it is implemented as a recursive replacement of character pairs but eventually
+it might become more advanced. The original repertoire has been extended by
+some suggested by Aditya.
+
+\def\SampleRow#1#2%
+ {\NC \type{#1} \NC \type {#2} \NC $#2$ \NC \NR}
+
+\starttabulate[|l|c|c|]
+ \BC name \BC shortcut \BC rendering \NC \NR
+ \HL
+ \SampleRow {\doubleprime} {''}
+ \SampleRow {\tripleprime} {'''}
+ \SampleRow {\quadrupleprime} {''''}
+ \SampleRow {\colonequals} {:=}
+ \SampleRow {\equalscolon} {=:}
+ \SampleRow {\le} {<=}
+ \SampleRow {\ge} {>=}
+ \SampleRow {\neq} {!=}
+ \SampleRow {\ll} {<<}
+ \SampleRow {\gg} {>>}
+ \SampleRow {\lll} {<<<}
+ \SampleRow {\ggg} {>>>}
+ \SampleRow {\equiv} {==}
+ \SampleRow {\eqequiv} {===}
+ \SampleRow {\rightarrow} {->}
+ \SampleRow {\leftarrow} {<-}
+ \SampleRow {\leftrightarrow} {<->}
+ \SampleRow {\Rightarrow} {==>}
+ \SampleRow {\Leftarrow} {<==}
+ \SampleRow {\Leftrightarrow} {<=>}
+ \SampleRow {\Longleftarrow} {<===}
+ \SampleRow {\Longleftrightarrow} {<==>}
+ \SampleRow {\eqeq} { }
+ \SampleRow {\eqeqeq} { }
+ \SampleRow {\Longrightarrow} {===>}
+ \SampleRow {\doubleverticalbar} {||}
+ \SampleRow {\tripleverticalbar} {|||}
+\stoptabulate
+
+\stopsection
+
\stopcomponent
% \enabletrackers[math.makeup=boxes]