FontWeight is an option for Style, Cell, and related constructs that specifies how heavy the characters in a font should be.
Rules are a key part of Mathematica 's powerful expression transformation language. These "How tos" give step-by-step instructions for using rules in Mathematica .
MathLink is a protocol for exchanging symbolic expressions. The Mathematica-level MathLink functions can be used with any MathLink-enabled external program, including ...
These "How tos" give step-by-step instructions for common tasks related to algebraic computation in Mathematica .
These "How tos" give step-by-step instructions for common tasks related to formatting equations and expressions in Mathematica .
These "How tos" give step-by-step instructions for common tasks related to styling and formatting notebooks in Mathematica .
Rules
(Mathematica Guide) Everything that Mathematica does can be thought of as derived from its ability to apply general transformation rules to arbitrary symbolic expressions. The Mathematica ...
Mathematica can export tables of numerical and textual data to any common spreadsheet file format or as formatted text. It can also import from such formats to give ...
FrontEndTokenExecute["cmd"] executes the specified front end command token, typically corresponding to a front end menu item.
This example demonstrates how to create a reusable GUIKit` widget for wrapping Plot and some of its options. You can easily treat the PlotGroup example as a single reusable ...