View source: R/gamsequation2tex.R
gamsequation2tex | R Documentation |
Convert a gams equation into latex code
gamsequation2tex(x)
x |
GAMS equation provided as character |
GAMS equation converted to latex code
Jan Philipp Dietrich
goxygen
x <- "eq_1 .. v_a =e= sum(j,v_b(j)*((1-s_c)+sum(cell(i,j),v_d(i)/f_d(i))));"
cat(gamsequation2tex(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.