summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/math/math-tricks.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/context/sources/general/manuals/math/math-tricks.tex')
-rw-r--r--doc/context/sources/general/manuals/math/math-tricks.tex13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/context/sources/general/manuals/math/math-tricks.tex b/doc/context/sources/general/manuals/math/math-tricks.tex
index 7efcec50b..c2748c230 100644
--- a/doc/context/sources/general/manuals/math/math-tricks.tex
+++ b/doc/context/sources/general/manuals/math/math-tricks.tex
@@ -1,3 +1,5 @@
+% language=us runpath=texruns:manuals/math
+
\environment math-layout
\startcomponent math-tricks
@@ -334,6 +336,8 @@ return {
\startsection[title=Integrals]
+{\em This section needs to be adapted to extensible integrals.}
+
A curious exception in the math system is the integral sign. Its companions are
the summation and product signs, but integral has as extra property that it has a
slant. In \LUATEX\ there is rather advanced control over how the (optional)
@@ -347,13 +351,12 @@ liking. One reason for this is that you might want a consistent size across
formulas. Let's use the following setup:
\startbuffer[setup]
-\setupmathextensible
+% \setupmathextensible
+\setupmathdelimiter
[integral]
[rightoffset=-1mu,
exact=yes,
factor=2]
-
-\let\int\integral
\stopbuffer
\typebuffer[setup]
@@ -376,8 +379,12 @@ We use the following exmaple:
This renders as:
+\pushoverloadmode
+
\dontleavehmode\hbox{\getbuffer[setup,demo]}
+\popoverloadmode
+
\stopsection
\startsection[title=Fancy fences]