|
@@ -28,9 +28,9 @@ project.
|
28
|
28
|
|
29
|
29
|
The perhaps best way would be local user wide install. This is done by placing
|
30
|
30
|
the bundle's folders `MRTalone`, `MRTbeam`, `MRTif`, `MRTsfacc`, `MRTtab`,
|
31
|
|
-`MRTthesis` and `MRTwuline` in your local TeX-tree. For TeX Live on Unix this
|
32
|
|
-would by default be `/home/<user>/texmf/` therein the package should belong in
|
33
|
|
-`tex/latex/MRTbundle`. The documentation should be placed in
|
|
31
|
+`MRTthesis`, `MRTutil` and `MRTwuline` in your local TeX-tree. For TeX Live on
|
|
32
|
+Unix this would by default be `/home/<user>/texmf/` therein the packages should
|
|
33
|
+belong in `tex/latex/MRTbundle`. The documentation should be placed in
|
34
|
34
|
`/home/<user>/texmf/doc/latex/MRTbundle` but this is *optional*. For other OSes
|
35
|
35
|
and TeX distributions the paths may vary. You can get the correct path to your
|
36
|
36
|
user specific folder by running `kpsewhich -var TEXMFHOME` in your terminal (at
|
|
@@ -43,10 +43,10 @@ belonging to an included package or class in `tex/latex/MRTbundle`. The
|
43
|
43
|
documentation would belong in
|
44
|
44
|
`/usr/local/texlive/texmf-local/doc/latex/MRTbundle`. The correct folder can be
|
45
|
45
|
determined by running `kpsewhich -var TEXMFLOCAL`. Again installation of
|
46
|
|
-documentation is optional. After you placed the file in the system folders you'd
|
47
|
|
-have to update your directory indices by running `mktexlsr` as root. The correct
|
48
|
|
-installation can be checked by running `kpsewhich MRTthesis.cls` or for any
|
49
|
|
-other provided package or class.
|
|
46
|
+documentation is optional. After you placed the files in the system folders
|
|
47
|
+you'd have to update your directory indices by running `mktexlsr` as root. The
|
|
48
|
+correct installation can be checked by running `kpsewhich MRTthesis.cls` or for
|
|
49
|
+any other provided package or class.
|
50
|
50
|
|
51
|
51
|
### Licensing ###
|
52
|
52
|
|