doc(syntax_highlight_in_latex.md): use bitbucket.org/leanprover/pygments-main
[skip ci]
This commit is contained in:
parent
421a30d75c
commit
eec57bef33
1 changed files with 7 additions and 9 deletions
|
@ -5,16 +5,16 @@ It requires a Python package `Pygments` and a LaTeX package `minted`.
|
|||
Python Package: `Pygments`
|
||||
--------------------------
|
||||
|
||||
Checkout [Pygments development repository][pygments-dev] and build Pygments:
|
||||
Checkout [Leanprover's Pygments repository][lean-pygments] and build Pygments:
|
||||
|
||||
```bash
|
||||
hg clone https://bitbucket.org/birkenfeld/pygments-main/
|
||||
hg clone https://bitbucket.org/leanprover/pygments-main
|
||||
cd pygments-main
|
||||
make mapfiles
|
||||
sudo ./setup.py install
|
||||
````
|
||||
|
||||
[pygments-dev]: https://bitbucket.org/birkenfeld/pygments-main
|
||||
[lean-pygments]: https://bitbucket.org/leanprover/pygments-main
|
||||
|
||||
|
||||
LaTeX package: `minted`
|
||||
|
@ -68,6 +68,4 @@ Some remarks:
|
|||
Contribute
|
||||
----------
|
||||
|
||||
Please fork [Leonardo de Moura's Pygments repository][pygments-lean], improve it, and make a pull-request.
|
||||
|
||||
[pygments-lean]: https://bitbucket.org/leodemoura/pygments-main
|
||||
Please fork [Leanprover's Pygments repository][lean-pygments], improve it, and make a pull-request.
|
||||
|
|
Loading…
Reference in a new issue