How to write equations using HTML for Web page, and blog!
As a simple manner, I would like to use <img> tag for writing equations.
From the equation web site in this case "CodeCogs: Online LaTex Equation Editor (http://latex.codecogs.com/)", equations can be written in the form of images.
In order to use this method, basically you need to know LaTex equation grammar.
Here is useful contents for LaTex equation grammar! (https://www.codecogs.com/latex/eqneditor.php)
Here is the simplified grammar!
<img src="http://latex.codecogs.com/(file type).latex? \options (equations)"/>
-> file type means the type of files such as png, jpg, svg, and etc.
-> options would be background color, font, and etc.
-> equations means latex equation!
* Example 1
<img src="http://latex.codecogs.com/svg.latex? \dpi{150} x^{2}"/>
-> Result

* Example 2
When you want to write equations in the middle of the sentence.
In the sentence <img style="vertical-align:middle" src="http://latex.codecogs.com/svg.latex? \dpi{150} x^{2}"/> with word!
-> Result
In the sentence
with word
Thanks!
JF
From the equation web site in this case "CodeCogs: Online LaTex Equation Editor (http://latex.codecogs.com/)", equations can be written in the form of images.
In order to use this method, basically you need to know LaTex equation grammar.
Here is useful contents for LaTex equation grammar! (https://www.codecogs.com/latex/eqneditor.php)
Here is the simplified grammar!
<img src="http://latex.codecogs.com/(file type).latex? \options (equations)"/>
-> file type means the type of files such as png, jpg, svg, and etc.
-> options would be background color, font, and etc.
-> equations means latex equation!
* Example 1
<img src="http://latex.codecogs.com/svg.latex? \dpi{150} x^{2}"/>
-> Result
* Example 2
When you want to write equations in the middle of the sentence.
In the sentence <img style="vertical-align:middle" src="http://latex.codecogs.com/svg.latex? \dpi{150} x^{2}"/> with word!
-> Result
In the sentence
Thanks!
JF
댓글
댓글 쓰기