Minsky
|
#include <string>
Go to the source code of this file.
Namespaces | |
minsky | |
Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state changes. | |
Functions | |
string | minsky::latexToPangoNonItalicised (const char *input) |
std::string | minsky::latexToPangoNonItalicised (const std::string &x) |
std::string | minsky::latexToPango (const char *s) |
std::string | minsky::latexToPango (const std::string &x) |
interprets LaTeX sequences within, returning result as UTF-8 containing Pango markup. Only a small subset of LaTeX is implemented. More... | |
string | minsky::defang (char c) |
std::string | minsky::defang (const std::string &s) |