diff options
-rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -73,7 +73,7 @@ Please read first the reference page on this matter: | |||
73 | 3. Import the public key used to sign the archive: | 73 | 3. Import the public key used to sign the archive: |
74 | 74 | ||
75 | ```sh | 75 | ```sh |
76 | gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7 | 76 | gpg --keyserver hkps://keys.openpgp.org --recv 1773E9248085C8C7 |
77 | ``` | 77 | ``` |
78 | 78 | ||
79 | 4. Clone this git repository and fetch the binaries: | 79 | 4. Clone this git repository and fetch the binaries: |
@@ -91,8 +91,13 @@ Please read first the reference page on this matter: | |||
91 | ``` | 91 | ``` |
92 | 92 | ||
93 | 5. TeX Live can be installed as root or as a normal user. Make a | 93 | 5. TeX Live can be installed as root or as a normal user. Make a |
94 | decision, then proceed with the installation, as per the | 94 | decision, then do: |
95 | instructions displayed on the terminal. | 95 | |
96 | ```sh | ||
97 | cd .. | ||
98 | ``` | ||
99 | and proceed with the installation, as per the instructions | ||
100 | displayed on the terminal. | ||
96 | 101 | ||
97 | 6. Post-install actions. (What follows assumes that the installation | 102 | 6. Post-install actions. (What follows assumes that the installation |
98 | has been performed as root. Adapt.) At the end of the | 103 | has been performed as root. Adapt.) At the end of the |
@@ -101,6 +106,7 @@ Please read first the reference page on this matter: | |||
101 | 106 | ||
102 | 1. Edit root's `.profile` file and add the path to the binaries, | 107 | 1. Edit root's `.profile` file and add the path to the binaries, |
103 | like so (replace here and below `<yyyy>` with the actual year): | 108 | like so (replace here and below `<yyyy>` with the actual year): |
109 | |||
104 | ```sh | 110 | ```sh |
105 | # insert this line: | 111 | # insert this line: |
106 | TLBIN=/usr/local/texlive/<yyyy>/bin/custom | 112 | TLBIN=/usr/local/texlive/<yyyy>/bin/custom |
@@ -113,6 +119,7 @@ Please read first the reference page on this matter: | |||
113 | 2. Edit `/etc/man.conf` (copy `/etc/examples/man.conf` to `/etc` if | 119 | 2. Edit `/etc/man.conf` (copy `/etc/examples/man.conf` to `/etc` if |
114 | this file doesn't exist) and add the manpath to TL man files, | 120 | this file doesn't exist) and add the manpath to TL man files, |
115 | like so: | 121 | like so: |
122 | |||
116 | ``` | 123 | ``` |
117 | manpath /usr/share/man | 124 | manpath /usr/share/man |
118 | manpath /usr/X11R6/man | 125 | manpath /usr/X11R6/man |
@@ -122,6 +129,7 @@ Please read first the reference page on this matter: | |||
122 | 129 | ||
123 | 3. Symlink `texlive-fontconfig.conf` file to | 130 | 3. Symlink `texlive-fontconfig.conf` file to |
124 | `/etc/fonts/conf.d/09-texlive.conf` and update the font cache: | 131 | `/etc/fonts/conf.d/09-texlive.conf` and update the font cache: |
132 | |||
125 | ```sh | 133 | ```sh |
126 | cd /etc/fonts/conf.d | 134 | cd /etc/fonts/conf.d |
127 | ln -sf /usr/local/texlive/<yyyy>/texmf-var/fonts/conf/texlive-fontconfig.conf 09-texlive.conf | 135 | ln -sf /usr/local/texlive/<yyyy>/texmf-var/fonts/conf/texlive-fontconfig.conf 09-texlive.conf |