diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-16 19:57:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-16 19:57:36 +0000 |
commit | 494bd0475fd9f4b8ad307a7fb97b96d1f8093936 (patch) | |
tree | 5b95640ef51caa72822a1478b49449c29c009b24 /Master/texmf-dist/doc/latex/disser/README | |
parent | 7c71adc8d8bd0bf2195bb57a46f7029642681503 (diff) |
disser 1.1.3 (6nov09)
git-svn-id: svn://tug.org/texlive/trunk@16036 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/disser/README | 43 |
1 files changed, 24 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/README b/Master/texmf-dist/doc/latex/disser/README index cb3e15c2eef..98cdad0d40b 100644 --- a/Master/texmf-dist/doc/latex/disser/README +++ b/Master/texmf-dist/doc/latex/disser/README @@ -1,19 +1,25 @@ Overview -------- -disser is a LaTeX document class and set of templates for creating -dissertations and author's abstracts that would satisfy requirements of -dissertation counsils and High Certification Commission of Russian Federation. +The "disser" package provides LaTeX classes, bibliography styles and document +templates for typesetting dissertations and author's abstracts that would +satisfy requirements of dissertation councils and High Certification +Commission of Russian Federation. -Dependencies ------------- +Recommended packages and programs +--------------------------------- + +It is recommended to install the following third party LaTeX packages: +amsfonts, amsmath, amssymb, caption, cmap, graphicx, ifpdf, natbib, +oberdiek, hyperref, hypernat, subfig, wrapfig, and packages for russian +language support in LaTeX. -This class uses third party packages. It is recommended to install all of -the following: -amsfonts, amsmath, amssymb, caption, cmap, graphicx, ifpdf, natbib, oberdiek, -hyperref, hypernat, pscyr or cyrtimes, txfonts or mtpro, subfig, wrapfig, -packages for russian language support in LaTeX. +For typesetting documents using Times font family you should install +pscyr or cyrtimes (text fonts), txfonts or mtpro (math fonts). + +For automated processing of figures you should install the following programs: +Ghostscript, epstool and sam2p. Downloads and updates @@ -47,20 +53,21 @@ autogenerated archive from one of these mirrors: Installation ------------ -1. Installation from sources using GNU Make or nomake.cmd scripts +1. Installation from sources In Unix-like environment: - env TEXMF=/path/to/texmf make install - mktexlsr + env DESTDIR=/path/to/texmf make install In Windows: - set TEXMF=\path\to\texmf + set DESTDIR=disk:\path\to\texmf nomake install - mktexlsr -/path/to/texmf is the full path to your TeX distribution. +Here /path/to/texmf is the path to TeX directory tree. + +After installation you should update the filename database with the command + mktexlsr -2. Installation with ZIP file in TDS format +2. Installation from ZIP archive in TDS format The ZIP file disser.tds.zip contains files sorted in a TDS tree. This means you can directly unpack this file inside directory with your TeX installation. @@ -68,8 +75,6 @@ you can directly unpack this file inside directory with your TeX installation. Example: cd /path/to/texmf unzip /download/path/disser.tds.zip - -After unpacking you should refresh file name database. mktexlsr |