1
1
<!DOCTYPE html>
2
2
<!-- built by Dan Lynch in Berkeley and San Francisco -->
3
3
< html lang ="en ">
4
+
4
5
< head >
5
6
< meta charset ="utf-8 ">
6
7
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
12
13
< meta property ="og:title " content ="LaTeX2React Installation ">
13
14
< meta name ="title " content ="LaTeX2React Installation ">
14
15
15
- < meta name ="keywords " content ="Interactive Mathematics Diagrams and Equations, Dan Lynch, UC Berkeley, LaTeX, PSTricks, JavaScript ">
16
- < meta name ="description " http-equiv ="description " content ="Build interactive math equations and diagrams online using LaTeX and PSTricks ">
17
- < meta property ="og:description " content ="Build interactive math equations and diagrams online using LaTeX and PSTricks ">
16
+ < meta name ="keywords "
17
+ content ="Interactive Mathematics Diagrams and Equations, Dan Lynch, UC Berkeley, LaTeX, PSTricks, JavaScript ">
18
+ < meta name ="description " http-equiv ="description "
19
+ content ="Build interactive math equations and diagrams online using LaTeX and PSTricks ">
20
+ < meta property ="og:description "
21
+ content ="Build interactive math equations and diagrams online using LaTeX and PSTricks ">
18
22
< meta property ="og:type " content ="article ">
19
23
< meta property ="og:image " content ="https://latex2js.com/assets/images/share.jpg " />
20
- < meta property ="og:image:secure_url " content ="https://latex2js.com/assets/images/share.jpg " />
21
- < meta property ="og:image:type " content ="image/jpeg " />
22
- < meta property ="og:image:width " content ="1024 " />
23
- < meta property ="og:image:height " content ="768 " />
24
+ < meta property ="og:image:secure_url " content ="https://latex2js.com/assets/images/share.jpg " />
25
+ < meta property ="og:image:type " content ="image/jpeg " />
26
+ < meta property ="og:image:width " content ="1024 " />
27
+ < meta property ="og:image:height " content ="768 " />
24
28
25
29
< meta property ="og:site_name " content ="LaTeX2JS ">
26
30
30
34
< script src ="/assets/js/latex2html5.bundle.js "> </ script >
31
35
32
36
</ head >
37
+
33
38
< body >
34
39
35
- < a href ="https://github.com/pyramation/LaTeX2JS " target ="latexisawesome "> < img style ="position: fixed; z-index: 10000000; top: 0; right: 0; border: 0; " src ="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png " alt ="Fork me on GitHub "> </ a >
40
+ < a href ="https://github.com/pyramation/LaTeX2JS " target ="latexisawesome "> < img
41
+ style ="position: fixed; z-index: 10000000; top: 0; right: 0; border: 0; "
42
+ src ="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png " alt ="Fork me on GitHub "> </ a >
36
43
37
- < a href ="/ "> Home</ a >
38
- < a href ="/examples/index.html "> Examples</ a >
39
- < a href ="/installation/index.html "> Installation</ a >
40
- < a href ="https://github.com/pyramation/LaTeX2JS/tree/master/examples "> Github Examples</ a >
44
+ < a href ="/ "> Home</ a >
45
+ < a href ="/examples/index.html "> Examples</ a >
46
+ < a href ="/installation/index.html "> Installation</ a >
47
+ < a href ="https://github.com/pyramation/LaTeX2JS/tree/master/examples "> Github Examples</ a >
41
48
42
- < div class ="latex-container ">
49
+ < div class ="latex-container ">
43
50
44
- < div class ="centered ">
45
- < h1 > LaTeX2React Installation</ h1 >
46
- </ div >
51
+ < div class ="centered ">
52
+ < h1 > LaTeX2React Installation</ h1 >
53
+ </ div >
47
54
48
55
49
- < div class ="centered ">
50
- < h2 > React</ h2 >
51
- < img src ="/assets/images/react.png " width ="50px ">
52
- </ div >
56
+ < div class ="centered ">
57
+ < h2 > React</ h2 >
58
+ < img src ="/assets/images/react.png " width ="50px ">
59
+ </ div >
53
60
54
- < script type ="text/latex ">
61
+ < script type ="text/latex ">
55
62
1. Install the library !
56
63
57
64
\begin { verbatim}
@@ -61,7 +68,7 @@ <h2>React</h2>
61
68
2. import the { \tt latex2js } CSS file , and the { \tt LaTeX } React component
62
69
63
70
\begin { verbatim }
64
- import 'latex2js/lib/ latex2js.css' ;
71
+ import 'latex2js/latex2js.css' ;
65
72
import { LaTeX } from 'latex2react' ;
66
73
\end { verbatim }
67
74
@@ -85,21 +92,22 @@ <h2>React</h2>
85
92
86
93
</ script >
87
94
88
- < div class ="latex-container ">
89
- < a href ="http://www.mathjax.org " target ="mathjax ">
90
- < img title ="Powered by MathJax "
91
- src ="https://cdn.mathjax.org/mathjax/badge/badge.gif "
92
- border ="0 " alt ="Powered by MathJax " />
93
- </ a >
94
- </ div >
95
+ < div class ="latex-container ">
96
+ < a href ="http://www.mathjax.org " target ="mathjax ">
97
+ < img title ="Powered by MathJax " src ="https://cdn.mathjax.org/mathjax/badge/badge.gif " border ="0 "
98
+ alt ="Powered by MathJax " />
99
+ </ a >
100
+ </ div >
95
101
96
- < div class ="latex-container ">
97
- < p > < a href ="https://www.linkedin.com/in/danielpatricklynch/ " target ="danlynch "> Dan Lynch</ a > © < a href ="https://latex2js.com " target ="latex2js "> LaTeX2JS</ a > 2020 </ p >
98
- </ div >
102
+ < div class ="latex-container ">
103
+ < p > < a href ="https://www.linkedin.com/in/danielpatricklynch/ " target ="danlynch "> Dan Lynch</ a > © < a
104
+ href ="https://latex2js.com " target ="latex2js "> LaTeX2JS</ a > 2020 </ p >
105
+ </ div >
99
106
100
- < script >
101
- LaTeX2HTML5 . init ( ) ;
102
- </ script >
107
+ < script >
108
+ LaTeX2HTML5 . init ( ) ;
109
+ </ script >
103
110
104
111
</ body >
105
- </ html >
112
+
113
+ </ html >
0 commit comments