diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-30 16:42:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-30 16:42:27 +0000 |
commit | e80bc7d79084da75417e8364b1bae2d0fbd30781 (patch) | |
tree | eb6d8b3d4f66250c1bca15488440532b6851cf83 /Master/texmf-dist/doc/latex/disser/README | |
parent | f743e5375a0cf6ae12b3a7137584eb7f3b8eab7b (diff) |
disser update (29apr08)
git-svn-id: svn://tug.org/texlive/trunk@7743 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 | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/README b/Master/texmf-dist/doc/latex/disser/README index 2d4afc5baf4..4bf10cf2c59 100644 --- a/Master/texmf-dist/doc/latex/disser/README +++ b/Master/texmf-dist/doc/latex/disser/README @@ -18,7 +18,7 @@ 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://svn.sourceforge.net/svnroot/disser/ ./disser-latest +> svn export https://disser.svn.sourceforge.net/svnroot/disser/ ./disser-latest Installation @@ -27,37 +27,49 @@ Installation Automatically Unix-like environment: -> make TEXMF=/path/to/texmf install +> env TEXMF=/путь/к/texmf make install > mktexlsr Windows: > set texmf=<path to texmf or localtexmf> -> nomake & nomake install +> nomake install > mktexlsr Manually -1. Make directory for class +1. Make directory for class. > mkdir /path/to/texmf/tex/latex/disser -2. Generate class files +2. Generate class files. > cd src > latex disser.ins -3. Copy *.cls and *.rtx to destination directory +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 -4. Copy disser.dvi to documentation directory +5. Copy disser.dvi to documentation directory. > cp *.cls *.rtx /path/to/texmf/doc/latex/disser -5. Refresh filename database +6. Refresh filename database. > mktexlsr License ------- -Copyright (c) 2004-2007 Stanislav Kruchinin +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 |