|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Options used by Tikz_Scene beamer/handout export helpers. More...
#include <tikzgeom_scene.H>
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}. | |
Options used by Tikz_Scene beamer/handout export helpers.
Definition at line 55 of file tikzgeom_scene.H.
| std::string Aleph::Tikz_Beamer_Document_Options::class_options = "aspectratio=169" |
| 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.
| 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.
| 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().
Whether to hide navigation symbols (\\setbeamertemplate).
Definition at line 64 of file tikzgeom_scene.H.