summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates-utf8/master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-07-05 21:39:30 +0000
committerKarl Berry <karl@freefriends.org>2016-07-05 21:39:30 +0000
commiteadac6a4b811db258d2b4d5dd4dec4fb0551ca4d (patch)
tree0ee9d092e8f52117148beabe162c1b0e6421da7a /Master/texmf-dist/doc/latex/disser/templates-utf8/master
parent5cf6f77f3a4d03a7ffcb78f2fef5f5172905534a (diff)
disser (5jul16)
git-svn-id: svn://tug.org/texlive/trunk@41635 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates-utf8/master')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/master/1.tex1
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/master/Makefile21
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/master/app-a.tex1
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/master/concl.tex1
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/master/fig/Makefile1
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/master/fig/nomake.cmd1
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/master/intro.tex5
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/master/nomake.cmd34
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/master/thesis.bib173
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/master/thesis.tex156
10 files changed, 394 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/master/1.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/1.tex
new file mode 100644
index 00000000000..d2d7f251b17
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/1.tex
@@ -0,0 +1 @@
+\chapter{Название главы}
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/master/Makefile b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/Makefile
new file mode 100644
index 00000000000..ef775e6d4f7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/Makefile
@@ -0,0 +1,21 @@
+#
+# Makefile for documents and templates
+# Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
+#
+
+TARGET ?= thesis
+BIBTEX := biber
+BIBTEXFLAGS :=
+
+include ../../include/latex.mk
+
+all: pdf
+
+allpdf: pdf
+
+alldvi: dvi
+
+help: .help
+ @echo " all alias for pdf target" ;\
+ echo " allpdf alias for pdf target" ;\
+ echo " alldvi alias for dvi target" ;\
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/master/app-a.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/app-a.tex
new file mode 100644
index 00000000000..7e35d8529e6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/app-a.tex
@@ -0,0 +1 @@
+\chapter{Заголовок приложения}
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/master/concl.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/concl.tex
new file mode 100644
index 00000000000..cd60e4f2708
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/concl.tex
@@ -0,0 +1 @@
+\conclusion
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/master/fig/Makefile b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/fig/Makefile
new file mode 100644
index 00000000000..775b7fc3d88
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/fig/Makefile
@@ -0,0 +1 @@
+include ../../../include/latex.fig.mk \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/master/fig/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/fig/nomake.cmd
new file mode 100644
index 00000000000..d5b89784882
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/fig/nomake.cmd
@@ -0,0 +1 @@
+@call ..\..\..\include\latex.fig.nmk.cmd %* \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/master/intro.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/intro.tex
new file mode 100644
index 00000000000..9266d88ac1a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/intro.tex
@@ -0,0 +1,5 @@
+\intro
+
+Ссылки на литературу~\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}. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/master/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/nomake.cmd
new file mode 100644
index 00000000000..5bcc7c95bc2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/nomake.cmd
@@ -0,0 +1,34 @@
+@echo off
+
+rem Makefile for documents and templates
+rem Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
+
+chcp 1251 > nul
+set bibtex=biber
+set bibtexflags=
+set latexnmk=call ..\..\include\latex.nmk.cmd
+
+if "%1"=="" (
+ %latexnmk%
+) else (
+ for %%f in (%*) do if "%%f"=="help" (
+ call :%%f
+ ) else if "%%f"=="all" (
+ %latexnmk% pdf
+ ) else if "%%f"=="allpdf" (
+ %latexnmk% pdf
+ ) else if "%%f"=="alldvi" (
+ %latexnmk% dvi
+ ) else (
+ %latexnmk% %%f
+ )
+)
+
+exit /b
+
+:help
+ echo all alias for pdf target
+ echo allpdf alias for pdf target
+ echo alldvi alias for dvi target
+ %latexnmk% help
+goto :eof
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/master/thesis.bib b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/thesis.bib
new file mode 100644
index 00000000000..ea2e0c361fe
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/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},
+}
+
+@DSCITHESIS{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 = {Э. В. Тернер},
+ 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},
+}
+
+@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},
+}
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/master/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/thesis.tex
new file mode 100644
index 00000000000..aafac7072ec
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/thesis.tex
@@ -0,0 +1,156 @@
+\documentclass[%
+master, % тип документа
+subf, % использовать пакет subcaption для вложенной нумерации рисунков
+href, % использовать пакет hyperref для создания гиперссылок
+colorlinks, % цветные гиперссылки
+%times, % шрифт Times как основной
+%fixint, % включить прямые знаки интегралов
+]{disser}
+
+\usepackage[
+ a4paper, mag=1000,
+ left=2.5cm, right=1cm, top=2cm, bottom=2cm, headsep=0.7cm, footskip=1cm
+]{geometry}
+\usepackage[T2A]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage[english,russian]{babel}
+\ifpdf\usepackage{epstopdf}\fi
+
+\usepackage[style=gost-numeric,
+ backend=biber,
+ language=auto,
+ hyperref=auto,
+ autolang=other,
+ sorting=none
+]{biblatex}
+
+\addbibresource{thesis.bib}
+
+% Номера страниц снизу и по центру
+%\pagestyle{footcenter}
+%\chapterpagestyle{footcenter}
+
+% Точка с запятой в качестве разделителя между номерами цитирований
+%\setcitestyle{semicolon}
+
+% Использовать полужирное начертание для векторов
+\let\vec=\mathbf
+
+% Включать подсекции в оглавление
+\setcounter{tocdepth}{2}
+
+\graphicspath{{fig/}}
+
+\begin{document}
+
+% Переопределение стандартных заголовков
+%\def\contentsname{Содержание}
+%\def\conclusionname{Выводы}
+%\def\bibname{Литература}
+
+\institution{Название организации}
+
+% Имя лица, допускающего к защите (зав. кафедрой)
+\apname{ФИО зав. кафедрой}
+
+\title{ДИССЕРТАЦИЯ\\[-14pt]на соискание ученой степени\\МАГИСТРА}
+
+\topic{Тема диссертации}
+
+% Автор
+\author {ФИО автора} % ФИО
+\group {1111/1} % Группа
+\coursenum {111111} % Номер направления
+\course {Название направления}
+\masterprognum{111111} % Номер магистерской программы
+\masterprog {Название программы}
+
+% Научный руководитель
+\sa {ФИО руководителя}
+\sastatus{д.~ф.-м.~н., ст.~н.~с.}
+% Второй научный руководитель
+%\sasnd {ФИО руководителя}
+%\sasndstatus{д.~ф.-м.~н., ст.~н.~с.}
+
+% Рецензент
+\rev {ФИО рецензента}
+\revstatus{д.~ф.-м.~н., в.~н.~с.}
+% Второй рецензент
+%\revsnd {ФИО рецензента}
+%\revsndstatus{д.~т.~н., ст.~н.~с.}
+
+% Консультант
+\con{ФИО консультанта}
+\conspec{вопросам\\охраны труда}
+\constatus{к.~т.~н., доц.}
+% Второй консультант
+%\consnd{ФИО консультанта}
+%\consndspec{экономическим\\вопросам}
+%\consndstatus{к.~э.~н., доц.}
+
+% Город и год
+\city{Санкт-Петербург}
+\date{\number\year}
+
+\maketitle
+
+%%
+%% Titlepage in English
+%%
+%
+%\institution{Name of Organization}
+%
+%% Approved by
+%\apname{Professor S.\,S.~Sidorov}
+%
+%\title{Master's Thesis}
+%
+%% Topic
+%\topic{Dummy Title}
+%
+%% Author
+%\author{Author's Name} % Full Name
+%\course{Physics} % Название специальности
+%
+%\group{} % Study Group
+%\masterprog {Title of program}
+%
+%% Scientific Advisor
+%\sa {I.\,I.~Ivanov}
+%\sastatus {Professor}
+%
+%% Reviewer
+%\rev {P.\,P.~Petrov}
+%\revstatus{Associate Professor}
+%
+%% Consultant
+%\con{}
+%\conspec{}
+%\constatus{}
+%
+%% City & Year
+%\city{Saint Petersburg}
+%\date{\number\year}
+%
+%\maketitle[en]
+
+% Содержание
+\tableofcontents
+% Введение
+\input{intro}
+% Глава 1
+\input{1}
+% Глава 2
+%\input{2}
+
+% Заключение
+\input{concl}
+
+% Список литературы
+\printbibliography[heading=bibintoc]
+
+% Приложения
+\appendix
+\input{app-a}
+
+\end{document}