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/README50
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/README b/Master/texmf-dist/doc/latex/disser/README
new file mode 100644
index 00000000000..48049b4615f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/README
@@ -0,0 +1,50 @@
+Overview
+--------
+
+This is a LaTeX document class and set of templates for creating dissertations.
+It is oriented on Russian-speaking users.
+
+Installation
+------------
+
+Automatically
+
+Unix-like environment:
+> make && make TEXMF=/path/to/texmf install
+> mktexlsr
+
+Windows NT:
+> set texmf=<path to texmf or localtexmf>
+> nomake & nomake install
+> mktexlsr
+
+Manually
+
+1. Make directory for class
+> mkdir /path/to/texmf/tex/latex/disser
+
+2. Generate class files
+> latex disser.ins
+
+3. Copy disser.cls and *.rtx
+> cp disser.cls *.rtx /path/to/texmf/tex/latex/disser
+
+4. Refresh filename database
+> mktexlsr
+
+License
+-------
+
+Copyright (c) 2004-2007 Stanislav Kruchinin
+
+It may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2003/12/01 or later.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.