summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-01-04 23:06:01 +0000
committerKarl Berry <karl@freefriends.org>2015-01-04 23:06:01 +0000
commit7f00c0580f8fed85794a60b91f4181e1be2f276b (patch)
tree326988889429f9b7db44dea6cbf7f0d983613e20 /Master/texmf-dist/doc/latex/disser
parentd3d6df9cf5bf065e19b4311e859ceb0c815a6870 (diff)
disser (4jan15)
git-svn-id: svn://tug.org/texlive/trunk@35960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser')
-rw-r--r--Master/texmf-dist/doc/latex/disser/ChangeLog14
-rw-r--r--Master/texmf-dist/doc/latex/disser/README66
-rw-r--r--Master/texmf-dist/doc/latex/disser/README.ru41
-rw-r--r--Master/texmf-dist/doc/latex/disser/manual.tex2
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/Makefile66
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex19
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex8
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/candidate/autoref.tex4
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex5
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/doctor/autoref.tex4
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/doctor/thesis.tex5
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex8
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex8
13 files changed, 133 insertions, 117 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/ChangeLog b/Master/texmf-dist/doc/latex/disser/ChangeLog
index bcca04706eb..0997ef38cdd 100644
--- a/Master/texmf-dist/doc/latex/disser/ChangeLog
+++ b/Master/texmf-dist/doc/latex/disser/ChangeLog
@@ -1,7 +1,19 @@
disser changelog
-Copyright (C) 2004-2014 Stanislav Kruchinin
+Copyright (C) 2015 Stanislav Kruchinin
-------------------------------------------
+Summary of changes in version 1.3.1 (2015-01-03):
+
+Classes and styles:
+* Fix bug due to undefined \@Asbuk in recent 'babel' package.
++ Package 'natbib' is now optional.
+* Use more recent package 'subcaption' for subfigure captions and
+ references instead of the obsolete 'subfig'.
+
+Templates:
+* Updates for compatibility with 'subcaption' package.
+
+
Summary of changes in version 1.3.0 (2013-12-30):
Classes and styles:
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
diff --git a/Master/texmf-dist/doc/latex/disser/README.ru b/Master/texmf-dist/doc/latex/disser/README.ru
index 1f40ba2c3c0..6c5d7fb6d7b 100644
--- a/Master/texmf-dist/doc/latex/disser/README.ru
+++ b/Master/texmf-dist/doc/latex/disser/README.ru
@@ -1,13 +1,11 @@
1. Введение
-----------
-
Пакет disser предназначен для верстки дипломов, диссертаций и авторефератов
в соответствии с требованиями диссертационных советов и ВАК РФ.
2. Рекомендуемые пакеты и программы
-----------------------------------
-
Для корректной сборки документов в вашем дистрибутиве LaTeX должны быть
установлены следующие пакеты:
amsfonts, amsmath, amssymb, caption, cmap, graphicx, ifpdf, kvoptions,
@@ -23,7 +21,6 @@ nomake.cmd следует установить программы Ghostscript, epstool и sam2p.
3. Получение последней версии
-----------------------------
-
Пакет disser доступен на CTAN:
http://www.ctan.org/tex-archive/macros/latex/contrib/disser/
@@ -52,7 +49,23 @@ ZIP-архив с готовыми файлами и документацией, которые размещены в
4. Установка
------------
-1. Из исходных текстов
+4.1. Из ZIP-архива со скомпилированными файлами
+
+Этот способ установки наиболее прост и является рекомендуемым.
+Файл disser-<version>.tds.zip содержит собранные файлы классов и
+документации, поэтому его можно просто распаковать в каталог TeX.
+
+Пример для Unix-подобных окружений:
+ cd /путь/к/texmf
+ unzip /путь/к/файлу/disser-<version>.tds.zip
+ mktexlsr
+
+Пример для Windows:
+ cd диск:\путь\к\texmf
+ unzip диск:\путь\к\файлу\disser-<version>.tds.zip
+ mktexlsr
+
+4.2. Из исходных текстов
Для установки необходимо перейти в каталог с распакованными исходными
текстами и выполнить следующие команды
@@ -81,26 +94,10 @@ ZIP-архив с готовыми файлами и документацией, которые размещены в
mktexlsr
-2. Из ZIP-архива со скомпилированными файлами
-
-Файл disser-<version>.tds.zip содержит собранные файлы классов и
-документации, поэтому его можно просто распаковать в каталог TeX.
-
-Пример для Unix-подобных окружений:
- cd /путь/к/texmf
- unzip /путь/к/файлу/disser-<version>.tds.zip
- mktexlsr
-
-Пример для Windows:
- cd диск:\путь\к\texmf
- unzip диск:\путь\к\файлу\disser-<version>.tds.zip
- mktexlsr
-
-
5. Лицензия
-----------
-Цопыригхт (ц) 2004-2013 Станислав Кручинин
+Цопыригхт (ц) 2004-2015 Станислав Кручинин
Ит маы бе дистрибутед анд/ор модифиед ундер тхе
цондитионс оф тхе ЛаТеХ Пройецт Публиц Лиценсе, еитхер версион 1.3
@@ -112,4 +109,4 @@ ZIP-архив с готовыми файлами и документацией, которые размещены в
Тхис програм ис дистрибутед ин тхе хопе тхат ит вилл бе усефул,
бут ВИТХОУТ АНЫ ВАРРАНТЫ; витхоут евен тхе имплиед варранты оф
-МЕРЧАНТАБИЛИТЫ ор ФИТНЕСС ФОР А ПАРТИЦУЛАР ПУРПОСЕ.
+МЕРЧАНТАБИЛИТЫ ор ФИТНЕСС ФОР А ПАРТИЦУЛАР ПУРПОСЕ. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/disser/manual.tex b/Master/texmf-dist/doc/latex/disser/manual.tex
index b0e702ae05d..39422a0fa47 100644
--- a/Master/texmf-dist/doc/latex/disser/manual.tex
+++ b/Master/texmf-dist/doc/latex/disser/manual.tex
@@ -55,7 +55,7 @@
\let\makelabel\deflabel}
}{\end{list}}
-\def\fileversion{1.3.0}
+\def\fileversion{1.3.1}
\sloppy
\begin{document}
diff --git a/Master/texmf-dist/doc/latex/disser/templates/Makefile b/Master/texmf-dist/doc/latex/disser/templates/Makefile
index d2f0065d728..26d6545a84f 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/Makefile
+++ b/Master/texmf-dist/doc/latex/disser/templates/Makefile
@@ -1,33 +1,33 @@
-#
-# Makefile for documents and templates
-# Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
-#
-
-TARGET ?= thesis
-TEXMF ?= /usr/share/texmf
-DESTDIR ?= $(TEXMF)
-DOCDIR ?= $(DESTDIR)/doc/latex/disser
-
-dvi clean figclean bmtoeps epstopdf fixbb pdftopng256 pdftotiffg4 ps ps_2on1 pdf pdf_2on1 html srcdist all allpdf:
- @$(MAKE) -i -C bachelor $@
- @$(MAKE) -i -C specialist $@
- @$(MAKE) -i -C master $@
- @$(MAKE) -i -C candidate $@
- @$(MAKE) -i -C doctor $@
-
-help:
- @$(MAKE) -s -C candidate $@ ;\
- echo " install install templates" ;\
- echo " uninstall uninstall templates" ;\
- echo " reinstall reinstall templates"
-
-install:
- cp -rf ../templates $(DOCDIR) ;\
- cp -rf ../include $(DOCDIR)
-
-uninstall:
- -rm -rf $(DOCDIR)/templates
- -rm -rf $(DOCDIR)/include
- -rmdir $(DOCDIR)
-
-reinstall: uninstall install
+#
+# Makefile for documents and templates
+# Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
+#
+
+TARGET ?= thesis
+TEXMF ?= /usr/share/texmf
+DESTDIR ?= $(TEXMF)
+DOCDIR ?= $(DESTDIR)/doc/latex/disser
+
+dvi clean figclean bmtoeps epstopdf fixbb pdftopng256 pdftotiffg4 ps ps_2on1 pdf pdf_2on1 html srcdist all allpdf:
+ @$(MAKE) -i -C bachelor $@
+ @$(MAKE) -i -C specialist $@
+ @$(MAKE) -i -C master $@
+ @$(MAKE) -i -C candidate $@
+ @$(MAKE) -i -C doctor $@
+
+help:
+ @$(MAKE) -s -C candidate $@ ;\
+ echo " install install templates" ;\
+ echo " uninstall uninstall templates" ;\
+ echo " reinstall reinstall templates"
+
+install:
+ cp -rf ../templates $(DOCDIR) ;\
+ cp -rf ../include $(DOCDIR)
+
+uninstall:
+ -rm -rf $(DOCDIR)/templates
+ -rm -rf $(DOCDIR)/include
+ -rmdir $(DOCDIR)
+
+reinstall: uninstall install
diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex b/Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex
index 8b595410219..3aeac8623ca 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex
@@ -72,24 +72,27 @@ Perelman_2003_math:0307245,Nielsen_2010_1006.2735,patent1,patent2}. Ссылка на фо
\begin{figure}[!ht]
\centering
\begin{minipage}{5cm}
- \centering
\includegraphics[width=4cm]{fig}
\end{minipage}
- \quad
\begin{minipage}{5cm}
- \centering
\includegraphics[width=4cm]{fig}
\end{minipage}
\caption{Рисунки с единым названием}
\end{figure}
-Ссылка на внутренний рисунок (рис.~\ref{f:sub1})
+Ссылка на внутренний рисунок (рис.~\ref{f:sub1}).
\begin{figure}[!ht]
- \centering
- \subfloat[][]{\label{f:sub1}\includegraphics[width=4cm]{fig}}\quad
- \subfloat[][]{\label{f:sub2}\includegraphics[width=4cm]{fig}}\quad
- \subfloat[][]{\label{f:sub3}\includegraphics[width=4cm]{fig}}
+\centering
+ \begin{minipage}{5cm}
+ \includegraphics[width=4cm]{fig}\subcaption{}\label{f:sub1}
+ \end{minipage}
+ \begin{minipage}{5cm}
+ \includegraphics[width=4cm]{fig}\subcaption{}\label{f:sub2}
+ \end{minipage}
+ \begin{minipage}{5cm}
+ \includegraphics[width=4cm]{fig}\subcaption{}\label{f:sub3}
+ \end{minipage}
\caption[]{%
Рисунки с единым названием и подчиненной нумерацией:
\subref{f:sub1} ссылка 1,
diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
index ef95cb7daba..43ea6535bf4 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
@@ -1,10 +1,11 @@
\documentclass[%
bachelor, % тип документа
-subf, % подключить и настроить пакет subfig для вложенной нумерации рисунков
-href, % подключить и настроить пакет hyperref
+natbib, % использовать пакет natbib для "сжатия" цитирований
+subf, % использовать пакет subcaption для вложенной нумерации рисунков
+href, % использовать пакет hyperref для создания гиперссылок
colorlinks=true % цветные гиперссылки
-%,times % шрифт Times как основной
%,fixint=false % отключить прямые знаки интегралов
+%,times % шрифт Times как основной
]{disser}
\usepackage[
@@ -14,6 +15,7 @@ colorlinks=true % цветные гиперссылки
\usepackage[T2A]{fontenc}
\usepackage[cp1251]{inputenc}
\usepackage[english,russian]{babel}
+%\usepackage{tabularx,longtable}
\ifpdf\usepackage{epstopdf}\fi
% Плавающие рисунки "в оборку".
diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/autoref.tex b/Master/texmf-dist/doc/latex/disser/templates/candidate/autoref.tex
index 0e5f6745cd1..2858f44bd73 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/candidate/autoref.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/autoref.tex
@@ -1,7 +1,7 @@
\documentclass[%
autoref, % тип документа
-subf, % подключить и настроить пакет subfig для вложенной нумерации рисунков
-href, % подключить и настроить пакет hyperref
+natbib, % использовать пакет natbib для "сжатия" цитирований
+href, % использовать пакет hyperref для создания гиперссылок
facsimile, % отображать факсимиле диссертанта и ученого секретаря
colorlinks=true % цветные гиперссылки
%,fixint=false % отключить прямые знаки интегралов
diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex
index d101052a4ae..2b52725c9f7 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex
@@ -1,7 +1,8 @@
\documentclass[%
candidate, % тип документа
-subf, % подключить и настроить пакет subfig для вложенной нумерации рисунков
-href, % подключить и настроить пакет hyperref
+natbib, % использовать пакет natbib для "сжатия" цитирований
+subf, % использовать пакет subcaption для вложенной нумерации рисунков
+href, % использовать пакет hyperref для создания гиперссылок
colorlinks=true % цветные гиперссылки
%,times % шрифт Times как основной
%,fixint=false % отключить прямые знаки интегралов
diff --git a/Master/texmf-dist/doc/latex/disser/templates/doctor/autoref.tex b/Master/texmf-dist/doc/latex/disser/templates/doctor/autoref.tex
index 7bf486ada35..28a0078f620 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/doctor/autoref.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/doctor/autoref.tex
@@ -1,7 +1,7 @@
\documentclass[%
autoref, % тип документа
-subf, % подключить и настроить пакет subfig для вложенной нумерации рисунков
-href, % подключить и настроить пакет hyperref
+natbib, % использовать пакет natbib для "сжатия" цитирований
+href, % использовать пакет hyperref для создания гиперссылок
facsimile, % отображать факсимиле диссертанта и ученого секретаря
colorlinks=true % цветные гиперссылки
%,fixint=false % отключить прямые знаки интегралов
diff --git a/Master/texmf-dist/doc/latex/disser/templates/doctor/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/doctor/thesis.tex
index c63f3f3fb96..8d3804aa249 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/doctor/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/doctor/thesis.tex
@@ -1,7 +1,8 @@
\documentclass[%
doctor, % тип документа
-subf, % подключить и настроить пакет subfig для вложенной нумерации рисунков
-href, % подключить и настроить пакет hyperref
+natbib, % использовать пакет natbib для "сжатия" цитирований
+subf, % использовать пакет subcaption для вложенной нумерации рисунков
+href, % использовать пакет hyperref для создания гиперссылок
colorlinks=true % цветные гиперссылки
%,times % шрифт Times как основной
%,fixint=false % отключить прямые знаки интегралов
diff --git a/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex
index f92bc2fe566..9f31bf48d52 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex
@@ -1,10 +1,11 @@
\documentclass[%
master, % тип документа
-subf, % подключить и настроить пакет subfig для вложенной нумерации рисунков
-href, % подключить и настроить пакет hyperref
+natbib, % использовать пакет natbib для "сжатия" цитирований
+subf, % использовать пакет subcaption для вложенной нумерации рисунков
+href, % использовать пакет hyperref для создания гиперссылок
colorlinks=true % цветные гиперссылки
-%,times % шрифт Times как основной
%,fixint=false % отключить прямые знаки интегралов
+%,times % шрифт Times как основной
]{disser}
\usepackage[
@@ -14,6 +15,7 @@ colorlinks=true % цветные гиперссылки
\usepackage[T2A]{fontenc}
\usepackage[cp1251]{inputenc}
\usepackage[english,russian]{babel}
+%\usepackage{tabularx,longtable}
\ifpdf\usepackage{epstopdf}\fi
% Номера страниц снизу и по центру
diff --git a/Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex
index 718de3ac14d..3f7410090e3 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex
@@ -1,10 +1,11 @@
\documentclass[%
specialist, % тип документа
-subf, % подключить и настроить пакет subfig для вложенной нумерации рисунков
-href, % подключить и настроить пакет hyperref
+natbib, % использовать пакет natbib для "сжатия" цитирований
+subf, % использовать пакет subcaption для вложенной нумерации рисунков
+href, % использовать пакет hyperref для создания гиперссылок
colorlinks=true % цветные гиперссылки
-%,times % шрифт Times как основной
%,fixint=false % отключить прямые знаки интегралов
+%,times % шрифт Times как основной
]{disser}
\usepackage[
@@ -14,6 +15,7 @@ colorlinks=true % цветные гиперссылки
\usepackage[T2A]{fontenc}
\usepackage[cp1251]{inputenc}
\usepackage[english,russian]{babel}
+%\usepackage{tabularx,longtable}
\ifpdf\usepackage{epstopdf}\fi
% Номера страниц снизу и по центру