File tree Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -5,36 +5,22 @@ Supporting LaTeX infrastructure for Jupyter Book
5
5
This repository is a ** development** project to improve LaTeX support
6
6
in ` Jupyter Book ` .
7
7
8
- Getting Started
9
- ------------
8
+ ## Get started
10
9
11
- 1 . Clone this repository
10
+ To get started with ` jupyterbook-latex ` , first install it through ` pip ` :
12
11
13
12
```
14
- git fork https://github.com/executablebooks/ jupyterbook-latex.git
13
+ pip install jupyterbook-latex
15
14
```
16
15
17
- 2 . Install using the setup file
18
-
19
- ```
20
- cd jupyterbook-latex
21
- python setup.py install
22
- ```
23
-
24
- 3 . Add jupyterbook-latex to the ` config.yml ` file in your jupyterbook projects:
16
+ then, add ` jupyterbook_latex ` to the ` config.yml ` file in your jupyterbook projects:
25
17
26
18
```
27
19
sphinx:
28
20
extra_extensions:
29
21
- jupyterbook_latex
30
22
```
31
23
32
- or ` conf.py ` in your sphinx projects:
33
-
34
- ```
35
- extensions = ['jupyterbook_latex']
36
- ```
37
-
38
24
Issues
39
25
------
40
26
You can’t perform that action at this time.
0 commit comments