From da7f9a8a28d46fef5cd9dc8c4ec10ebfddbdbf0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= <94163266+yvonnefroehlich@users.noreply.github.com> Date: Sat, 10 Aug 2024 10:42:22 +0200 Subject: [PATCH] ternary: Use math mode in docs for "-M" (#8563) --- doc/rst/source/ternary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rst/source/ternary.rst b/doc/rst/source/ternary.rst index 937f6ebd479..503073c69e2 100644 --- a/doc/rst/source/ternary.rst +++ b/doc/rst/source/ternary.rst @@ -111,9 +111,9 @@ Optional Arguments .. _-M: **-M** - Do no plotting. Instead, convert the input (*a*,\ *b*,\ *c*\ [,\ *z*]) records + Do no plotting. Instead, convert the input (*a*,\ *b*,\ *c*\ [,\ *z*]) records to Cartesian (*x*,\ *y*,\ [,\ *z*]) records, where *x, y* are normalized coordinates - on the triangle (i.e., 0–1 in *x* and 0–sqrt(3)/2 in *y*\ ). + on the triangle (i.e., 0–1 in *x* and :math:`0–\sqrt{3}/2` in *y*\ ). .. _-N: