is an option for selections that specifies settings for SubscriptBox objects.
SubscriptBoxOptions
is an option for selections that specifies settings for SubscriptBox objects.
Details
- The typical usage is SubscriptBoxOptions->{opt1->val1,opt2->val2,…}.
- The following options may be specified:
-
BaseStyle {} base style specifications MultilineFunction Automatic content handling for long SubscriptBox objects - A SubscriptBox object can be created using
or
or by choosing Insert ▶ Typesetting ▶ Subscript.
Examples
Basic Examples (1)
This shows the value of the SubscriptBoxOptions option in the selected notebook:
Options[SelectedNotebook[], SubscriptBoxOptions]Display a SubscriptBox expression:
SubscriptBox["x", "0"]//DisplayFormThis changes the value of the SubscriptBoxOptions option in the selected notebook so that SubscriptBox expressions are displayed with large, red letters:
SetOptions[SelectedNotebook[], SubscriptBoxOptions -> {BaseStyle -> {Large, Red}}]Restore the default value of the SqrtBoxOptions option:
SetOptions[SelectedNotebook[], SubscriptBoxOptions -> {BaseStyle -> {}}]Tech Notes
History
Introduced in 1999 (4.0)
Text
Wolfram Research (1999), SubscriptBoxOptions, Wolfram Language function, https://reference.wolfram.com/language/ref/SubscriptBoxOptions.html.
CMS
Wolfram Language. 1999. "SubscriptBoxOptions." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SubscriptBoxOptions.html.
APA
Wolfram Language. (1999). SubscriptBoxOptions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SubscriptBoxOptions.html
BibTeX
@misc{reference.wolfram_2026_subscriptboxoptions, author="Wolfram Research", title="{SubscriptBoxOptions}", year="1999", howpublished="\url{https://reference.wolfram.com/language/ref/SubscriptBoxOptions.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_subscriptboxoptions, organization={Wolfram Research}, title={SubscriptBoxOptions}, year={1999}, url={https://reference.wolfram.com/language/ref/SubscriptBoxOptions.html}, note=[Accessed: 13-June-2026]}