File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 10
10
` latexify ` is a Python package to compile a fragment of Python source code to a
11
11
corresponding $\LaTeX$ expression:
12
12
13
- ![ Example of latexify usage] ( example.jpg )
13
+ ![ Example of latexify usage] ( https://github.com/google/latexify_py/blob/main/ example.jpg)
14
14
15
15
` latexify ` provides the following functionalities:
16
16
@@ -34,13 +34,17 @@ corresponding $\LaTeX$ expression:
34
34
35
35
## Getting started
36
36
37
- See the [ example notebook] ( examples/latexify_examples.ipynb ) , which provides several
37
+ See the
38
+ [ example notebook] ( https://github.com/google/latexify_py/blob/main/example.jpg ) ,
39
+ which provides several
38
40
use-cases of this library.
39
41
40
42
You can also try the above notebook on
41
43
[ Google Colaboratory] ( https://colab.research.google.com/github/google/latexify_py/blob/main/examples/latexify_examples.ipynb ) .
42
44
43
- See also the official [ documentation] ( docs/index.md ) for more details.
45
+ See also the official
46
+ [ documentation] ( https://github.com/google/latexify_py/blob/main/docs/index.md )
47
+ for more details.
44
48
45
49
## How to Contribute
46
50
You can’t perform that action at this time.
0 commit comments