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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -