Function Repository Resource:

CreateTitleSlide

Source Notebook

Create a formatted title slide for presentations

Contributed by: Jayanta Phadikar and Kunal Khadke

ResourceFunction["CreateTitleSlide"]["string"]

creates a formatted title slide containing the given string.

Details and Options

Title slides are useful for making notebook-based presentations containing different sections/topics, in which a single or multiple such slides might be needed.
ResourceFunction["CreateTitleSlide"] creates a specially formatted Text cell for a nice look.

Examples

Basic Examples (2) 

A title slide entitled "Notebook-Based Presentations":

In[1]:=
ResourceFunction["CreateTitleSlide"]["Notebook-Based Presentations"]

Options (10) 

Background (2) 

Change the color of the background:

In[2]:=
ResourceFunction["CreateTitleSlide"]["Notebook-Based Presentations", Background -> LightBlue]

CellFrameColor (2) 

Change the color of the cell frame:

In[3]:=
ResourceFunction["CreateTitleSlide"]["Notebook-Based Presentations", CellFrameColor -> Darker[Cyan]]

FontColor (2) 

Change the color of the text:

In[4]:=
ResourceFunction["CreateTitleSlide"]["Notebook-Based Presentations", FontColor -> Red]

FontFamily (2) 

Change the font family with option FontFamily:

In[5]:=
ResourceFunction["CreateTitleSlide"]["Notebook-Based Presentations", FontFamily -> "Roboto"]

FontSize (2) 

Change the font size of the text:

In[6]:=
ResourceFunction["CreateTitleSlide"]["Notebook-Based Presentations", FontSize -> 50]

Possible Issues (2) 

The cell bracket is hidden by default for a nice look. If required (e.g. for copying the cell), it can be made visible using the cell option ShowCellBracket:

In[7]:=
ResourceFunction["CreateTitleSlide"]["Notebook-Based Presentations"]
In[8]:=
SetOptions[PreviousCell[], ShowCellBracket -> True]

Publisher

Kunal Khadke

Version History

  • 1.0.0 – 26 July 2021

License Information