Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Tikz_Beamer_Document_Options Struct Reference

Options used by Tikz_Scene beamer/handout export helpers. More...

#include <tikzgeom_scene.H>

Collaboration diagram for Aleph::Tikz_Beamer_Document_Options:
[legend]

Public Attributes

std::string class_options = "aspectratio=169"
 beamer class options (for example aspectratio=169).
 
std::string frame_options = "t"
 Frame options passed to \\begin{frame}[...].
 
std::string frame_title = "TikZ Scene"
 Frame title used by scene exports.
 
bool hide_navigation_symbols = true
 Whether to hide navigation symbols (\\setbeamertemplate).
 
std::string extra_preamble
 Extra LaTeX preamble lines inserted before \\begin{document}.
 

Detailed Description

Options used by Tikz_Scene beamer/handout export helpers.

Definition at line 55 of file tikzgeom_scene.H.

Member Data Documentation

◆ class_options

std::string Aleph::Tikz_Beamer_Document_Options::class_options = "aspectratio=169"

beamer class options (for example aspectratio=169).

Definition at line 58 of file tikzgeom_scene.H.

Referenced by main(), TEST(), TEST(), TEST(), and TEST().

◆ extra_preamble

std::string Aleph::Tikz_Beamer_Document_Options::extra_preamble

Extra LaTeX preamble lines inserted before \\begin{document}.

Definition at line 66 of file tikzgeom_scene.H.

◆ frame_options

std::string Aleph::Tikz_Beamer_Document_Options::frame_options = "t"

Frame options passed to \\begin{frame}[...].

Definition at line 60 of file tikzgeom_scene.H.

◆ frame_title

std::string Aleph::Tikz_Beamer_Document_Options::frame_title = "TikZ Scene"

Frame title used by scene exports.

Definition at line 62 of file tikzgeom_scene.H.

Referenced by main().

◆ hide_navigation_symbols

bool Aleph::Tikz_Beamer_Document_Options::hide_navigation_symbols = true

Whether to hide navigation symbols (\\setbeamertemplate).

Definition at line 64 of file tikzgeom_scene.H.


The documentation for this struct was generated from the following file: