Changes between Version 1 and Version 2 of user/nicolasmartin/DepsInstall
- Timestamp:
- 2019-06-25T14:48:54+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user/nicolasmartin/DepsInstall
v1 v2 9 9 {{{#!box width='50em' 10 10 11 = [Make a fresh custom installation ]11 = [Make a fresh custom installation, less than 100Mb] 12 12 13 13 1. Download the latest installer from http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz 14 14 15 2. Untar the archive and launch 15 2. Untar the archive and launch \\ 16 16 {{{#!console 17 $ ./install-tl --portable17 $ ./install-tl 18 18 }}} 19 Add `--portable` option if you plan to build a standalone installation to copy on a remote server 19 20 20 21 3. At least, choose the minimal scheme and follow the hints from [https://en.wikibooks.org/wiki/LaTeX/Installation#Custom_installation_with_TeX_Live the LaTex wikibook] … … 25 26 = !Finish/Update the installation 26 27 27 4. Install the requested $LaTeX$ packages from source:/NEMO/trunk/doc/requirements_latex.txt28 4. Install the requested LaTeX packages from source:/NEMO/trunk/doc/latex/DEPS 28 29 {{{#!console 29 $ tlmgr install $( cat requirements_latex.txt)30 $ tlmgr install $( cat path/to/DEPS ) 30 31 }}} 31 or add the missing ones32 and/or add the missing ones 32 33 {{{#!console 33 34 $ tlmgr install [...] 34 35 }}} 35 36 36 5. Check the compilation of $LaTeX$ document(s) 37 5. Check the compilation of LaTeX document(s) 38 39 }}} 40 41 {{{#!box width='50em' 42 43 = 37 44 38 45 6. Copy the installation directory