summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/math/math-fonts-primes-001.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/context/sources/general/manuals/math/math-fonts-primes-001.tex')
-rw-r--r--doc/context/sources/general/manuals/math/math-fonts-primes-001.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/context/sources/general/manuals/math/math-fonts-primes-001.tex b/doc/context/sources/general/manuals/math/math-fonts-primes-001.tex
new file mode 100644
index 000000000..a93934def
--- /dev/null
+++ b/doc/context/sources/general/manuals/math/math-fonts-primes-001.tex
@@ -0,0 +1,28 @@
+% \enableexperiments[fonts.compact]
+% \enabletrackers[fonts.defining]
+
+\environment math-fonts-helpers
+
+\startbuffer[primes]
+ $\textstyle f' f'(x) $
+ $\textstyle f'' f''(x) $
+ $\textstyle f''' f'''(x) $
+ \blank
+ $\scriptstyle f' f'(x) $
+ $\scriptstyle f'' f''(x) $
+ $\scriptstyle f''' f'''(x) $
+ \blank
+ $\scriptscriptstyle f' f'(x) $
+ $\scriptscriptstyle f'' f''(x) $
+ $\scriptscriptstyle f''' f'''(x) $
+\stopbuffer
+
+\setupmathematics[stylealternative={calligraphic}]
+
+\starttext
+ \MathSamples [
+ ] [
+ primes
+ ]
+
+\stoptext