GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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"
Include dependency graph for latex-text-renderer.cc:

Go to the source code of this file.

Classes

class  latex_renderer
 

Functions

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

Function Documentation

◆ make_latex_text_renderer()

base_text_renderer* make_latex_text_renderer ( void  )

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

◆ quote_string()

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