From e63a37385501fe062605af880401956b2fd50232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Gro=C3=9F?= Date: Wed, 11 Feb 2026 08:46:17 +0100 Subject: [PATCH] list was 1,1,2,3 instead of 1,2,3,4 --- docs/callers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/callers.md b/docs/callers.md index e5deef98..763a8484 100644 --- a/docs/callers.md +++ b/docs/callers.md @@ -5,9 +5,9 @@ When using MathCAT, the general ordering of calls is: 1. The location of the MathCAT `Rules` directory is set [SetRulesDir] -1. Whatever preferences the AT needs to set, it is done with calls to [`SetPreference`]. Typically the `Language` and `TTS` engine to use (if any -- strongly recommended) are given. -2. The MathML is sent over via [`SetMathML`]. -3. AT calls to get the speech [`GetSpokenText`] and calls [`GetBraille`] to get the (Unicode) braille. If the id of a node is given, then the corresponding braille cells will be highlighted. +2. Whatever preferences the AT needs to set, it is done with calls to [`SetPreference`]. Typically the `Language` and `TTS` engine to use (if any -- strongly recommended) are given. +3. The MathML is sent over via [`SetMathML`]. +4. AT calls to get the speech [`GetSpokenText`] and calls [`GetBraille`] to get the (Unicode) braille. If the id of a node is given, then the corresponding braille cells will be highlighted. Navigation can be done via calls to either: * [`DoNavigateKeyPress`] (takes key events as input)