![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <DocumentThread.hh>
Public Types | |
| using | ColorMap = std::map<std::string, std::string> |
Public Member Functions | |
| Prefs (bool use_defaults=false) | |
| void | save () |
Public Attributes | |
| int | font_step |
| bool | highlight |
| bool | is_registered |
| bool | is_anonymous |
| std::map< std::string, ColorMap > | colours |
| std::string | git_path |
| std::string | python_path |
| bool | move_into_new_cell |
| bool | tab_completion |
| bool | microtex |
| bool | auto_close_latex |
Private Attributes | |
| nlohmann::json | data |
| std::string | config_path |
| using cadabra::DocumentThread::Prefs::ColorMap = std::map<std::string, std::string> |
| DocumentThread::Prefs::Prefs | ( | bool | use_defaults = false | ) |
| void DocumentThread::Prefs::save | ( | ) |
| bool cadabra::DocumentThread::Prefs::auto_close_latex |
| std::map<std::string, ColorMap> cadabra::DocumentThread::Prefs::colours |
|
private |
|
private |
| int cadabra::DocumentThread::Prefs::font_step |
| std::string cadabra::DocumentThread::Prefs::git_path |
| bool cadabra::DocumentThread::Prefs::highlight |
| bool cadabra::DocumentThread::Prefs::is_anonymous |
| bool cadabra::DocumentThread::Prefs::is_registered |
| bool cadabra::DocumentThread::Prefs::microtex |
| bool cadabra::DocumentThread::Prefs::move_into_new_cell |
| std::string cadabra::DocumentThread::Prefs::python_path |
| bool cadabra::DocumentThread::Prefs::tab_completion |