summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/disser/templates/doctor
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/disser/templates/doctor
Initial commit
Diffstat (limited to 'macros/latex/contrib/disser/templates/doctor')
-rw-r--r--macros/latex/contrib/disser/templates/doctor/1.tex19
-rw-r--r--macros/latex/contrib/disser/templates/doctor/Makefile30
-rw-r--r--macros/latex/contrib/disser/templates/doctor/a.tex1
-rw-r--r--macros/latex/contrib/disser/templates/doctor/autoref.tex224
-rw-r--r--macros/latex/contrib/disser/templates/doctor/common.tex72
-rw-r--r--macros/latex/contrib/disser/templates/doctor/concl.tex1
-rw-r--r--macros/latex/contrib/disser/templates/doctor/dict.tex4
-rw-r--r--macros/latex/contrib/disser/templates/doctor/fig/Makefile1
-rw-r--r--macros/latex/contrib/disser/templates/doctor/fig/facsimile.eps260
-rw-r--r--macros/latex/contrib/disser/templates/doctor/fig/nomake.cmd1
-rw-r--r--macros/latex/contrib/disser/templates/doctor/fig/sec-facsimile.eps260
-rw-r--r--macros/latex/contrib/disser/templates/doctor/intro.tex49
-rw-r--r--macros/latex/contrib/disser/templates/doctor/nomake.cmd45
-rw-r--r--macros/latex/contrib/disser/templates/doctor/review.tex1
-rw-r--r--macros/latex/contrib/disser/templates/doctor/thesis.bib173
-rw-r--r--macros/latex/contrib/disser/templates/doctor/thesis.tex157
16 files changed, 1298 insertions, 0 deletions
diff --git a/macros/latex/contrib/disser/templates/doctor/1.tex b/macros/latex/contrib/disser/templates/doctor/1.tex
new file mode 100644
index 0000000000..3a748098e2
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/1.tex
@@ -0,0 +1,19 @@
+\chapter{Название главы}
+\section{Название секции}
+
+Внутритекстовая формула $\frac{1}{\epsilon^*}=\frac{1}{\epsilon_\infty}-\frac{1}{\epsilon_0}$.
+\nomenclature{$\epsilon_\infty$}{высокочастотная диэлектрическая проницаемость}
+\nomenclature{$\epsilon_0$}{статическая диэлектрическая проницаемость}
+Внутритекстовая формула в стиле выделенной $\dfrac{1}{\epsilon_\infty}$.
+Ссылки на литературу~\cite{Yoffe_1993_AP_42_173,Efros_1982_FTP_16_7_1209,%
+Anselm_1978,Segall_1968,Agranovich_1983,InP,Mishchenko_1996,Skvortsov_2008,%
+Perelman_2003_math:0307245,Nielsen_2010_1006.2735,patent1,patent2}.
+Ссылка на формулу~\eqref{e:Coulomb}
+\begin{equation}\label{e:Coulomb}
+ \frac{1}{|\vec r_1 - \vec r_2|} =
+ 4\pi \int \frac{d^3 q}{(2\pi)^3}\,
+ \frac{e^{i\vec q(\vec r_1 - \vec r_2)}}{q^2},
+\end{equation}
+где \nomencl{$\vec r_i$}{координата $i$-й частицы}.
+
+\section{Выводы к первой главе} \ No newline at end of file
diff --git a/macros/latex/contrib/disser/templates/doctor/Makefile b/macros/latex/contrib/disser/templates/doctor/Makefile
new file mode 100644
index 0000000000..578ab2bec3
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/Makefile
@@ -0,0 +1,30 @@
+#
+# Makefile for documents and templates
+# Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
+#
+
+TARGET ?= thesis
+BIBTEX ?= bibtex8
+BIBTEXFLAGS ?= -H -c cp1251
+
+include ../../include/latex.mk
+
+all:
+ @env TARGET=thesis $(MAKE) ;\
+ env TARGET=autoref $(MAKE) ;\
+ eval unset TARGET
+
+allpdf:
+ @env TARGET=thesis $(MAKE) pdf ;\
+ env TARGET=autoref $(MAKE) pdf ;\
+ eval unset TARGET
+
+alldvi:
+ @env TARGET=thesis $(MAKE) dvi ;\
+ env TARGET=autoref $(MAKE) dvi ;\
+ eval unset TARGET
+
+help: .help
+ @echo " all build PDF of autoref and thesis" ;\
+ echo " allpdf build PDF of autoref and thesis" ;\
+ echo " alldvi build DVI of autoref and thesis" ;\
diff --git a/macros/latex/contrib/disser/templates/doctor/a.tex b/macros/latex/contrib/disser/templates/doctor/a.tex
new file mode 100644
index 0000000000..fee423fcec
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/a.tex
@@ -0,0 +1 @@
+\chapter{Название приложения}
diff --git a/macros/latex/contrib/disser/templates/doctor/autoref.tex b/macros/latex/contrib/disser/templates/doctor/autoref.tex
new file mode 100644
index 0000000000..85cbfe7c8a
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/autoref.tex
@@ -0,0 +1,224 @@
+\documentclass[%
+autoref, % тип документа
+natbib, % использовать пакет natbib для "сжатия" цитирований
+href, % использовать пакет hyperref для создания гиперссылок
+colorlinks, % цветные гиперссылки
+%times, % шрифт Times как основной
+%fixint, % включить прямые знаки интегралов
+%classified, % гриф секретности
+facsimile, % отображать факсимиле диссертанта и ученого секретаря
+]{disser}
+
+\usepackage[
+ a4paper, mag=1000,
+ left=2.5cm, right=1cm, top=2cm, bottom=2cm, headsep=0.7cm, footskip=1cm
+]{geometry}
+
+\usepackage[intlimits]{amsmath}
+\usepackage{amssymb,amsfonts}
+\usepackage[autostyle]{csquotes}
+
+\usepackage[T2A]{fontenc}
+\usepackage[cp1251]{inputenc}
+\usepackage[english,russian]{babel}
+\usepackage{tabularx}
+\ifpdf\usepackage{epstopdf}\fi
+
+% Номера страниц снизу и по центру
+%\pagestyle{footcenter}
+%\chapterpagestyle{footcenter}
+
+% Точка с запятой в качестве разделителя между номерами цитирований
+%\setcitestyle{semicolon}
+
+% Поддержка нескольких списков литературы в одном документе
+\usepackage{multibib}
+% Создание команд для цитирования собственных работ диссертанта
+% в отдельном разделе. В данном случае ссылка будет иметь вид \citeown{...}.
+\newcites{own}{Список публикаций}
+
+% Путь к файлам с иллюстрациями
+\graphicspath{{fig/}}
+
+\begin{document}
+% Включение файла с общим текстом диссертации и автореферата
+% (текст титульного листа и характеристика работы).
+\input{common}
+
+% номер копии для грифа секретности
+%\copynum{1}
+% класс доступа
+%\classlabel{Для служебного пользования}
+
+\title{АВТОРЕФЕРАТ\\
+диссертации на соискание ученой степени\\
+доктора физико-математических наук}
+
+\maketitle
+
+% Внутренняя сторона обложки
+\thispagestyle{empty}
+\vspace*{-2cm}
+\noindent
+\begin{center}
+Работа выполнена в \emph{название организации}.
+\end{center}
+\vskip1ex\noindent
+\begin{tabularx}{\linewidth}{@{}lX@{}}
+ \textbf{Научный консультант:} & \textbf{фамилия имя отчество}\\
+ & ученая степень, ученое звание\\[6pt]
+ \textbf{Официальные оппоненты:} & \textbf{фамилия имя отчество}\\
+ & ученая степень, ученое звание\\[6pt]
+ & \textbf{фамилия имя отчество}\\
+ & ученая степень, ученое звание\\[6pt]
+ & \textbf{фамилия имя отчество}\\
+ & ученая степень, ученое звание\\[6pt]
+ \textbf{Ведущая организация:} & название организации
+\end{tabularx}
+
+\vskip2ex\noindent
+Защита состоится \datefield{} в \rule[0pt]{1cm}{0.5pt} часов
+на заседании диссертационного совета \emph{шифр совета} при \emph{название
+организации, при которой создан совет}, расположенном по адресу:
+\emph{адрес}
+
+\vskip1ex\noindent
+С диссертацией можно ознакомиться в библиотеке
+\emph{название организации}.
+
+\vskip1ex\noindent
+Автореферат разослан \datefield{}
+
+\vskip2ex\noindent
+Отзывы и замечания по автореферату в двух экземплярах, заверенные
+печатью, просьба высылать по вышеуказанному адресу на имя ученого секретаря
+диссертационного совета.
+
+\vfill\noindent
+\begin{minipage}[b]{0.4\linewidth}
+ Ученый секретарь\\
+ диссертационного совета,\\
+ \emph{ученая степень}, \emph{ученое звание}
+\end{minipage}
+\hfill
+% вставка файла, содержащего факсимиле ученого секретаря
+\makeatletter
+\ifDis@facsimile
+ \includegraphics[width=3cm]{sec-facsimile}\hfill
+\fi%
+\makeatother%
+\emph{фамилия и. о.}
+
+\clearpage
+
+\nsection{Общая характеристика работы}
+
+% Актуальность работы
+\actualitysection
+\actualitytext
+
+% Степень разработанности темы исследования
+\developmentsection
+\developmenttext
+
+% Цели и задачи диссертационной работы
+\objectivesection
+\objectivetext
+
+% Научная новизна
+\noveltysection
+\noveltytext
+
+% Теоретическая и практическая значимость
+\valuesection
+\valuetext
+
+% Методология и методы исследования
+\methodssection
+\methodstext
+
+% Положения, выносимые на защиту
+\resultssection
+\resultstext
+
+% Степень достоверности и апробация результатов
+\approbationsection
+\approbationtext
+
+% Публикации
+\pubsection
+\pubtext
+
+% Личный вклад автора
+\contribsection
+\contribtext
+
+% Структура и объем диссертации
+\structsection
+\structtext
+
+\nsection{Содержание работы}
+
+\textbf{Во Введении} обоснована актуальность диссертационной работы, сформулирована цель и аргументирована научная новизна исследований, показана практическая значимость полученных результатов, представлены выносимые на защиту научные положения.
+
+\textbf{В первой главе} ...
+
+Содержание первой главы.
+
+Результаты первой главы опубликованы в работе~\citeown{Ivanov_1999_Journal_17_173}.
+
+\textbf{Во второй главе} ...
+
+Содержание второй главы.
+
+Результаты второй главы опубликованы в работе~\citeown{Petrov_2001_Journal_23_12321}.
+
+\textbf{В третьей главе} ...
+
+Содержание третьей главы.
+
+Результаты третьей главы опубликованы в работе~\citeown{Sidorov_2002_Journal_32_1531}.
+
+\textbf{В Заключении}
+
+% ----------------------------------------------------------------
+\renewcommand\bibsection{\nsection{Список публикаций}}
+
+% Не добавлять длинное тире в качестве разделителя.
+%\newcommand\BibDash{}
+\bibliographystyleown{gost2008}
+\bibliographyown{thesis}
+
+\renewcommand\bibsection{\nsection{Цитированная литература}}
+
+% Не добавлять длинное тире в качестве разделителя.
+%\newcommand\BibDash{}
+\bibliographystyle{gost2008}
+\bibliography{thesis}
+% ----------------------------------------------------------------
+% Выходные данные
+\clearpage
+\thispagestyle{empty}
+\normalfont\selectfont
+\vspace*{2cm}
+\begin{center}
+\textit{Научное издание}\\
+\vskip 2cm
+\makeatletter
+\@author
+\vskip 1.5cm
+\@title{} на тему:\\
+\@topic\\
+\makeatother
+\end{center}
+\vfill
+Подписано в печать~25.01.2011.
+Формат~$60 \times 90$~1/16.
+Тираж~100~экз.
+Заказ~256.\\[2ex]
+\noindent
+Санкт-Петербургская издательская фирма <<Наука>> РАН.
+199034, Санкт-Петербург, Менделеевская линия, 1,
+\href{http://www.naukaspb.spb.ru}{http://www.naukaspb.spb.ru}
+
+\end{document}
diff --git a/macros/latex/contrib/disser/templates/doctor/common.tex b/macros/latex/contrib/disser/templates/doctor/common.tex
new file mode 100644
index 0000000000..be51d56d37
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/common.tex
@@ -0,0 +1,72 @@
+% Общие поля титульного листа диссертации и автореферата
+\institution{Название организации}
+
+\topic{Тема диссертации}
+
+\author{ФИО автора}
+
+\specnum{01.04.05}
+\spec{Оптика}
+%\specsndnum{01.04.07}
+%\specsnd{Физика конденсированного состояния}
+
+\scon{ФИО консультанта}
+\sconstatus{д.~ф.-м.~н., проф.}
+%\sconsnd{ФИО второго консультанта}
+%\sconsndstatus{д.~ф.-м.~н., проф.}
+
+\city{Санкт-Петербург}
+\date{\number\year}
+
+% Общие разделы автореферата и диссертации
+\mkcommonsect{actuality}{Актуальность темы исследования.}{%
+Текст об актуальности. Ссылка~\cite{Yoffe_1993_AP_42_173}.
+}
+
+\mkcommonsect{development}{Степень разработанности темы исследования.}{
+Текст о степени разработанности темы.
+}
+
+\mkcommonsect{objective}{Цели и задачи диссертационной работы:}{%
+Список целей.
+
+Для достижения поставленных целей были решены следующие задачи:
+}
+
+\mkcommonsect{novelty}{Научная новизна.}{%
+Текст о новизне.
+}
+
+\mkcommonsect{value}{Теоретическая и практическая значимость.}{%
+Результаты, изложенные в диссертации, могут быть использованы для ...
+}
+
+\mkcommonsect{methods}{Методология и методы исследования.}{%
+Текст о методах исследования.
+}
+
+\mkcommonsect{results}{Положения, выносимые на защиту:}{%
+Текст о положениях и результатах.
+}
+
+\mkcommonsect{approbation}{Степень достоверности и апробация результатов.}{%
+Основные результаты диссертации докладывались на следующих конференциях:
+}
+
+\mkcommonsect{pub}{Публикации.}{%
+Материалы диссертации опубликованы в $N$ печатных работах, из них $n_1$
+статей в рецензируемых журналах~\citeown{Ivanov_1999_Journal_17_173,
+Petrov_2001_Journal_23_12321,Sidorov_2002_Journal_32_1531}, $n_2$ статей в
+сборниках трудов конференций и $n_3$ тезисов докладов.
+}
+
+\mkcommonsect{contrib}{Личный вклад автора.}{%
+Содержание диссертации и основные положения, выносимые на защиту, отражают персональный вклад автора в опубликованные работы.
+Подготовка к публикации полученных результатов проводилась совместно с соавторами, причем вклад диссертанта был определяющим. Все представленные в диссертации результаты получены лично автором.
+}
+
+\mkcommonsect{struct}{Структура и объем диссертации.}{%
+Диссертация состоит из введения, обзора литературы, $n$ глав, заключения и библиографии.
+Общий объем диссертации $P$ страниц, из них $p_1$ страницы текста, включая $f$ рисунков.
+Библиография включает $B$ наименований на $p_2$ страницах.
+}
diff --git a/macros/latex/contrib/disser/templates/doctor/concl.tex b/macros/latex/contrib/disser/templates/doctor/concl.tex
new file mode 100644
index 0000000000..cd60e4f270
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/concl.tex
@@ -0,0 +1 @@
+\conclusion
diff --git a/macros/latex/contrib/disser/templates/doctor/dict.tex b/macros/latex/contrib/disser/templates/doctor/dict.tex
new file mode 100644
index 0000000000..31d008c53a
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/dict.tex
@@ -0,0 +1,4 @@
+% Словарь терминов
+\dict
+
+\textbf{Термин} "--- определение.
diff --git a/macros/latex/contrib/disser/templates/doctor/fig/Makefile b/macros/latex/contrib/disser/templates/doctor/fig/Makefile
new file mode 100644
index 0000000000..775b7fc3d8
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/fig/Makefile
@@ -0,0 +1 @@
+include ../../../include/latex.fig.mk \ No newline at end of file
diff --git a/macros/latex/contrib/disser/templates/doctor/fig/facsimile.eps b/macros/latex/contrib/disser/templates/doctor/fig/facsimile.eps
new file mode 100644
index 0000000000..9a944f547a
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/fig/facsimile.eps
@@ -0,0 +1,260 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 7 14 78 29
+%%HiResBoundingBox: 7.818750 14.902032 77.220003 28.578282
+%...........................................
+%%Creator: GPL Ghostscript 815 (epswrite)
+%%CreationDate: 2008/12/01 04:15:45
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%EndComments
+%%BeginProlog
+% This copyright applies to everything between here and the %%EndProlog:
+% Copyright (C) 2004 artofcode LLC, Benicia, CA. All rights reserved.
+%%BeginResource: procset GS_epswrite_2_0_1001
+/GS_epswrite_2_0_1001 80 dict dup begin
+/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
+4 index eq and{ pop pop pop}{ PageSize dup 1
+5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
+{ pop/setpagedevice where
+{ pop 1 dict dup /PageSize PageSize put setpagedevice}
+{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
+setpage}if}ifelse}ifelse}ifelse} bind def
+/!{bind def}bind def/#{load def}!/N/counttomark #
+/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
+/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
+/w/setlinewidth #/J/setlinecap #
+/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
+/m/moveto #/l/lineto #/c/rcurveto #
+/p{N 2 idiv{N -2 roll rlineto}repeat}!
+/P{N 0 gt{N -2 roll moveto p}if}!
+/h{p closepath}!/H{P closepath}!
+/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
+/re{4 -2 roll m exch dup lx exch ly neg lx h}!
+/^{3 index neg 3 index neg}!
+/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
+/q/gsave #/Q/grestore #/rf{re fill}!
+/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
+/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
+/|{exch string readstring |=}!
+/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
+/@/currentfile #/${+ @ |}!
+/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
+3 1 roll}repeat pop pop true}!
+/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
+/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
+/Ic{exch Ix false 3 colorimage}!
+/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
+/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
+/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
+/@F{@ &2<<F}!/@C{@X &2 FX}!
+/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
+/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
+/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
+currentdict end image}!
+/~{@ read {pop} if}!
+end readonly def
+%%EndResource
+/pagesave null def
+%%EndProlog
+%%Page: 1 1
+%%BeginPageSetup
+GS_epswrite_2_0_1001 begin
+/pagesave save store 197 dict begin
+0.12 0.12 scale
+%%EndPageSetup
+gsave mark
+Q q
+0 0 4958 0 0 7017 ^ Y
+153 G
+93.55 232.5 105.63 0 -0.94 -2.89 P
+-4.58 -0.05 -8.05 -0.87 -10.39 -2.46 c
+-2.34 -1.59 -4.82 -6.84 -7.42 -15.74 c
+-17.89 -61.17 p
+-2.08 -7.19 -3.12 -11.8 -3.12 -13.83 c
+0 -2.45 0.79 -4.18 2.38 -5.2 c
+1.59 -1.02 4.6 -1.6 9.02 -1.76 c
+-1.02 -2.89 -40.86 0 0.78 2.89 p
+5.31 0 9.11 1.2 11.41 3.59 c
+2.29 2.4 4.56 7.37 6.8 14.92 c
+23.28 79.14 -48.75 0 -22.66 -78.05 p
+-1.67 -5.78 -2.5 -9.95 -2.5 -12.5 c
+0 -4.74 3.98 -7.11 11.95 -7.11 c
+-0.94 -2.89 -42.66 0 ^ p
+3.86 0.05 6.64 0.39 8.36 1.02 c
+1.72 0.63 3.31 1.9 4.77 3.83 c
+1.46 1.93 2.84 5.11 4.14 9.53 c
+20.55 68.98 p
+1.14 3.91 1.72 6.75 1.72 8.52 c
+0 3.18 -1.04 5.32 -3.12 6.45 c
+-2.08 1.12 -5.47 1.73 -10.16 1.84 c
+0.7 2.89 p f
+259.88 172.81 m
+0 -7.81 -2.07 -15.55 -6.21 -23.2 c
+-4.14 -7.66 -9.91 -13.72 -17.3 -18.2 c
+-7.39 -4.48 -14.58 -6.72 -21.56 -6.72 c
+-7.14 0 -12.96 2.28 -17.46 6.84 c
+-4.5 4.56 -6.76 10.46 -6.76 17.7 c
+0 7.66 2.2 15.34 6.6 23.05 c
+4.4 7.71 10.29 13.8 17.66 18.28 c
+7.37 4.48 14.49 6.72 21.37 6.72 c
+6.88 0 12.54 -2.27 16.99 -6.8 c
+4.45 -4.53 6.68 -10.42 6.68 -17.66 c
+h
+246.91 178.2 m
+0 4.84 -1.18 8.55 -3.55 11.13 c
+-2.37 2.58 -5.43 3.87 -9.18 3.87 c
+-7.66 0 -14.7 -5.48 -21.13 -16.45 c
+-6.43 -10.96 -9.65 -21.86 -9.65 -32.7 c
+0 -4.95 1.25 -8.76 3.75 -11.45 c
+2.5 -2.68 5.65 -4.02 9.45 -4.02 c
+7.34 0 14.23 5.46 20.66 16.37 c
+6.43 10.91 9.65 21.99 9.65 33.24 c
+f
+300.03 234.68 1.56 2.97 P
+12.03 -3.96 21.72 -11.2 29.06 -21.72 c
+7.34 -10.52 11.02 -22.29 11.02 -35.31 c
+0 -15.31 -4.68 -28.46 -14.02 -39.45 c
+-9.35 -10.99 -20.4 -16.48 -33.16 -16.48 c
+-7.19 0 -12.96 2.34 -17.3 7.03 c
+-4.35 4.69 -6.52 10.65 -6.52 17.89 c
+0 12.08 4.86 23.05 14.57 32.89 c
+9.71 9.84 19.39 14.77 29.02 14.77 c
+5.42 0 10.18 -1.98 14.3 -5.94 c
+-1.04 22.24 -10.55 36.69 -28.52 43.36 c
+h
+314.09 193.12 m
+-7.55 0 -14.56 -5.43 -21.02 -16.29 c
+-6.46 -10.86 -9.69 -21.6 -9.69 -32.23 c
+0 -5.21 1.25 -9.19 3.75 -11.95 c
+2.5 -2.76 5.86 -4.14 10.08 -4.14 c
+6.82 0 13.48 5.39 19.96 16.17 c
+6.48 10.78 9.73 21.67 9.73 32.66 c
+0 10.52 -4.27 15.78 -12.81 15.78 c
+f
+382.14 197.26 -10.39 -35.55 P
+9.74 14.53 17.2 24.09 22.38 28.67 c
+5.18 4.58 10.17 6.88 14.96 6.88 c
+2.61 0 4.75 -0.86 6.45 -2.58 c
+1.69 -1.72 2.54 -3.96 2.54 -6.72 c
+0 -3.12 -0.75 -7.29 -2.27 -12.5 c
+-9.53 -32.89 p
+-1.09 -3.8 -1.64 -6.12 -1.64 -6.95 c
+0 -0.73 0.21 -1.34 0.63 -1.84 c
+0.42 -0.49 0.86 -0.74 1.33 -0.74 c
+0.63 0 1.38 0.34 2.27 1.02 c
+2.76 2.19 5.78 5.52 9.06 10 c
+2.42 -1.48 p
+-4.84 -6.93 -9.43 -11.87 -13.75 -14.84 c
+-3.02 -2.03 -5.73 -3.05 -8.12 -3.05 c
+-1.93 0 -3.46 0.59 -4.61 1.76 c
+-1.14 1.17 -1.72 2.75 -1.72 4.73 c
+0 2.5 0.89 6.8 2.66 12.89 c
+9.06 31.41 p
+1.14 3.91 1.72 6.95 1.72 9.14 c
+0 1.04 -0.34 1.89 -1.02 2.54 c
+-0.68 0.65 -1.51 0.98 -2.5 0.98 c
+-1.46 0 -3.2 -0.62 -5.23 -1.87 c
+-3.86 -2.34 -7.86 -6.21 -12.03 -11.6 c
+-4.17 -5.39 -8.57 -12.28 -13.2 -20.66 c
+-2.45 -4.43 -4.48 -9.27 -6.09 -14.53 c
+-3.91 -12.89 -11.72 0 14.22 48.91 p
+1.67 5.89 2.5 9.43 2.5 10.63 c
+0 1.14 -0.46 2.15 -1.37 3.01 c
+-0.91 0.86 -2.04 1.29 -3.4 1.29 c
+-0.62 0 -1.72 -0.11 -3.28 -0.31 c
+-2.97 -0.47 -0.47 2.81 27.03 4.84 p f
+502.14 195.39 -13.59 -46.56 P
+-2.03 -6.93 -3.05 -11.3 -3.05 -13.12 c
+0 -0.94 0.17 -1.62 0.51 -2.07 c
+0.34 -0.44 0.79 -0.66 1.37 -0.66 c
+0.89 0 1.86 0.41 2.93 1.21 c
+1.07 0.81 3.76 4.02 8.09 9.65 c
+2.34 -1.8 p
+-4.11 -6.51 -8.33 -11.3 -12.66 -14.37 c
+-2.86 -1.98 -5.62 -2.97 -8.28 -2.97 c
+-2.03 0 -3.62 0.57 -4.77 1.72 c
+-1.14 1.15 -1.72 2.63 -1.72 4.45 c
+0 1.77 0.34 4.12 1.02 7.03 c
+0.83 3.86 3.2 12.24 7.11 25.16 c
+-8.86 -14.53 -16.26 -24.55 -22.23 -30.08 c
+-5.96 -5.52 -11.5 -8.28 -16.6 -8.28 c
+-2.39 0 -4.43 0.84 -6.09 2.5 c
+-1.67 1.67 -2.5 3.78 -2.5 6.33 c
+0 3.91 1.14 9.89 3.44 17.97 c
+6.8 24.14 p
+1.67 5.78 2.5 9.38 2.5 10.78 c
+0 0.63 -0.22 1.16 -0.66 1.6 c
+-0.44 0.44 -0.93 0.66 -1.45 0.66 c
+-1.09 0 -2.19 -0.39 -3.28 -1.17 c
+-1.09 -0.78 -3.57 -3.67 -7.42 -8.67 c
+-2.42 1.72 p
+3.91 6.04 8.05 10.5 12.42 13.36 c
+3.33 2.24 6.41 3.36 9.22 3.36 c
+1.93 0 3.5 -0.61 4.73 -1.84 c
+1.22 -1.22 1.84 -2.8 1.84 -4.73 c
+0 -2.81 -1.04 -7.84 -3.12 -15.08 c
+-7.34 -25.23 p
+-2.03 -6.87 -3.05 -11.22 -3.05 -13.05 c
+0 -0.99 0.32 -1.78 0.98 -2.38 c
+0.65 -0.6 1.52 -0.9 2.62 -0.9 c
+1.72 0 3.96 0.86 6.72 2.58 c
+2.76 1.72 6.45 5.54 11.05 11.45 c
+4.61 5.91 8.41 11.46 11.41 16.64 c
+3 5.18 6.18 13.43 9.57 24.73 c
+1.72 5.94 11.88 0 p f
+568.63 143.59 m
+-5.42 -6.51 -10.89 -11.29 -16.41 -14.34 c
+-5.52 -3.05 -11.36 -4.57 -17.5 -4.57 c
+-7.39 0 -13.16 2.09 -17.3 6.25 c
+-4.14 4.17 -6.21 9.77 -6.21 16.8 c
+0 7.97 2.23 15.81 6.68 23.52 c
+4.45 7.71 10.44 13.97 17.97 18.79 c
+7.53 4.82 14.91 7.23 22.15 7.23 c
+5.68 0 9.92 -1.18 12.73 -3.55 c
+2.81 -2.37 4.22 -5.27 4.22 -8.71 c
+0 -3.23 -0.99 -5.99 -2.97 -8.28 c
+-1.46 -1.77 -3.25 -2.66 -5.39 -2.66 c
+-1.61 0 -2.96 0.52 -4.02 1.56 c
+-1.07 1.04 -1.6 2.34 -1.6 3.91 c
+0 0.99 0.2 1.9 0.59 2.73 c
+0.39 0.83 1.2 1.84 2.42 3.01 c
+1.22 1.17 1.96 2.02 2.23 2.54 c
+0.26 0.52 0.39 1.07 0.39 1.64 c
+0 1.09 -0.5 2 -1.48 2.73 c
+-1.51 1.04 -3.64 1.56 -6.41 1.56 c
+-5.11 0 -10.16 -1.8 -15.16 -5.39 c
+-5 -3.59 -9.27 -8.7 -12.81 -15.31 c
+-4.27 -8.02 -6.41 -16.04 -6.41 -24.06 c
+0 -5.31 1.51 -9.52 4.53 -12.62 c
+3.02 -3.1 7.14 -4.65 12.34 -4.65 c
+4.01 0 7.98 1 11.91 3.01 c
+3.93 2 8.35 5.64 13.24 10.9 c
+2.27 -2.03 p f
+601.59 160.07 m
+7.5 7.92 15.26 11.88 23.28 11.88 c
+5 0 9.27 -1.61 12.81 -4.84 c
+3.54 -3.23 5.31 -7.45 5.31 -12.66 c
+0 -7.81 -3.43 -14.73 -10.27 -20.74 c
+-6.85 -6.02 -15.01 -9.02 -24.49 -9.02 c
+-7.71 0 -13.39 1.84 -17.03 5.51 c
+-3.64 3.67 -5.47 7.85 -5.47 12.54 c
+0 2.34 0.75 6.07 2.27 11.17 c
+8.05 26.8 p
+0.68 2.34 1.02 4.38 1.02 6.09 c
+0 2.55 -1.48 3.83 -4.45 3.83 c
+-1.25 0 -3.46 -0.29 -6.64 -0.86 c
+0.78 2.73 23.28 4.77 2.5 0 -10.94 -37.19 h
+619.48 164.84 m
+-5.52 0 -10.65 -2.49 -15.39 -7.46 c
+-4.74 -4.97 -7.11 -10.54 -7.11 -16.68 c
+0 -3.54 1.14 -6.59 3.44 -9.14 c
+2.29 -2.55 5.13 -3.83 8.52 -3.83 c
+5.26 0 10.03 2.63 14.3 7.89 c
+4.27 5.26 6.41 11.28 6.41 18.05 c
+0 3.54 -0.99 6.29 -2.97 8.24 c
+-1.98 1.95 -4.37 2.93 -7.19 2.93 c
+f
+cleartomark end end pagesave restore showpage
+%%PageTrailer
+%%Trailer
+%%Pages: 1
diff --git a/macros/latex/contrib/disser/templates/doctor/fig/nomake.cmd b/macros/latex/contrib/disser/templates/doctor/fig/nomake.cmd
new file mode 100644
index 0000000000..d5b8978488
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/fig/nomake.cmd
@@ -0,0 +1 @@
+@call ..\..\..\include\latex.fig.nmk.cmd %* \ No newline at end of file
diff --git a/macros/latex/contrib/disser/templates/doctor/fig/sec-facsimile.eps b/macros/latex/contrib/disser/templates/doctor/fig/sec-facsimile.eps
new file mode 100644
index 0000000000..9a944f547a
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/fig/sec-facsimile.eps
@@ -0,0 +1,260 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 7 14 78 29
+%%HiResBoundingBox: 7.818750 14.902032 77.220003 28.578282
+%...........................................
+%%Creator: GPL Ghostscript 815 (epswrite)
+%%CreationDate: 2008/12/01 04:15:45
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%EndComments
+%%BeginProlog
+% This copyright applies to everything between here and the %%EndProlog:
+% Copyright (C) 2004 artofcode LLC, Benicia, CA. All rights reserved.
+%%BeginResource: procset GS_epswrite_2_0_1001
+/GS_epswrite_2_0_1001 80 dict dup begin
+/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
+4 index eq and{ pop pop pop}{ PageSize dup 1
+5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
+{ pop/setpagedevice where
+{ pop 1 dict dup /PageSize PageSize put setpagedevice}
+{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
+setpage}if}ifelse}ifelse}ifelse} bind def
+/!{bind def}bind def/#{load def}!/N/counttomark #
+/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
+/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
+/w/setlinewidth #/J/setlinecap #
+/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
+/m/moveto #/l/lineto #/c/rcurveto #
+/p{N 2 idiv{N -2 roll rlineto}repeat}!
+/P{N 0 gt{N -2 roll moveto p}if}!
+/h{p closepath}!/H{P closepath}!
+/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
+/re{4 -2 roll m exch dup lx exch ly neg lx h}!
+/^{3 index neg 3 index neg}!
+/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
+/q/gsave #/Q/grestore #/rf{re fill}!
+/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
+/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
+/|{exch string readstring |=}!
+/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
+/@/currentfile #/${+ @ |}!
+/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
+3 1 roll}repeat pop pop true}!
+/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
+/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
+/Ic{exch Ix false 3 colorimage}!
+/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
+/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
+/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
+/@F{@ &2<<F}!/@C{@X &2 FX}!
+/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
+/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
+/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
+currentdict end image}!
+/~{@ read {pop} if}!
+end readonly def
+%%EndResource
+/pagesave null def
+%%EndProlog
+%%Page: 1 1
+%%BeginPageSetup
+GS_epswrite_2_0_1001 begin
+/pagesave save store 197 dict begin
+0.12 0.12 scale
+%%EndPageSetup
+gsave mark
+Q q
+0 0 4958 0 0 7017 ^ Y
+153 G
+93.55 232.5 105.63 0 -0.94 -2.89 P
+-4.58 -0.05 -8.05 -0.87 -10.39 -2.46 c
+-2.34 -1.59 -4.82 -6.84 -7.42 -15.74 c
+-17.89 -61.17 p
+-2.08 -7.19 -3.12 -11.8 -3.12 -13.83 c
+0 -2.45 0.79 -4.18 2.38 -5.2 c
+1.59 -1.02 4.6 -1.6 9.02 -1.76 c
+-1.02 -2.89 -40.86 0 0.78 2.89 p
+5.31 0 9.11 1.2 11.41 3.59 c
+2.29 2.4 4.56 7.37 6.8 14.92 c
+23.28 79.14 -48.75 0 -22.66 -78.05 p
+-1.67 -5.78 -2.5 -9.95 -2.5 -12.5 c
+0 -4.74 3.98 -7.11 11.95 -7.11 c
+-0.94 -2.89 -42.66 0 ^ p
+3.86 0.05 6.64 0.39 8.36 1.02 c
+1.72 0.63 3.31 1.9 4.77 3.83 c
+1.46 1.93 2.84 5.11 4.14 9.53 c
+20.55 68.98 p
+1.14 3.91 1.72 6.75 1.72 8.52 c
+0 3.18 -1.04 5.32 -3.12 6.45 c
+-2.08 1.12 -5.47 1.73 -10.16 1.84 c
+0.7 2.89 p f
+259.88 172.81 m
+0 -7.81 -2.07 -15.55 -6.21 -23.2 c
+-4.14 -7.66 -9.91 -13.72 -17.3 -18.2 c
+-7.39 -4.48 -14.58 -6.72 -21.56 -6.72 c
+-7.14 0 -12.96 2.28 -17.46 6.84 c
+-4.5 4.56 -6.76 10.46 -6.76 17.7 c
+0 7.66 2.2 15.34 6.6 23.05 c
+4.4 7.71 10.29 13.8 17.66 18.28 c
+7.37 4.48 14.49 6.72 21.37 6.72 c
+6.88 0 12.54 -2.27 16.99 -6.8 c
+4.45 -4.53 6.68 -10.42 6.68 -17.66 c
+h
+246.91 178.2 m
+0 4.84 -1.18 8.55 -3.55 11.13 c
+-2.37 2.58 -5.43 3.87 -9.18 3.87 c
+-7.66 0 -14.7 -5.48 -21.13 -16.45 c
+-6.43 -10.96 -9.65 -21.86 -9.65 -32.7 c
+0 -4.95 1.25 -8.76 3.75 -11.45 c
+2.5 -2.68 5.65 -4.02 9.45 -4.02 c
+7.34 0 14.23 5.46 20.66 16.37 c
+6.43 10.91 9.65 21.99 9.65 33.24 c
+f
+300.03 234.68 1.56 2.97 P
+12.03 -3.96 21.72 -11.2 29.06 -21.72 c
+7.34 -10.52 11.02 -22.29 11.02 -35.31 c
+0 -15.31 -4.68 -28.46 -14.02 -39.45 c
+-9.35 -10.99 -20.4 -16.48 -33.16 -16.48 c
+-7.19 0 -12.96 2.34 -17.3 7.03 c
+-4.35 4.69 -6.52 10.65 -6.52 17.89 c
+0 12.08 4.86 23.05 14.57 32.89 c
+9.71 9.84 19.39 14.77 29.02 14.77 c
+5.42 0 10.18 -1.98 14.3 -5.94 c
+-1.04 22.24 -10.55 36.69 -28.52 43.36 c
+h
+314.09 193.12 m
+-7.55 0 -14.56 -5.43 -21.02 -16.29 c
+-6.46 -10.86 -9.69 -21.6 -9.69 -32.23 c
+0 -5.21 1.25 -9.19 3.75 -11.95 c
+2.5 -2.76 5.86 -4.14 10.08 -4.14 c
+6.82 0 13.48 5.39 19.96 16.17 c
+6.48 10.78 9.73 21.67 9.73 32.66 c
+0 10.52 -4.27 15.78 -12.81 15.78 c
+f
+382.14 197.26 -10.39 -35.55 P
+9.74 14.53 17.2 24.09 22.38 28.67 c
+5.18 4.58 10.17 6.88 14.96 6.88 c
+2.61 0 4.75 -0.86 6.45 -2.58 c
+1.69 -1.72 2.54 -3.96 2.54 -6.72 c
+0 -3.12 -0.75 -7.29 -2.27 -12.5 c
+-9.53 -32.89 p
+-1.09 -3.8 -1.64 -6.12 -1.64 -6.95 c
+0 -0.73 0.21 -1.34 0.63 -1.84 c
+0.42 -0.49 0.86 -0.74 1.33 -0.74 c
+0.63 0 1.38 0.34 2.27 1.02 c
+2.76 2.19 5.78 5.52 9.06 10 c
+2.42 -1.48 p
+-4.84 -6.93 -9.43 -11.87 -13.75 -14.84 c
+-3.02 -2.03 -5.73 -3.05 -8.12 -3.05 c
+-1.93 0 -3.46 0.59 -4.61 1.76 c
+-1.14 1.17 -1.72 2.75 -1.72 4.73 c
+0 2.5 0.89 6.8 2.66 12.89 c
+9.06 31.41 p
+1.14 3.91 1.72 6.95 1.72 9.14 c
+0 1.04 -0.34 1.89 -1.02 2.54 c
+-0.68 0.65 -1.51 0.98 -2.5 0.98 c
+-1.46 0 -3.2 -0.62 -5.23 -1.87 c
+-3.86 -2.34 -7.86 -6.21 -12.03 -11.6 c
+-4.17 -5.39 -8.57 -12.28 -13.2 -20.66 c
+-2.45 -4.43 -4.48 -9.27 -6.09 -14.53 c
+-3.91 -12.89 -11.72 0 14.22 48.91 p
+1.67 5.89 2.5 9.43 2.5 10.63 c
+0 1.14 -0.46 2.15 -1.37 3.01 c
+-0.91 0.86 -2.04 1.29 -3.4 1.29 c
+-0.62 0 -1.72 -0.11 -3.28 -0.31 c
+-2.97 -0.47 -0.47 2.81 27.03 4.84 p f
+502.14 195.39 -13.59 -46.56 P
+-2.03 -6.93 -3.05 -11.3 -3.05 -13.12 c
+0 -0.94 0.17 -1.62 0.51 -2.07 c
+0.34 -0.44 0.79 -0.66 1.37 -0.66 c
+0.89 0 1.86 0.41 2.93 1.21 c
+1.07 0.81 3.76 4.02 8.09 9.65 c
+2.34 -1.8 p
+-4.11 -6.51 -8.33 -11.3 -12.66 -14.37 c
+-2.86 -1.98 -5.62 -2.97 -8.28 -2.97 c
+-2.03 0 -3.62 0.57 -4.77 1.72 c
+-1.14 1.15 -1.72 2.63 -1.72 4.45 c
+0 1.77 0.34 4.12 1.02 7.03 c
+0.83 3.86 3.2 12.24 7.11 25.16 c
+-8.86 -14.53 -16.26 -24.55 -22.23 -30.08 c
+-5.96 -5.52 -11.5 -8.28 -16.6 -8.28 c
+-2.39 0 -4.43 0.84 -6.09 2.5 c
+-1.67 1.67 -2.5 3.78 -2.5 6.33 c
+0 3.91 1.14 9.89 3.44 17.97 c
+6.8 24.14 p
+1.67 5.78 2.5 9.38 2.5 10.78 c
+0 0.63 -0.22 1.16 -0.66 1.6 c
+-0.44 0.44 -0.93 0.66 -1.45 0.66 c
+-1.09 0 -2.19 -0.39 -3.28 -1.17 c
+-1.09 -0.78 -3.57 -3.67 -7.42 -8.67 c
+-2.42 1.72 p
+3.91 6.04 8.05 10.5 12.42 13.36 c
+3.33 2.24 6.41 3.36 9.22 3.36 c
+1.93 0 3.5 -0.61 4.73 -1.84 c
+1.22 -1.22 1.84 -2.8 1.84 -4.73 c
+0 -2.81 -1.04 -7.84 -3.12 -15.08 c
+-7.34 -25.23 p
+-2.03 -6.87 -3.05 -11.22 -3.05 -13.05 c
+0 -0.99 0.32 -1.78 0.98 -2.38 c
+0.65 -0.6 1.52 -0.9 2.62 -0.9 c
+1.72 0 3.96 0.86 6.72 2.58 c
+2.76 1.72 6.45 5.54 11.05 11.45 c
+4.61 5.91 8.41 11.46 11.41 16.64 c
+3 5.18 6.18 13.43 9.57 24.73 c
+1.72 5.94 11.88 0 p f
+568.63 143.59 m
+-5.42 -6.51 -10.89 -11.29 -16.41 -14.34 c
+-5.52 -3.05 -11.36 -4.57 -17.5 -4.57 c
+-7.39 0 -13.16 2.09 -17.3 6.25 c
+-4.14 4.17 -6.21 9.77 -6.21 16.8 c
+0 7.97 2.23 15.81 6.68 23.52 c
+4.45 7.71 10.44 13.97 17.97 18.79 c
+7.53 4.82 14.91 7.23 22.15 7.23 c
+5.68 0 9.92 -1.18 12.73 -3.55 c
+2.81 -2.37 4.22 -5.27 4.22 -8.71 c
+0 -3.23 -0.99 -5.99 -2.97 -8.28 c
+-1.46 -1.77 -3.25 -2.66 -5.39 -2.66 c
+-1.61 0 -2.96 0.52 -4.02 1.56 c
+-1.07 1.04 -1.6 2.34 -1.6 3.91 c
+0 0.99 0.2 1.9 0.59 2.73 c
+0.39 0.83 1.2 1.84 2.42 3.01 c
+1.22 1.17 1.96 2.02 2.23 2.54 c
+0.26 0.52 0.39 1.07 0.39 1.64 c
+0 1.09 -0.5 2 -1.48 2.73 c
+-1.51 1.04 -3.64 1.56 -6.41 1.56 c
+-5.11 0 -10.16 -1.8 -15.16 -5.39 c
+-5 -3.59 -9.27 -8.7 -12.81 -15.31 c
+-4.27 -8.02 -6.41 -16.04 -6.41 -24.06 c
+0 -5.31 1.51 -9.52 4.53 -12.62 c
+3.02 -3.1 7.14 -4.65 12.34 -4.65 c
+4.01 0 7.98 1 11.91 3.01 c
+3.93 2 8.35 5.64 13.24 10.9 c
+2.27 -2.03 p f
+601.59 160.07 m
+7.5 7.92 15.26 11.88 23.28 11.88 c
+5 0 9.27 -1.61 12.81 -4.84 c
+3.54 -3.23 5.31 -7.45 5.31 -12.66 c
+0 -7.81 -3.43 -14.73 -10.27 -20.74 c
+-6.85 -6.02 -15.01 -9.02 -24.49 -9.02 c
+-7.71 0 -13.39 1.84 -17.03 5.51 c
+-3.64 3.67 -5.47 7.85 -5.47 12.54 c
+0 2.34 0.75 6.07 2.27 11.17 c
+8.05 26.8 p
+0.68 2.34 1.02 4.38 1.02 6.09 c
+0 2.55 -1.48 3.83 -4.45 3.83 c
+-1.25 0 -3.46 -0.29 -6.64 -0.86 c
+0.78 2.73 23.28 4.77 2.5 0 -10.94 -37.19 h
+619.48 164.84 m
+-5.52 0 -10.65 -2.49 -15.39 -7.46 c
+-4.74 -4.97 -7.11 -10.54 -7.11 -16.68 c
+0 -3.54 1.14 -6.59 3.44 -9.14 c
+2.29 -2.55 5.13 -3.83 8.52 -3.83 c
+5.26 0 10.03 2.63 14.3 7.89 c
+4.27 5.26 6.41 11.28 6.41 18.05 c
+0 3.54 -0.99 6.29 -2.97 8.24 c
+-1.98 1.95 -4.37 2.93 -7.19 2.93 c
+f
+cleartomark end end pagesave restore showpage
+%%PageTrailer
+%%Trailer
+%%Pages: 1
diff --git a/macros/latex/contrib/disser/templates/doctor/intro.tex b/macros/latex/contrib/disser/templates/doctor/intro.tex
new file mode 100644
index 0000000000..71d6748f3b
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/intro.tex
@@ -0,0 +1,49 @@
+\intro
+
+%
+% Используемые далее команды определяются в файле common.tex.
+%
+
+% Актуальность работы
+\actualitysection
+\actualitytext
+
+% Степень разработанности темы исследования
+\developmentsection
+\developmenttext
+
+% Цели и задачи диссертационной работы
+\objectivesection
+\objectivetext
+
+% Научная новизна
+\noveltysection
+\noveltytext
+
+% Теоретическая и практическая значимость
+\valuesection
+\valuetext
+
+% Методология и методы исследования
+\methodssection
+\methodstext
+
+% Результаты и положения, выносимые на защиту
+\resultssection
+\resultstext
+
+% Степень достоверности и апробация результатов
+\approbationsection
+\approbationtext
+
+% Публикации
+\pubsection
+\pubtext
+
+% Личный вклад автора
+\contribsection
+\contribtext
+
+% Структура и объем диссертации
+\structsection
+\structtext
diff --git a/macros/latex/contrib/disser/templates/doctor/nomake.cmd b/macros/latex/contrib/disser/templates/doctor/nomake.cmd
new file mode 100644
index 0000000000..297b2b7517
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/nomake.cmd
@@ -0,0 +1,45 @@
+@echo off
+
+rem Makefile for documents and templates
+rem Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
+
+set bibtex=bibtex8
+set bibtexflags=-H -c cp1251
+set latexnmk=call ..\..\include\latex.nmk.cmd
+
+if "%1"=="" (
+ %latexnmk%
+) else (
+ for %%f in (%*) do if "%%f"=="help" (
+ call :%%f
+ ) else if "%%f"=="all" (
+ call :allpdf
+ ) else if "%%f"=="allpdf" (
+ call :%%f
+ ) else if "%%f"=="alldvi" (
+ call :%%f
+ ) else (
+ %latexnmk% %%f
+ )
+)
+
+exit /b
+
+:help
+ echo all build PDF of autoref and thesis
+ echo allpdf build PDF of autoref and thesis
+ echo alldvi build DVI of autoref and thesis
+ %latexnmk% help
+goto :eof
+
+:allpdf
+ set target=thesis & %latexnmk% pdf
+ set target=autoref & %latexnmk% pdf
+ set target=
+goto :eof
+
+:alldvi
+ set target=thesis & %latexnmk% dvi
+ set target=autoref & %latexnmk% dvi
+ set target=
+goto :eof
diff --git a/macros/latex/contrib/disser/templates/doctor/review.tex b/macros/latex/contrib/disser/templates/doctor/review.tex
new file mode 100644
index 0000000000..59a92856e0
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/review.tex
@@ -0,0 +1 @@
+\review
diff --git a/macros/latex/contrib/disser/templates/doctor/thesis.bib b/macros/latex/contrib/disser/templates/doctor/thesis.bib
new file mode 100644
index 0000000000..01a40aeb87
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/thesis.bib
@@ -0,0 +1,173 @@
+@ARTICLE{Ivanov_1999_Journal_17_173,
+ author = {И. И. Иванов and П. П. Петров and С. С. Сидоров},
+ title = {Название статьи},
+ journal = {Название журнала},
+ volume = {17},
+ pages = {173--180},
+ year = {1999},
+ language = {russian},
+ keywords = {own},
+}
+
+@ARTICLE{Petrov_2001_Journal_23_12321,
+ author = {П. П. Петров and И. И. Иванов and С. С. Сидоров},
+ title = {Название статьи},
+ journal = {Название журнала},
+ volume = {23},
+ pages = {12321--12328},
+ year = {2001},
+ language = {russian},
+ keywords = {own},
+}
+
+@ARTICLE{Sidorov_2002_Journal_32_1531,
+ author = {S. S. Sidorov and P. P. Petrov and I. I. Ivanov},
+ title = {Article Title},
+ journal = {Journal Name},
+ volume = {32},
+ pages = {1531--1540},
+ year = {2002},
+ keywords = {own},
+}
+
+@ARTICLE{Yoffe_1993_AP_42_173,
+ author = {A. D. Yoffe},
+ title = {Low-dimensional systems: quantum size effects and electronic
+ properties of semiconductor microcrystallites (zero-dimensional
+ systems) and some quasi-two-dimensional systems},
+ journal = {Adv. Phys.},
+ pages = {173--266},
+ volume = {42},
+ year = {1993},
+ doi = {10.1080/00018739300101484},
+}
+
+@ARTICLE{Efros_1982_FTP_16_7_1209,
+ author = {{\relax Ал}. Л. Эфрос and А. Л. Эфрос},
+ title = {Межзонное поглощение света в полупроводниковом шаре},
+ journal = {Физика и техника полупроводников},
+ year = {1982},
+ volume = {16},
+ number = {7},
+ pages = {1209--1214},
+ language = {russian},
+}
+
+@BOOK{Anselm_1978,
+ author = {А. И. Ансельм},
+ title = {Введение в теорию полупроводников},
+ publisher = {Наука},
+ address = {Москва},
+ year = {1978},
+ language = {russian},
+}
+
+@INPROCEEDINGS{Segall_1968,
+ author = {B. Segall},
+ year = {1968},
+ editor = {S. M. Ryvkin},
+ booktitle = {Proceedings of IXth Conference on the Physics of
+ Semiconductors, Moscow, 1968},
+ pages = {425},
+ address = {Leningrad},
+ publisher = {Nauka},
+}
+
+@INBOOK{Agranovich_1983,
+ editor = {V. M. Agranovich and R. M. Hochstrasser},
+ title = {Spectroscopy and Excitation Dynamics of Condensed Molecular
+ Systems},
+ chapter = {6},
+ publisher = {North-Holland},
+ year = {1983},
+ series = {Modern Problems in Condensed Matter Sciences},
+ address = {Amsterdam},
+ isbn = {0444863133},
+}
+
+@INCOLLECTION{InP,
+ title = {{\relax InP} Basic Parameters at 300 K},
+ booktitle = {Electronic archive New Semiconductor Materials.
+ Characteristics and Properties},
+ organization = {Ioffe Physico-Technical Institute},
+ address = {St. Petersburg},
+ year = {2001},
+ url = {http://www.ioffe.rssi.ru/SVA/NSM/Semicond/InP/basic.html},
+ urldate = {01.11.2009},
+}
+
+@PHDTHESIS{Mishchenko_1996,
+ author = {Е. Ж. Мищенко},
+ title = {Неупругое рассеяние света в системе взаимодействующих
+ электронов и фононов},
+ school = {ИТФ им. Л.~Д.~Ландау},
+ type = {дисс. канд. физ.-мат. наук},
+ year = {1996},
+ language = {russian},
+}
+
+@DOCTHESIS{Skvortsov_2008,
+ author = {М. А. Скворцов},
+ title = {Флуктуационные и интерференционные эффекты в мезоскопических системах},
+ school = {ИТФ им. Л.~Д.~Ландау},
+ type = {дисс. д-ра физ.-мат. наук},
+ year = {2008},
+ language = {russian},
+}
+
+% old-style arXiv reference
+@ARTICLE{Perelman_2003_math:0307245,
+ author = {Grisha Perelman},
+ title = {Finite extinction time for the solutions to the Ricci flow on certain three-manifolds},
+ eprint = {math/0307245},
+}
+
+% new-style arXiv reference
+@ARTICLE{Nielsen_2010_1006.2735,
+ title = {A configuration interaction analysis of exchange in double quantum dots},
+ author = {Erik Nielsen and Richard P. Muller},
+ archiveprefix= {arXiv},
+ eprint = {1006.2735},
+ primaryclass = {cond-mat},
+}
+
+@PATENT{patent1,
+ author = {Э. В. Тернер},
+ authorcountry= {США},
+ title = {Одноразовая ракета-носитель},
+ media = {Текст},
+ type = {заявка},
+ number = {1095735},
+ location = {Рос. Федерация},
+ ipc = {МПК\ensuremath{^7} B 64 G 1/00},
+ holder = {заявитель Спейс Системз/Лорал, инк.},
+ credits = {патент. поверенный Егорова Г. Б.},
+ requestnumber= {000108705/28},
+ requestdate = {07.04.2000},
+ publicationdate = {10.03.2001},
+ publication = {Бюл. № 7 (I ч.)},
+ prioritydate = {09.04.1999},
+ prioritynumber = {09/289, 037},
+ prioritycountry = {США},
+ pagetotal = {5 с.~: ил.},
+ language = {russian},
+}
+
+@PATENT{patent2,
+ author = {В. И. Чугаева},
+ authorcountry= {РФ},
+ title = {Приемопередающее устройство},
+ media = {Текст},
+ type = {пат.},
+ number = {2000131736/09},
+ location = {Рос. Федерация},
+ ipc = {МПК\ensuremath{^7} H 04 В 1/38, Н 04 J 13/00},
+ holder = {заявитель и патентообладатель Воронеж. науч.-ислед. ин-т связи.},
+ credits = {патент. поверенный Егорова Г. Б.},
+ requestnumber= {000108705/28},
+ date = {18.12.2000},
+ publicationdate = {20.08.2002},
+ publication = {Бюл. № 23 (II ч.)},
+ pagetotal = {2 с.~: ил.},
+ language = {russian},
+}
diff --git a/macros/latex/contrib/disser/templates/doctor/thesis.tex b/macros/latex/contrib/disser/templates/doctor/thesis.tex
new file mode 100644
index 0000000000..cf3da3076e
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/doctor/thesis.tex
@@ -0,0 +1,157 @@
+\documentclass[%
+doctor, % тип документа
+natbib, % использовать пакет natbib для "сжатия" цитирований
+subf, % использовать пакет subcaption для вложенной нумерации рисунков
+href, % использовать пакет hyperref для создания гиперссылок
+colorlinks, % цветные гиперссылки
+%fixint, % включить прямые знаки интегралов
+%classified, % гриф секретности
+%facsimile, % отображать факсимиле диссертанта
+]{disser}
+
+\usepackage[
+ a4paper, mag=1000,
+ left=2.5cm, right=1cm, top=2cm, bottom=2cm, headsep=0.7cm, footskip=1cm
+]{geometry}
+
+\usepackage[intlimits]{amsmath}
+\usepackage{amssymb,amsfonts}
+
+\usepackage[T2A]{fontenc}
+\usepackage[cp1251]{inputenc}
+\usepackage[english,russian]{babel}
+\ifpdf\usepackage{epstopdf}\fi
+\usepackage[autostyle]{csquotes}
+
+% Список сокращений и условных обозначений
+\usepackage[intoc,nocfg,russian]{nomencl}
+\newcommand{\nomencl}[2]{#1 --- #2\nomenclature{#1}{#2}}
+\setlength{\nomlabelwidth}{3em}
+\setlength{\nomitemsep}{-\parsep}
+\renewcommand{\nomlabel}[1]{#1 ---}
+\makenomenclature
+
+% Шрифт Times в тексте как основной
+%\usepackage{tempora}
+% альтернативный пакет из дистрибутива TeX Live
+%\usepackage{cyrtimes}
+
+% Шрифт Times в формулах как основной
+%\usepackage[varg,cmbraces,cmintegrals]{newtxmath}
+% альтернативный пакет
+%\usepackage[subscriptcorrection,nofontinfo]{mtpro2}
+
+% Номера страниц снизу и по центру
+%\pagestyle{footcenter}
+%\chapterpagestyle{footcenter}
+
+% Точка с запятой в качестве разделителя между номерами цитирований
+%\setcitestyle{semicolon}
+
+% Ссылки на работы соискателя включаются в общий список литературы
+\let\citeown=\cite
+
+% Использовать полужирное начертание для векторов
+\let\vec=\mathbf
+
+% Путь к файлам с иллюстрациями
+\graphicspath{{fig/}}
+
+\begin{document}
+
+% Переопределение стандартных заголовков
+%\def\contentsname{Содержание}
+%\def\conclusionname{Выводы}
+%\def\bibname{Литература}
+
+% Включение файла с общим текстом диссертации и автореферата
+% (текст титульного листа и характеристика работы).
+\input{common}
+
+% номер копии для грифа секретности
+%\copynum{1}
+% класс доступа
+%\classlabel{Для служебного пользования}
+
+% номер УДК
+\libcatnum{12345}
+
+\title{ДИССЕРТАЦИЯ\\
+на соискание ученой степени\\
+доктора физико-математических наук}
+
+\maketitle
+
+%%
+%% Titlepage in English
+%%
+%
+%\institution{Name of Organization}
+%
+%\title{Doctoral Dissertation}
+%
+%% Topic
+%\topic{Dummy Title}
+%
+%% Author
+%\author{Author's Name}
+%
+%\specnum{01.04.05}
+%\spec{Optics}
+%
+%%\specsndnum{01.04.07}
+%%\specsnd{Condensed matter physics}
+%
+%% Scientific consultants
+%\scon{B.\,B.~Baranov}
+%\sconstatus{Professor}
+%%\sconsnd{P.\,P.~Petrov}
+%%\sconsndstatus{Professor}
+%
+%% City & Year
+%\city{Saint Petersburg}
+%\date{\number\year}
+%
+%\maketitle[en]
+
+% Содержание
+\tableofcontents
+
+% Введение
+\input{intro}
+
+% Обзор литературы
+%\input{review}
+
+% Основная часть
+%% Глава 1
+\input{1}
+%% Глава 2
+%\input{2}
+
+% Заключение
+\input{concl}
+
+% Список сокращений и условных обозначений
+\printnomenclature
+
+% Словарь терминов
+%\input{dict}
+
+% Не добавлять длинное тире в качестве разделителя
+%\newcommand\BibDash{}
+% Выделять курсивом
+\let\BibEmph=\emph
+\bibliographystyle{gost2008}
+
+% Список литературы
+\bibliography{thesis}
+
+% Список иллюстративного материала
+%\listoffigures
+
+% Приложения
+%\appendix
+%\input{a}
+
+\end{document}