File tree Expand file tree Collapse file tree 1 file changed +15
-19
lines changed Expand file tree Collapse file tree 1 file changed +15
-19
lines changed Original file line number Diff line number Diff line change @@ -26,26 +26,22 @@ ______________________________________________________________________
2626
27271 . ** Place the Package:**
2828 Unzip ` latex4ei.zip ` (from the package download) and move the entire ` latex4ei ` folder into the root of your repository.
29-
30- If you want to permamently install our package, copy the `latex4ei` folder into your tex-distribution directory
3129
32- 1. **Windows**
33-
34- Copy files to `C:\texlive\XXXX\texmf-dist\tex\latex\latex4ei`
35-
36- 2. **Linux**
37-
38- ```bash
39- sudo cp -r latex4ei /usr/share/texlive/texmf-dist/tex/latex/latex4ei
40- sudo mktexlsr
41- ```
42-
43- 3. **Mac OS X**
44-
45- ```bash
46- cp -r latex4ei /usr/local/texlive/texmf-local/tex/latex/latex4ei
47- ```
48-
30+ If you want to ** permanently install** our package, copy the ` latex4ei ` folder into your TeX distribution directory.
31+
32+ - ** Windows**
33+ ``` bash
34+ Copy files to C:\t exlive\X XXX\t exmf-dist\t ex\l atex\l atex4ei
35+ ```
36+ - ** Linux**
37+ ``` bash
38+ sudo cp -r latex4ei /usr/share/texlive/texmf-dist/tex/latex/latex4ei
39+ sudo mktexlsr
40+ ```
41+ - ** Mac OS X**
42+ ``` bash
43+ cp -r latex4ei /usr/local/texlive/texmf-local/tex/latex/latex4ei
44+ ```
4945
5046### 2. Update Environment (if using GitHub Actions)
5147
You can’t perform that action at this time.
0 commit comments