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/README27
1 files changed, 23 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/README b/Master/texmf-dist/doc/latex/disser/README
index 48049b4615f..9d75d81ccc4 100644
--- a/Master/texmf-dist/doc/latex/disser/README
+++ b/Master/texmf-dist/doc/latex/disser/README
@@ -1,9 +1,23 @@
Overview
--------
-This is a LaTeX document class and set of templates for creating dissertations.
+disser is a LaTeX document class and set of templates for creating dissertations.
It is oriented on Russian-speaking users.
+Dependencies
+------------
+
+This class uses the third party packages. It is recommended to install all of
+the following: amssymb, amsmath, graphicx, natbib, floatflt, pscyr, hyperref,
+hypernat, subfig, caption, cmap
+
+Getting latest version
+----------------------
+
+You can obtain the latest version of the package from SVN-repository.
+Just install Subversion (if you don't have one) and run the following command:
+> svn export https://svn.sourceforge.net/svnroot/disser/ ./disser-latest
+
Installation
------------
@@ -24,14 +38,19 @@ Manually
> mkdir /path/to/texmf/tex/latex/disser
2. Generate class files
+> cd src
> latex disser.ins
-3. Copy disser.cls and *.rtx
-> cp disser.cls *.rtx /path/to/texmf/tex/latex/disser
+3. Copy *.cls and *.rtx to destination directory
+> cp *.cls *.rtx /path/to/texmf/tex/latex/disser
+
+4. Copy disser.dvi to documentation directory
+> cp *.cls *.rtx /path/to/texmf/doc/latex/disser
-4. Refresh filename database
+5. Refresh filename database
> mktexlsr
+
License
-------