NotebookDynamicExpression is an option for notebooks that specifies an expression to be dynamically updated whenever that notebook is open.
Mathematica's unified symbolic document architecture makes it possible to have flowing text contain any kind of object—including math, graphics or dynamic elements.
LaTeX
(Mathematica Import/Export Format) MIME type: application/x-tex LaTeX typesetting system and programming language. Commonly used for typesetting mathematical and scientific publications. Plain text format. ...
"How to" Topics Notebook Interface Input and Output in Notebooks
"TrustNotebook" is a front end token that opens the Dynamic Content Warning dialog.
NotebookFileName[] gives the file name of the current evaluation notebook. NotebookFileName[nb] gives the file name for the notebook specified by nb.
DockedCells is an option for notebooks that gives a list of cells that are to be displayed "docked" at the top of the notebook.
SelectionEvaluateCreateCell[notebook] takes the current selection in a notebook and creates a new cell containing the result obtained by evaluating the contents of the ...
SelectionAnimate[notebook] animates graphics in the current selection in a notebook. SelectionAnimate[notebook, t] animates graphics for t seconds.
SelectionMove[obj, dir, unit] moves the current selection in an open notebook in the front end in the direction dir by the specified unit. SelectionMove[obj, dir, unit, n] ...