From b8633f416cd58410b8659d5344e5a04dc87acd89 Mon Sep 17 00:00:00 2001 From: odashi Date: Mon, 25 Mar 2024 10:08:15 +0000 Subject: [PATCH] fix readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61622a8..3bc8576 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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