@@ -22,31 +22,31 @@ Getting Started on Mac OS X
22
22
Install the `MacTeX distribution <http://tug.org/mactex/ >`_.
23
23
24
24
If you are on a slow network, you'll want to get the `BasicTeX package <http://tug.org/mactex/morepackages.html >`_ instead,
25
- then run the following command to install the other packages that the draft requires:
25
+ then run the following command to install the other packages that the draft requires::
26
26
27
27
sudo tlmgr install latexmk isodate substr relsize ulem fixme rsfs extract layouts enumitem l3packages l3kernel imakeidx splitindex xstring
28
28
29
29
---------------------------------------
30
30
Getting Started on Debian-based Systems
31
31
---------------------------------------
32
32
33
- Install the following packages:
33
+ Install the following packages::
34
34
35
35
sudo apt-get install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
36
36
37
37
-------------------------
38
38
Getting Started on Fedora
39
39
-------------------------
40
40
41
- Install the following packages:
41
+ Install the following packages::
42
42
43
43
dnf install latexmk texlive texlive-isodate texlive-relsize texlive-ulem texlive-fixme texlive-extract texlive-l3kernel texlive-l3packages texlive-splitindex texlive-imakeidx
44
44
45
45
-----------------------------
46
46
Getting Started on Arch Linux
47
47
-----------------------------
48
48
49
- Install the following packages:
49
+ Install the following packages::
50
50
51
51
pacman -S make texlive-latexextra texlive-binextra texlive-plaingeneric texlive-fontsrecommended
52
52
0 commit comments