laravel - Is there any way to storing a text with some mathematical formula in database(mysql)? -


i want create website learning mathematics , want save page contents of website involves texts , formulas in database(mysql). how can storing (texts + mathematical formulas)?

i recomend @ tex or latex- allows express complex mathematical formulae standard keyboard - means can store them in mysql regular strings using field types such text or varchar.

from there need library such mathjax render formulae nice , pretty again on output. have @ documentation, contains examples of i'm suggesting :-)


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -