Installation LaTeX
Base Install
Linux
| Package | Archives | Disk Space |
|---|---|---|
| texlive‑latex‑base | 59 MB | 216 MB |
| texlive‑latex‑recommended | 74 MB | 248 MB |
| texlive‑pictures | 83 MB | 277 MB |
| texlive‑fonts‑recommended | 83 MB | 281 MB |
| texlive | 98 MB | 314 MB |
| texlive‑plain‑generic | 82 MB | 261 MB |
| texlive‑latex‑extra | 144 MB | 452 MB |
| texlive‑full | 2804 MB | 5358 MB |
see also Tex Stack Exchange
texlive-latex-extra
| | : :
+-----------------+ | : :..................
| | : :
v | : v
texlive-pictures | : texlive-plain-generic
| | :
| +----------------+ :...............
| | :
| | texlive :
| | | | | :
| | +----------+ | +----------+ :
| | | | | :
v v v | v v
texlive-latex-recommended | texlive-fonts-recommended
| | :
| | v
| | tipa
| | |
+----------+ | +----------+
| | |
v v v
texlive-latex-base
sudo apt-get install texlive-latex-extra
Windows
- Install MikTeX - https://miktex.org/download
-
MikTeX Packages
-
minted
pip install pygmentsadd Python Scripts to
PATHEnvironment Variable.%USERPROFILE%\AppData\Local\Continuum\anaconda3\Scripts\ -
Install TeXstudio
- Options => Configure TeXstudio => Commands => add Interpreter Flag
-shell-escape - enable line numbers
-
enable white spaces
-
Install Inkscape
Manual Package install
For manual installing *.sty Packages and *.cls Class files.
Warning
For every package create a separate folder
Manual Package Linux
- Find
TEXMFHOMEdirectory
kpsewhich -var-value TEXMFHOME
$(TEXMFHOME)/tex/latex
* Copy paste your *.sty and *.cls
* Update Package index
texhash
Manual Package Windows
- Open MikTeX Console and go to
Settings -> Directories - The
Config,InstallandUserfolder is the location of your Packages:%USERPROFILES%/AppData/Roaming/MikTeX/2.9/ - Inside you have to navigate to
tex/latex/folder %USERPROFILES%/AppData/Roaming/MikTeX/2.9/tex/latex/
- Copy paste your
*.styand*.cls - Update Package index
texhash