Minsky
latexMarkup.h File Reference
#include <string>
Include dependency graph for latexMarkup.h:
This graph shows which files directly or indirectly include this file:

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)