|
@@ -27,26 +27,25 @@ unclean folder structure of your project *and* has to be redone for any future
|
27
|
27
|
project.
|
28
|
28
|
|
29
|
29
|
The perhaps best way would be local user wide install. This is done by placing
|
30
|
|
-the bundle's folders `MRTalone`, `MRTbeam`, `MRTif`, `MRTlmscale`, `MRTsfacc`,
|
31
|
|
-`MRTtab`, `MRTthesis`, `MRTutil` and `MRTwuline` in your local TeX-tree. For TeX
|
32
|
|
-Live on Unix this would by default be `/home/<user>/texmf/` therein the packages
|
33
|
|
-should belong in `tex/latex/MRTbundle`. The documentation should be placed in
|
34
|
|
-`/home/<user>/texmf/doc/latex/MRTbundle` but this is *optional*. For other OSes
|
35
|
|
-and TeX distributions the paths may vary. You can get the correct path to your
|
36
|
|
-user specific folder by running `kpsewhich -var TEXMFHOME` in your terminal (at
|
37
|
|
-least if you're running TeX Live).
|
|
30
|
+the bundle's folders `MRTalone`, `MRTbeam`, `MRTif`, `MRTlmscale`,
|
|
31
|
+`MRTresources`, `MRTsfacc`, `MRTtab`, `MRTthesis`, `MRTutil` and `MRTwuline` in
|
|
32
|
+your local TeX-tree. For TeX Live on Unix this would by default be
|
|
33
|
+`/home/<user>/texmf/` therein the packages should belong in
|
|
34
|
+`tex/latex/MRTbundle`. For other OSes and TeX distributions the paths may vary.
|
|
35
|
+You can get the correct path to your user specific folder by running `kpsewhich
|
|
36
|
+-var TEXMFHOME` in your terminal (at least if you're running TeX Live).
|
38
|
37
|
|
39
|
38
|
The third option would be a system wide installation. For this you need admin
|
40
|
39
|
rights. Place the files in the system wide TeX-tree (again in Unix with TeX Live
|
41
|
|
-located in `/usr/local/texlive/texmf-local/`) therein put all folders
|
42
|
|
-belonging to an included package or class in `tex/latex/MRTbundle`. The
|
43
|
|
-documentation would belong in
|
44
|
|
-`/usr/local/texlive/texmf-local/doc/latex/MRTbundle`. The correct folder can be
|
45
|
|
-determined by running `kpsewhich -var TEXMFLOCAL`. Again installation of
|
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.
|
|
40
|
+located in `/usr/local/texlive/texmf-local/`) therein put all folders belonging
|
|
41
|
+to an included package or class in `tex/latex/MRTbundle`. The correct folder
|
|
42
|
+can be determined by running `kpsewhich -var TEXMFLOCAL`. After you placed the
|
|
43
|
+files in the system folders you'd have to update your directory indices by
|
|
44
|
+running `mktexlsr` as root. The correct installation can be checked by running
|
|
45
|
+`kpsewhich MRTthesis.cls` or for any other provided package or class.
|
|
46
|
+
|
|
47
|
+Installing the documentation in the respective `doc` folder can be done but
|
|
48
|
+there is no benefit to it, so why bothering.
|
50
|
49
|
|
51
|
50
|
### Licensing ###
|
52
|
51
|
|