Skip to content

Commit 349e56a

Browse files
committed
tweaks to pref settings
1 parent 02a2c4e commit 349e56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def SetMathCATPreferences():
2828
libmathcat.SetPreference("TTS", "none")
2929
libmathcat.SetPreference("Language", "en") # Also "id" and "vi"
3030
libmathcat.SetPreference("SpeechStyle", "SimpleSpeak") # Also "ClearSpeak"
31-
libmathcat.SetPreference("Verbosity", "verbose") # also terse "terse"/"medium"
32-
libmathcat.SetPreference("CapitalLetters_UseWord", "false") # if "true", X => "cap x"
31+
libmathcat.SetPreference("Verbosity", "Verbose") # also terse "Terse"/"Medium"
32+
libmathcat.SetPreference("CapitalLetters_UseWord", "true") # if "true", X => "cap x"
3333
except Exception as e:
3434
print("problem with setting a preference")
3535

0 commit comments

Comments
 (0)