1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
Overview
--------
disser is a LaTeX document class and set of templates for creating
dissertations. It is oriented on Russian-speaking users.
Dependencies
------------
This class uses many third party packages. It is recommended to install all of
the following:
amsfonts, amsmath, amssymb, caption, cmap, graphicx, hyperref, hypernat,
multibib, natbib, oberdiek, pscyr (or cyrtimes), subfig, txfonts (or mtpro),
wrapfig.
Getting latest version
----------------------
Project repository can be found at
http://mercurial.intuxication.org/hg/disser/
http://freehg.org/u/stkr/disser/
The latest version of package can be obtained by downloading one of these
autogenerated archives:
http://mercurial.intuxication.org/hg/disser/archive/tip.zip
Installation
------------
Automatically
Unix-like environment:
> env TEXMF=/path/to/texmf make install
> mktexlsr
Windows:
> set texmf=<path to texmf or localtexmf>
> nomake install
> mktexlsr
Manually
1. Make directory for class.
> mkdir /path/to/texmf/tex/latex/disser
2. Generate class files.
> cd src
> latex disser.ins
3. Build documentation.
> latex disser.dtx
> makeindex -r disser
> latex disser.dtx
> latex disser.dtx
> latex gost732.dtx
> latex gost732.dtx
> pdflatex disser.dtx
> pdflatex disser.dtx
> pdflatex gost732.dtx
> pdflatex gost732.dtx
4. Copy *.cls and *.rtx to destination directory.
> cp *.cls *.rtx /path/to/texmf/tex/latex/disser
5. Copy disser.dvi to documentation directory.
> cp *.cls *.rtx /path/to/texmf/doc/latex/disser
6. Refresh filename database.
> mktexlsr
License
-------
Copyright (c) 2004-2009 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.
|