diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -91,21 +91,18 @@ Please read first the reference page on this matter: | |||
91 | 91 | ||
92 | 1. Edit root's `.profile` file and add the path to the binaries, | 92 | 1. Edit root's `.profile` file and add the path to the binaries, |
93 | like so (replace here and below `<yyyy>` with the actual year): | 93 | like so (replace here and below `<yyyy>` with the actual year): |
94 | |||
95 | ```sh | 94 | ```sh |
96 | # insert this line: | 95 | # insert this line: |
97 | TLBIN=/usr/local/texlive/<yyyy>/bin/custom | 96 | TLBIN=/usr/local/texlive/<yyyy>/bin/custom |
98 | # modify this line like so: | 97 | # modify this line like so: |
99 | PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:$TLBIN:/usr/local/sbin:/usr/local/bin | 98 | PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:$TLBIN:/usr/local/sbin:/usr/local/bin |
100 | ``` | 99 | ``` |
101 | |||
102 | Make sure to insert `$TLBIN` *before* `/usr/local/bin`. Then do | 100 | Make sure to insert `$TLBIN` *before* `/usr/local/bin`. Then do |
103 | the same in other users' `.profile` files. | 101 | the same in other users' `.profile` files. |
104 | 102 | ||
105 | 2. Edit `/etc/man.conf` (copy `/etc/examples/man.conf` to `/etc` if | 103 | 2. Edit `/etc/man.conf` (copy `/etc/examples/man.conf` to `/etc` if |
106 | this file doesn't exist) and add the manpath to TL man files, | 104 | this file doesn't exist) and add the manpath to TL man files, |
107 | like so: | 105 | like so: |
108 | |||
109 | ``` | 106 | ``` |
110 | manpath /usr/share/man | 107 | manpath /usr/share/man |
111 | manpath /usr/X11R6/man | 108 | manpath /usr/X11R6/man |
@@ -115,7 +112,6 @@ Please read first the reference page on this matter: | |||
115 | 112 | ||
116 | 3. Symlink `texlive-fontconfig.conf` file to | 113 | 3. Symlink `texlive-fontconfig.conf` file to |
117 | `/etc/fonts/conf.d/09-texlive.conf` and update the font cache: | 114 | `/etc/fonts/conf.d/09-texlive.conf` and update the font cache: |
118 | |||
119 | ```sh | 115 | ```sh |
120 | cd /etc/fonts/conf.d | 116 | cd /etc/fonts/conf.d |
121 | ln -sf /usr/local/texlive/<yyyy>/texmf-var/fonts/conf/texlive-fontconfig.conf 09-texlive.conf | 117 | ln -sf /usr/local/texlive/<yyyy>/texmf-var/fonts/conf/texlive-fontconfig.conf 09-texlive.conf |