summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/README')
-rw-r--r--Master/texmf-dist/doc/latex/disser/README43
1 files changed, 24 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/README b/Master/texmf-dist/doc/latex/disser/README
index cb3e15c2eef..98cdad0d40b 100644
--- a/Master/texmf-dist/doc/latex/disser/README
+++ b/Master/texmf-dist/doc/latex/disser/README
@@ -1,19 +1,25 @@
Overview
--------
-disser is a LaTeX document class and set of templates for creating
-dissertations and author's abstracts that would satisfy requirements of
-dissertation counsils and High Certification Commission of Russian Federation.
+The "disser" package provides LaTeX classes, bibliography styles and document
+templates for typesetting dissertations and author's abstracts that would
+satisfy requirements of dissertation councils and High Certification
+Commission of Russian Federation.
-Dependencies
-------------
+Recommended packages and programs
+---------------------------------
+
+It is recommended to install the following third party LaTeX packages:
+amsfonts, amsmath, amssymb, caption, cmap, graphicx, ifpdf, natbib,
+oberdiek, hyperref, hypernat, subfig, wrapfig, and packages for russian
+language support in LaTeX.
-This class uses third party packages. It is recommended to install all of
-the following:
-amsfonts, amsmath, amssymb, caption, cmap, graphicx, ifpdf, natbib, oberdiek,
-hyperref, hypernat, pscyr or cyrtimes, txfonts or mtpro, subfig, wrapfig,
-packages for russian language support in LaTeX.
+For typesetting documents using Times font family you should install
+pscyr or cyrtimes (text fonts), txfonts or mtpro (math fonts).
+
+For automated processing of figures you should install the following programs:
+Ghostscript, epstool and sam2p.
Downloads and updates
@@ -47,20 +53,21 @@ autogenerated archive from one of these mirrors:
Installation
------------
-1. Installation from sources using GNU Make or nomake.cmd scripts
+1. Installation from sources
In Unix-like environment:
- env TEXMF=/path/to/texmf make install
- mktexlsr
+ env DESTDIR=/path/to/texmf make install
In Windows:
- set TEXMF=\path\to\texmf
+ set DESTDIR=disk:\path\to\texmf
nomake install
- mktexlsr
-/path/to/texmf is the full path to your TeX distribution.
+Here /path/to/texmf is the path to TeX directory tree.
+
+After installation you should update the filename database with the command
+ mktexlsr
-2. Installation with ZIP file in TDS format
+2. Installation from ZIP archive in TDS format
The ZIP file disser.tds.zip contains files sorted in a TDS tree. This means
you can directly unpack this file inside directory with your TeX installation.
@@ -68,8 +75,6 @@ you can directly unpack this file inside directory with your TeX installation.
Example:
cd /path/to/texmf
unzip /download/path/disser.tds.zip
-
-After unpacking you should refresh file name database.
mktexlsr