Newer
Older
ouexam / INSTALL
nstanger on 14 Aug 2008 1 KB - Updated version number.
  1. ********************************************************************************
  2. **
  3. ** File: $Id$
  4. **
  5. ********************************************************************************
  6.  
  7. ouexam 2.1.2 Requirements and Installation
  8. ==========================================
  9.  
  10. You will need Rainer Schopf's verbatim package in order to use ouexam.
  11. This should come standard with most TeX installations. To build the
  12. documentation and example files, you will need at least version 1.1 of
  13. the listings package, and GhostScript.
  14.  
  15. To install the easy way:
  16.  
  17. 1 Unpack the distribution archive and cd to the distribution
  18. directory.
  19.  
  20. 2 make
  21. 3 make install TEXMF_INSTALL=/path/to/texmf.
  22. /path/to/texmf should be the root of your preferred texmf tree
  23. (e.g., /usr/share/texmf). You may need to do this as root
  24. depending on which texmf tree you are installing into. You can
  25. also define TEXMF_INSTALL as an environment variable then simply
  26. type make install.
  27.  
  28. To install manually, unpack the distribution archive, cd to the
  29. distribution directory, and do the following (now you know why there's a
  30. Makefile :)
  31.  
  32. latex ouexam.ins
  33. latex example1.tex
  34. latex example1.tex
  35. dvips -pp 1 -E -o eg1-1.eps example1.dvi
  36. dvips -pp 2 -E -o eg1-2.eps example1.dvi
  37. dvips -pp 3 -E -o eg1-3.eps example1.dvi
  38. latex example2.tex
  39. latex example2.tex
  40. dvips -pp 2 -E -o eg2-2.eps example2.dvi
  41. dvips -pp 3 -E -o eg2-3.eps example2.dvi
  42. dvips -pp 4 -E -o eg2-4.eps example2.dvi
  43. dvips -pp 5 -E -o eg2-5.eps example2.dvi
  44. latex ouexam.dtx
  45. latex ouexam.dtx
  46. latex ouexam.dtx
  47. dvips -o ouexam.ps ouexam.dvi
  48. ps2pdf ouexam.ps
  49. dvips -o example1.ps example1.dvi
  50. ps2pdf example1.ps
  51. dvips -o example2.ps example2.dvi
  52. ps2pdf example2.ps
  53.  
  54. Put ouexam.cls in /path/to/texmf/tex/latex/ouexam.
  55.  
  56. Put eg*.eps, ouexam.pdf, ouexam.dvi, ouexam.dtx, ouexam.ins, FAQ,
  57. INSTALL, MANIFEST, README and TODO in /path/to/texmf/doc/latex/ouexam.
  58.  
  59. Put Create*.eps, example*.tex, example*.dvi, example*.pdf and
  60. lstlang0.sty in /path/to/texmf/doc/latex/ouexam/example.