VerticalText Command

VerticalText( <Text> )

Creates a LaTeX text, containing the given text rotated 90° counter-clockwise.

  • The text needs to be enclosed in double quotes ".

  • The text is rotated such that the top left corner (also known as Corner 4) of the box containing it is placed at the origin of the coordinate system.

  • VerticalText("a = 5") creates the LaTeX text "a = 5" displayed vertically, with its top left corner at (0,0)

VerticalText( <Text>, <Point> )

Creates at the given point a LaTeX text, containing the given text rotated 90° counter-clockwise.

  • VerticalText("GeoGebra", (6, 6)) creates the LaTeX text "GeoGebra" displayed vertically, with its top left corner at (6,6)