@@ -22,31 +22,31 @@ Getting Started on Mac OS X
2222Install the `MacTeX distribution <http://tug.org/mactex/ >`_.
2323
2424If 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::
2626
2727 sudo tlmgr install latexmk isodate substr relsize ulem fixme rsfs extract layouts enumitem l3packages l3kernel imakeidx splitindex xstring
2828
2929---------------------------------------
3030Getting Started on Debian-based Systems
3131---------------------------------------
3232
33- Install the following packages:
33+ Install the following packages::
3434
3535 sudo apt-get install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
3636
3737-------------------------
3838Getting Started on Fedora
3939-------------------------
4040
41- Install the following packages:
41+ Install the following packages::
4242
4343 dnf install latexmk texlive texlive-isodate texlive-relsize texlive-ulem texlive-fixme texlive-extract texlive-l3kernel texlive-l3packages texlive-splitindex texlive-imakeidx
4444
4545-----------------------------
4646Getting Started on Arch Linux
4747-----------------------------
4848
49- Install the following packages:
49+ Install the following packages::
5050
5151 pacman -S make texlive-latexextra texlive-binextra texlive-plaingeneric texlive-fontsrecommended
5252
0 commit comments