You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settings`$ShowFullFormInput::usage="If this variable is set nonzero, mathicsscript shows the input in FullForm before evaluation.
10
+
Settings`$ShowFullFormInput::usage="If this Boolean variable is set True, mathicsscript shows the input in FullForm before evaluation.
11
11
12
12
Note this is for input entered, not the output of the evaluated result.
13
13
"
14
14
15
15
Settings`$ShowFullFormInput=False
16
-
Settings`$PygmentsStyle::usage="This sets the Pygments style used to colorize output. The value should be a string.
16
+
Settings`$PygmentsStyle::usage="This variable sets the Pygments style used to colorize output. The value should be a string.
17
17
18
18
The default value changes background depending on whether the terminal has a light or dark background. You can also set the color style used on the command with the ``--style`` option, or look at the variable ```Settings`PygmentsStylesAvailable```. Or it can be set in the settings.m file."
19
19
20
-
Settings`$PygmentsShowTokens::usage="Setting this True will show Pygments tokenization of the output."
20
+
Settings`$PygmentsShowTokens::usage="Setting this variable True will show Pygments tokenization of the output."
21
21
22
22
Settings`$PygmentsShowTokens=False
23
+
24
+
Settings`$PygmentsStyle::usage="This Boolean variable sets whether Unicode is used in terminal input and output."
0 commit comments