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/README66
1 files changed, 31 insertions, 35 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/README b/Master/texmf-dist/doc/latex/disser/README
index 48249322775..52a48bff675 100644
--- a/Master/texmf-dist/doc/latex/disser/README
+++ b/Master/texmf-dist/doc/latex/disser/README
@@ -2,18 +2,17 @@
---------------
This package provides LaTeX classes, bibliography styles and document
-templates for typesetting dissertations and author's abstracts that would
-satisfy the requirements of dissertation councils and High Certification
-Commission of Russian Federation.
+templates for typesetting dissertations and author's abstracts which satisfy
+the requirements of dissertation councils and High Certification Commission of
+Russian Federation.
2. Required packages and programs
---------------------------------
-
-For installation and working with documents you will need the following
-third-party packages:
+For installation from sources and compilation of the documents you will need
+the following third-party packages:
amsfonts, amsmath, amssymb, caption, cmap, graphicx, ifpdf, kvoptions, natbib,
-hyperref, hypernat, subfig, wrapfig, and packages for russian language support
+hyperref, hypernat, subcaption, wrapfig, and packages for russian language support
in LaTeX.
For typesetting documents using Times font family you should install the
@@ -26,53 +25,63 @@ Ghostscript, epstool and sam2p.
3. Downloads and updates
------------------------
-
-Disser is available on CTAN:
+Package 'disser' is available on CTAN:
http://www.ctan.org/tex-archive/macros/latex/contrib/disser/
Project page at Sourceforge:
http://sourceforge.net/projects/disser/
-ZIP file with sources can be downloaded at:
+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
-(look for disser-<version>.tds.zip file in Downloads section):
+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):
http://sourceforge.net/projects/disser/
Public source code repositories of this project:
- http://mercurial.intuxication.org/hg/disser/
http://bitbucket.org/sky/disser/
http://disser.hg.sourceforge.net/hgweb/disser/
The latest revision of package source code can be obtained by downloading
autogenerated archive from one of these mirrors:
- http://mercurial.intuxication.org/hg/disser/archive/tip.zip
http://bitbucket.org/sky/disser/get/tip.zip
4. Installation
---------------
-1. Installation from sources
+4.1. Installation from ZIP archive in TDS format
+
+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
+
+4.2. Installation from sources
Enter the following commands in the command prompt
in a Unix-like environment:
env DESTDIR=/path/to/texmf make install
-in Windows:
+in Windows command line prompt:
set DESTDIR=disk:\path\to\texmf
nomake install
-Here /path/to/texmf and disk:\path\to\texmf are paths to TeX directory
-tree. After installation you should update the filename database with the
-command
+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".
@@ -88,23 +97,10 @@ Installation for current user only:
nomake install
mktexlsr
-
-2. Installation from ZIP archive in TDS format
-
-The ZIP file disser-<version>.tds.zip contains files sorted in a TDS tree.
-This means you can directly unpack this file inside directory with your TeX
-installation.
-
-Example:
- cd /path/to/texmf
- unzip /download/path/disser-<version>.tds.zip
- mktexlsr
-
-
5. License
----------
-Copyright (c) 2004-2013 Stanislav Kruchinin
+Copyright (c) 2004-2015 Stanislav Kruchinin
It may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
@@ -116,4 +112,4 @@ 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.
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. \ No newline at end of file