| File | Date | Author | Commit |
|---|---|---|---|
| include | 2020-02-29 |
|
[0ed18a] Fix ps_book target |
| src | 2019-05-11 |
|
[12a518] Use MathTime Pro fonts package directly from te... |
| templates | 2020-02-29 |
|
[f646b6] templates: fix numerous compilation issues |
| templates-utf8 | 2020-02-29 |
|
[f646b6] templates: fix numerous compilation issues |
| .gitignore | 2019-05-11 |
|
[554086] Add .lof extension to .gitignore |
| ChangeLog | 2017-03-04 |
|
[1b21c4] Fix documentation and .gitignore |
| Makefile | 2017-03-06 |
|
[aa93a9] Makefiles: fix 'srcdist' target |
| README-ru.md | 2019-03-24 |
|
[735adf] fix github link |
| README.md | 2019-03-24 |
|
[735adf] fix github link |
| nomake.cmd | 2017-03-06 |
|
[aa93a9] Makefiles: fix 'srcdist' target |
This package provides LaTeX classes, bibliography styles and document templates for typesetting dissertations and author's abstracts that satisfy the requirements of dissertation councils and High Certification Commission of Russian Federation.
For installation from sources and compilation of the documents you will need the following third-party packages: amsfonts, amsmath, amssymb, caption, cmap, graphicx, ifpdf, natbib, hyperref, hypernat, subcaption, wrapfig, and packages for russian language support in LaTeX.
For typesetting documents using Times font family you should install the following packages: pscyr or cyrtimes (text fonts), newtxmath or mtpro2 (math fonts).
For automated processing of figures you should install the following programs: Ghostscript, epstool and sam2p.
ZIP file with sources can be downloaded from http://www.ctan.org/get/macros/latex/contrib/disser.zip
ZIP file with compiled sources and documentation sorted in a TDS (TeX Directory Structure) tree is available on Sourceforge (see disser-<version>.tds.zip file in Downloads section).
This is the easiest and recommended way to install the package. The ZIP file disser-<version>.tds.zip contains files sorted in a TDS tree, so you can directly unpack this file to directory with your TeX installation.
Example:
$ cd /path/to/texmf
$ unzip /download/path/disser-<version>.tds.zip
$ mktexlsr
Enter the following commands in the command prompt:
- in a Unix-like environment:
$ env DESTDIR=/path/to/texmf make install
$ set DESTDIR=disk:\path\to\texmf
$ nomake install
Here /path/to/texmf and disk:\path\to\texmf are paths to your local TeX directory tree. After installation you should update the filename database with the command
$ mktexlsr
if you install the package to user's directory "%APPDATA%\MiKTeX\2.9" or
$ mktexlsr --admin
if you install the package to one of the common directories, like "%programfiles%\MiKTeX 2.9" or "%ALLUSERSPROFILE%\MiKTeX\2.9".
Examples of commands for MiKTeX 2.9.
$ set DESTDIR=%ALLUSERSPROFILE%\MiKTeX\2.9
$ nomake install
$ mktexlsr --admin
$ set DESTDIR=%APPDATA%\MiKTeX\2.9
$ nomake install
$ mktexlsr
Copyright (c) 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.