GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
19
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
ouexam
Browse code
- Added missing installation instructions.
master
OUEXAM_2_4_2
OUEXAM_2_4_1
OUEXAM_2_4
OUEXAM_2_3_2
OUEXAM_2_3_1
OUEXAM_2_3
OUEXAM_2_2
OUEXAM_2_1_3_FINAL
OUEXAM_2_1_3
OUEXAM_2_1_2
OUEXAM_2_1_1
OUEXAM_2_1
1 parent
93390c1
commit
34684573d14751e177740d5e90bf2e7cedd819dd
nstanger
authored
on 16 Apr 2004
Patch
Showing
1 changed file
INSTALL
Ignore Space
Show notes
View
INSTALL
******************************************************************************** ** ** File: $Id$ ** ******************************************************************************** ouexam 2.1 Requirements and Installation ======================================== You will need Rainer Schopf's verbatim package in order to use ouexam. This should come standard with most TeX installations. To build the documentation and example files, you will need at least version 1.1 of the listings package, and GhostScript. To install the easy way: 1 Unpack the distribution archive and cd to the distribution directory. 2 make 3 make install TEXMF_INSTALL=/path/to/texmf. /path/to/texmf should be the root of your preferred texmf tree (e.g., /usr/share/texmf). You may need to do this as root depending on which texmf tree you are installing into. You can also define TEXMF_INSTALL as an environment variable then simply type make install. To install manually, unpack the distribution archive, cd to the distribution directory, and do the following (now you know why there's a Makefile :) latex ouexam.ins latex example1.tex latex example1.tex dvips -pp 1 -E -o eg1-1.eps example1.dvi dvips -pp 2 -E -o eg1-2.eps example1.dvi dvips -pp 3 -E -o eg1-3.eps example1.dvi latex example2.tex latex example2.tex dvips -pp 2 -E -o eg2-2.eps example2.dvi dvips -pp 3 -E -o eg2-3.eps example2.dvi dvips -pp 4 -E -o eg2-4.eps example2.dvi dvips -pp 5 -E -o eg2-5.eps example2.dvi latex ouexam.dtx latex ouexam.dtx latex ouexam.dtx dvips -o ouexam.ps ouexam.dvi ps2pdf ouexam.ps dvips -o example1.ps example1.dvi ps2pdf example1.ps dvips -o example2.ps example2.dvi ps2pdf example2.ps Put ouexam.cls in /path/to/texmf/tex/latex/ouexam. Put eg*.eps, ouexam.pdf, ouexam.dvi, ouexam.dtx, ouexam.ins, FAQ, INSTALL, MANIFEST, README and TODO in /path/to/texmf/doc/latex/ouexam. Put Create*.eps, example*.tex, example*.dvi, example*.pdf and lstlang0.sty in /path/to/texmf/doc/latex/ouexam/example.
******************************************************************************** ** ** File: $Id$ ** ******************************************************************************** ouexam 2.1 Requirements and Installation ======================================== You will need Rainer Schopf's verbatim package in order to use ouexam. This should come standard with most TeX installations. To build the documentation and example files, you will need at least version 1.1 of the listings package, and GhostScript. To install the easy way: 1 Unpack the distribution archive and cd to the distribution directory. 2 make 3 make install TEXMF_INSTALL=/path/to/texmf. /path/to/texmf should be the root of your preferred texmf tree (e.g., /usr/share/texmf). You may need to do this as root depending on which texmf tree you are installing into. You can also define TEXMF_INSTALL as an environment variable then simply type make install. To install manually, unpack the distribution archive, cd to the distribution directory, and do the following (now you know why there's a Makefile :) latex ouexam.ins latex example1.tex latex example1.tex dvips -pp 1 -E -o eg1-1.eps example1.dvi dvips -pp 2 -E -o eg1-2.eps example1.dvi dvips -pp 3 -E -o eg1-3.eps example1.dvi latex example2.tex latex example2.tex dvips -pp 2 -E -o eg2-2.eps example2.dvi dvips -pp 3 -E -o eg2-3.eps example2.dvi dvips -pp 4 -E -o eg2-4.eps example2.dvi dvips -pp 5 -E -o eg2-5.eps example2.dvi latex ouexam.dtx latex ouexam.dtx latex ouexam.dtx dvips -o ouexam.ps ouexam.dvi ps2pdf ouexam.ps dvips -o example1.ps example1.dvi ps2pdf example1.ps dvips -o example2.ps example2.dvi ps2pdf example2.ps
Show line notes below