I would like to use a special notation in LaTeX, namely the “product integral” symbol.
Apparently, the \prodi command from the prodint package does the job. The package seems to be available in the form of a zip file at the following page http://www.math.leidenuniv.nl/~gill/ (near the end of the page).
Can someone explain me how I can load the package from that zip file ?
Thank you in advance !
The file that you linked to is a named “prodint.zip”, but is actually a gzipped tarball. The unzipping process is depends on your operating system.
Mac OS X
Mac OS X 10.3 or later have a built0in utility that opens gzipped files and untars archives. You can just double click on the file.
Windows
This is from the gzip home page:
Unix (including Mac from the Terminal)
Type and run the following command (the
$is the unix prompt, not part of the command):If that doesn’t work, try this sequence:
Now that you’ve unarchived the files you will probably want to know how to install them so that your TeX can see them. That also will depend on your operating system and tex distribution. Read the file
prodint.readmethat is in the archive and TUG’s Installing Tex Fonts page.PS You can find an entire community on the TeX StackExchange, where no TeX-related question is too small.