diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/venndiagram/INSTALL')
-rw-r--r-- | Master/texmf-dist/doc/latex/venndiagram/INSTALL | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/venndiagram/INSTALL b/Master/texmf-dist/doc/latex/venndiagram/INSTALL new file mode 100644 index 00000000000..fcc7305bcb1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/venndiagram/INSTALL @@ -0,0 +1,64 @@ +INSTALLATION + +If you have downloaded the venndiagram package using the TeX +Directory Structure (TDS), that is you have downloaded the archive +venndiagram.tds.zip containing doc, tex, scripts and source +directories, you need to follow the "Installing from TDS" +instructions below. + +If you have downloaded the following files: + +venndiagram.dtx +venndiagram.ins + +You need to follow the "Installing from DTX and INS" instructions +below. + +For further information on installing LaTeX packages see: + +http://www.tex.ac.uk/cgi-bin/texfaq2html?label=installthings + +INSTALLING FROM TDS +=================== + +Files in tex and doc directories should go in the corresponding +TEXMF directories (for example, /usr/share/texmf-local/ or +C:\localtexmf\). + +*Remember to refresh TeX's database* + +Example (on UNIX like systems): + +unzip venndiagram.tds.zip -d ~/texmf/ +texhash ~/texmf/ + +INSTALLING FROM DTX AND INS +=========================== + +Run LaTeX on venndiagram.ins to generate the package style file: + +latex venndiagram.ins + +To create the package documentation (venndiagram.pdf): + +pdflatex venndiagram.dtx +makeindex -s gind.ist venndiagram.idx +pdflatex venndiagram.dtx +pdflatex venndiagram.dtx + +If TEXMF denotes the base directory of your local TeX installation (e.g. +/usr/share/texmf-local/ or C:\localtexmf\) then create the following +directories (if they don't already exist): + +TEXMF/doc/latex/venndiagram +TEXMF/doc/latex/venndiagram/samples +TEXMF/tex/latex/venndiagram + +Move the sample file (*.tex) to TEXMF/doc/latex/venndiagram/sample/ + +Move the documentation (*.pdf) to TEXMF/doc/latex/venndiagram/ + +Move style file (*.sty) to TEXMF/tex/latex/venndiagram/ + +*Remember to refresh TeX's database* + |