Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Add a formatted caption to a notebook cell
ResourceFunction["CaptionCell"][caption,cell] adds a caption to the given cell object. |
Create a cell, then add a caption to it:
In[1]:= | ![]() |
Out[1]= | ![]() |
In[2]:= | ![]() |
Add a styled caption to a cell:
In[3]:= | ![]() |
Out[3]= | ![]() |
Create a cell caption with formatted Text:
In[4]:= | ![]() |
Out[4]= | ![]() |
In[5]:= | ![]() |
Caption a cell with framed text:
In[6]:= | ![]() |
Out[6]= | ![]() |
In[7]:= | ![]() |
Caption a cell with a Row of rainbow text using a ResourceFunction:
In[8]:= | ![]() |
Out[8]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License