summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates-utf8/doctor')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/1.tex16
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/a.tex (renamed from Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/app-a.tex)0
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/autoref.tex10
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/defs.tex9
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/intro.tex2
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd17
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/thesis.bib82
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/thesis.tex31
8 files changed, 102 insertions, 65 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/1.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/1.tex
index a7f621e9c69..ec899d01a17 100644
--- a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/1.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/1.tex
@@ -1,3 +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/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/app-a.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/a.tex
index 362b35263b7..362b35263b7 100644
--- a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/app-a.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/a.tex
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/autoref.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/autoref.tex
index 22230031108..8f077fe574e 100644
--- a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/autoref.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/autoref.tex
@@ -1,17 +1,23 @@
\documentclass[%
autoref, % тип документа
+%natbib, % использовать пакет natbib для "сжатия" цитирований
href, % использовать пакет hyperref для создания гиперссылок
-facsimile, % отображать факсимиле диссертанта и ученого секретаря
colorlinks, % цветные гиперссылки
-%fixint, % отключить прямые знаки интегралов
%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[utf8]{inputenc}
\usepackage[english,russian]{babel}
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/defs.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/defs.tex
deleted file mode 100644
index 827832111b1..00000000000
--- a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/defs.tex
+++ /dev/null
@@ -1,9 +0,0 @@
-% Список сокращений и условных обозначений
-\defs
-
-\begin{longtable}{lp{0.025\textwidth}p{0.89\textwidth}}
-$\vec A$ & --- & векторный потенциал\\
-$I$ & --- & интенсивность света\\
-$j_l$ & --- & сферическая функция Бесселя первого рода\\
-$Y_{lm}$ & --- & сферическая гармоника\\
-\end{longtable}
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/intro.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/intro.tex
index 7d6448ef196..c4c96991fa1 100644
--- a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/intro.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/intro.tex
@@ -28,7 +28,7 @@
\methodssection
\methodstext
-% Положения, выносимые на защиту
+% Результаты и положения, выносимые на защиту
\resultssection
\resultstext
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd
index 5e5e05f3520..a426734c237 100644
--- a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd
@@ -27,19 +27,20 @@ if "%1"=="" (
exit /b
:help
- echo all build DVI of autoref and thesis
- echo allpdf build PDF of autoref and thesis
+ 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
-:alldvi
- set target=thesis & %latexnmk% dvi
- set target=autoref & %latexnmk% dvi
- set target=
-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/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/thesis.bib b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/thesis.bib
index ea2e0c361fe..cbb799db326 100644
--- a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/thesis.bib
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/thesis.bib
@@ -106,7 +106,7 @@
language = {russian},
}
-@DSCITHESIS{Skvortsov_2008,
+@DOCTHESIS{Skvortsov_2008,
author = {М. А. Скворцов},
title = {Флуктуационные и интерференционные эффекты в мезоскопических системах},
school = {ИТФ им. Л.~Д.~Ландау},
@@ -124,50 +124,50 @@
% 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},
+ 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 = {Э. В. Тернер},
- authortype = {США},
- title = {Одноразовая ракета-носитель},
- media = {Текст},
- type = {заявка},
- number = {1095735},
- location = {Рос. Федерация},
- ipc = {МПК\ensuremath{^7} B 64 G 1/00},
- holder = {заявитель Спейс Системз/Лорал, инк.},
- credits = {патент. поверенный Егорова Г. Б.},
- reqnumber = {000108705/28},
- reqdate = {07.04.2000},
- pubdate = {10.03.2001},
- publication = {Бюл. № 7 (I ч.)},
- prdate = {09.04.1999},
- prnumber = {09/289, 037},
- prcountry = {США},
- pagetotal = {5 с.~: ил.},
- language = {russian},
+ 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 = {В. И. Чугаева},
- authortype = {РФ},
- title = {Приемопередающее устройство},
- media = {Текст},
- type = {пат.},
- number = {2000131736/09},
- location = {Рос. Федерация},
- ipc = {МПК\ensuremath{^7} H 04 В 1/38, Н 04 J 13/00},
- holder = {заявитель и патентообладатель Воронеж. науч.-ислед. ин-т связи.},
- credits = {патент. поверенный Егорова Г. Б.},
- reqnumber = {000108705/28},
- date = {18.12.2000},
- publdate = {20.08.2002},
- publication = {Бюл. № 23 (II ч.)},
- pagetotal = {2 с.~: ил.},
- language = {russian},
+ 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/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/thesis.tex
index b6dac9d7cdb..f0271e9809f 100644
--- a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/thesis.tex
@@ -1,9 +1,9 @@
\documentclass[%
doctor, % тип документа
+%natbib, % использовать пакет natbib для "сжатия" цитирований
subf, % использовать пакет subcaption для вложенной нумерации рисунков
href, % использовать пакет hyperref для создания гиперссылок
colorlinks, % цветные гиперссылки
-%times, % шрифт Times как основной
%fixint, % включить прямые знаки интегралов
%classified, % гриф секретности
%facsimile, % отображать факсимиле диссертанта
@@ -13,10 +13,33 @@ colorlinks, % цветные гиперссылки
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[utf8]{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}
\usepackage[style=gost-numeric,
backend=biber,
@@ -36,7 +59,7 @@ colorlinks, % цветные гиперссылки
%\setcitestyle{semicolon}
% Ссылки на работы соискателя включаются в общий список литературы
-\let\citemy=\cite
+\let\citeown=\cite
% Использовать полужирное начертание для векторов
\let\vec=\mathbf
@@ -120,7 +143,7 @@ colorlinks, % цветные гиперссылки
\input{concl}
% Список сокращений и условных обозначений
-%\input{defs}
+\printnomenclature
% Словарь терминов
%\input{dict}
@@ -133,6 +156,6 @@ colorlinks, % цветные гиперссылки
% Приложения
%\appendix
-%\input{app-a}
+%\input{a}
\end{document}