GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
latex-text-renderer.cc File Reference
#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.

Functions

base_text_renderermake_latex_text_renderer ()
 
std::string quote_string (std::string str)
 

Function Documentation

◆ make_latex_text_renderer()

base_text_renderer * make_latex_text_renderer ( )

Definition at line 524 of file latex-text-renderer.cc.

◆ quote_string()

std::string quote_string ( std::string  str)

Definition at line 47 of file latex-text-renderer.cc.