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 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://disser.svn.sourceforge.net/svnroot/disser/ ./disser-latest Installation ------------ Automatically Unix-like environment: > env TEXMF=/путь/к/texmf make install > mktexlsr Windows: > set texmf= > 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-2008 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.