diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/disser/README | 122 |
1 files changed, 77 insertions, 45 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/README b/Master/texmf-dist/doc/latex/disser/README index 9f215076dee..acf683c182b 100644 --- a/Master/texmf-dist/doc/latex/disser/README +++ b/Master/texmf-dist/doc/latex/disser/README @@ -2,75 +2,107 @@ Overview -------- disser is a LaTeX document class and set of templates for creating -dissertations. It is oriented on Russian-speaking users. +dissertations and author's abstracts that would satisfy requirements of +High Certification Commission of Russian Federation. 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. +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. -Getting latest version ----------------------- +Downloads and updates +--------------------- -Project repository can be found at -http://mercurial.intuxication.org/hg/disser/ -http://freehg.org/u/stkr/disser/ +disser is available on CTAN: + http://www.ctan.org/tex-archive/macros/latex/contrib/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 +Project page at Sourceforge: + http://sourceforge.net/projects/disser/ + +ZIP file with sources can be downloaded at: + 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.tds.zip in Downloads section): + http://sourceforge.net/projects/disser/ + +Source code repositories of disser: + http://mercurial.intuxication.org/hg/disser/ + http://disser.hg.sourceforge.net/hgweb/disser/ + http://bitbucket.org/sky/disser/ + +The latest revision of package can be obtained by downloading this +autogenerated archive: + http://mercurial.intuxication.org/hg/disser/archive/tip.zip Installation ------------ -Automatically +1. Installation from sources using GNU Make or nomake.cmd scripts + +In Unix-like environment: + env TEXMF=/path/to/texmf make install + mktexlsr + +In Windows: + set TEXMF=\path\to\texmf + nomake install + mktexlsr + +/path/to/texmf is the full path to your TeX distribution. + +2. Manual installation from sources + +a. Make directory for class and bibliography style. + mkdir /path/to/texmf/tex/latex/disser + mkdir /path/to/texmf/bibtex/bst/disser + mkdir /path/to/texmf/doc/latex/disser + mkdir /path/to/texmf/doc/bibtex/disser -Unix-like environment: -> env TEXMF=/path/to/texmf make install -> mktexlsr +b. Extract class files from dtx. + cd src + latex disser.ins -Windows: -> set texmf=<path to texmf or localtexmf> -> nomake install -> mktexlsr +c. Build documentation. + pdflatex disser.dtx + makeindex -r disser + pdflatex disser.dtx + pdflatex disser.dtx + pdflatex gost732.dtx + pdflatex gost732.dtx + pdflatex disser-bst.dtx + pdflatex disser-bst.dtx -Manually +d. Copy *.cls and *.rtx. + cp *.cls *.rtx /path/to/texmf/tex/latex/disser + cp disser.bst /path/to/texmf/bibtex/bst/disser -1. Make directory for class. -> mkdir /path/to/texmf/tex/latex/disser +e. Copy documentation. + cp manual.pdf disser.pdf gost732.pdf disser-bst.pdf /path/to/texmf/doc/latex/disser -2. Generate class files. -> cd src -> latex disser.ins +f. Refresh filename database. + mktexlsr -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 +3. Installation with ZIP file in TDS format -5. Copy disser.dvi to documentation directory. -> cp *.cls *.rtx /path/to/texmf/doc/latex/disser +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. -6. Refresh filename database. -> mktexlsr +Example: + cd /path/to/texmf + unzip /download/path/disser.tds.zip +After unpacking you should refresh file name database. + mktexlsr License ------- |