#include <iostream>#include <fstream>#include "base-text-renderer.h"#include "builtin-defun-decls.h"#include "dim-vector.h"#include "error.h"#include "graphics.h"#include "file-ops.h"#include "interpreter.h"#include "interpreter-private.h"#include "oct-env.h"#include "oct-process.h"
Go to the source code of this file.
Classes | |
| class | latex_renderer |
Functions | |
| base_text_renderer * | make_latex_text_renderer (void) |
| std::string | quote_string (std::string str) |
| base_text_renderer* make_latex_text_renderer | ( | void | ) |
Definition at line 525 of file latex-text-renderer.cc.
| std::string quote_string | ( | std::string | str | ) |
Definition at line 47 of file latex-text-renderer.cc.
Referenced by latex_renderer::latex_renderer(), and latex_renderer::render().