Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
odashi committed Mar 25, 2024
1 parent c2caf5e commit b8633f4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
`latexify` is a Python package to compile a fragment of Python source code to a
corresponding $\LaTeX$ expression:

![Example of latexify usage](example.jpg)
![Example of latexify usage](https://github.com/google/latexify_py/blob/main/example.jpg)

`latexify` provides the following functionalities:

Expand All @@ -34,13 +34,17 @@ corresponding $\LaTeX$ expression:

## Getting started

See the [example notebook](examples/latexify_examples.ipynb), which provides several
See the
[example notebook](https://github.com/google/latexify_py/blob/main/example.jpg),
which provides several
use-cases of this library.

You can also try the above notebook on
[Google Colaboratory](https://colab.research.google.com/github/google/latexify_py/blob/main/examples/latexify_examples.ipynb).

See also the official [documentation](docs/index.md) for more details.
See also the official
[documentation](https://github.com/google/latexify_py/blob/main/docs/index.md)
for more details.

## How to Contribute

Expand Down

0 comments on commit b8633f4

Please sign in to comment.