Articles I've written for customers on IT issues.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.5 KiB

4 years ago
  1. INSTALLATION
  2. If you have downloaded the jmlr bundle using the TeX Directory
  3. Structure (TDS), that is you have downloaded the archive
  4. jmlr.tds.zip containing doc, tex and source directories, you need to
  5. follow the "Installing from TDS" instructions below.
  6. If you have downloaded the following files:
  7. jmlr.dtx
  8. jmlr.ins
  9. You need to follow the "Installing from DTX and INS" instructions
  10. below.
  11. For further information on installing LaTeX packages see:
  12. http://www.tex.ac.uk/cgi-bin/texfaq2html?label=installthings
  13. INSTALLING FROM TDS
  14. ===================
  15. Files in tex and doc directories should go in the corresponding
  16. TEXMF directories (for example, /usr/share/texmf-local/ or
  17. C:\localtexmf\).
  18. *Remember to refresh TeX's database*
  19. Example (on UNIX like systems):
  20. unzip jmlr.tds.zip -d ~/texmf/
  21. texhash ~/texmf/
  22. INSTALLING FROM DTX AND INS
  23. ===========================
  24. Run LaTeX on jmlr.ins to generate jmlr.cls and jmlrbook.cls:
  25. latex jmlr.ins
  26. To create the documentation (jmlr.pdf):
  27. pdflatex jmlr.dtx
  28. makeindex -s gind.ist jmlr.idx
  29. makeindex -s gglo.ist -o jmlr.gls jmlr.glo
  30. pdflatex jmlr.dtx
  31. pdflatex jmlr.dtx
  32. If TEXMF denotes the base directory of your local TeX installation (e.g.
  33. /usr/share/texmf-local/ or C:\localtexmf\) then create the following
  34. directories (if they don't already exist):
  35. TEXMF/doc/latex/jmlr
  36. TEXMF/tex/latex/jmlr
  37. Move the documentation to TEXMF/doc/latex/jmlr/
  38. Move jmlrutils.sty, jmlr.cls and jmlrbook.cls to TEXMF/tex/latex/jmlr/
  39. *Remember to refresh TeX's database*