summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/disser/templates/master
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/disser/templates/master')
-rw-r--r--macros/latex/contrib/disser/templates/master/1.tex17
-rw-r--r--macros/latex/contrib/disser/templates/master/Makefile21
-rw-r--r--macros/latex/contrib/disser/templates/master/a.tex1
-rw-r--r--macros/latex/contrib/disser/templates/master/concl.tex1
-rw-r--r--macros/latex/contrib/disser/templates/master/fig/Makefile1
-rw-r--r--macros/latex/contrib/disser/templates/master/fig/nomake.cmd1
-rw-r--r--macros/latex/contrib/disser/templates/master/intro.tex1
-rw-r--r--macros/latex/contrib/disser/templates/master/nomake.cmd33
-rw-r--r--macros/latex/contrib/disser/templates/master/thesis.bib173
-rw-r--r--macros/latex/contrib/disser/templates/master/thesis.tex192
10 files changed, 441 insertions, 0 deletions
diff --git a/macros/latex/contrib/disser/templates/master/1.tex b/macros/latex/contrib/disser/templates/master/1.tex
new file mode 100644
index 0000000000..837215a0e9
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/master/1.tex
@@ -0,0 +1,17 @@
+\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$-й частицы}.
diff --git a/macros/latex/contrib/disser/templates/master/Makefile b/macros/latex/contrib/disser/templates/master/Makefile
new file mode 100644
index 0000000000..105e4055c1
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/master/Makefile
@@ -0,0 +1,21 @@
+#
+# 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: 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/macros/latex/contrib/disser/templates/master/a.tex b/macros/latex/contrib/disser/templates/master/a.tex
new file mode 100644
index 0000000000..fee423fcec
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/master/a.tex
@@ -0,0 +1 @@
+\chapter{Название приложения}
diff --git a/macros/latex/contrib/disser/templates/master/concl.tex b/macros/latex/contrib/disser/templates/master/concl.tex
new file mode 100644
index 0000000000..cd60e4f270
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/master/concl.tex
@@ -0,0 +1 @@
+\conclusion
diff --git a/macros/latex/contrib/disser/templates/master/fig/Makefile b/macros/latex/contrib/disser/templates/master/fig/Makefile
new file mode 100644
index 0000000000..775b7fc3d8
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/master/fig/Makefile
@@ -0,0 +1 @@
+include ../../../include/latex.fig.mk \ No newline at end of file
diff --git a/macros/latex/contrib/disser/templates/master/fig/nomake.cmd b/macros/latex/contrib/disser/templates/master/fig/nomake.cmd
new file mode 100644
index 0000000000..d5b8978488
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/master/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/master/intro.tex b/macros/latex/contrib/disser/templates/master/intro.tex
new file mode 100644
index 0000000000..8b7194aafe
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/master/intro.tex
@@ -0,0 +1 @@
+\intro
diff --git a/macros/latex/contrib/disser/templates/master/nomake.cmd b/macros/latex/contrib/disser/templates/master/nomake.cmd
new file mode 100644
index 0000000000..958c8b3631
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/master/nomake.cmd
@@ -0,0 +1,33 @@
+@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" (
+ %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/macros/latex/contrib/disser/templates/master/thesis.bib b/macros/latex/contrib/disser/templates/master/thesis.bib
new file mode 100644
index 0000000000..01a40aeb87
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/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},
+}
+
+@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/master/thesis.tex b/macros/latex/contrib/disser/templates/master/thesis.tex
new file mode 100644
index 0000000000..e7529f39b3
--- /dev/null
+++ b/macros/latex/contrib/disser/templates/master/thesis.tex
@@ -0,0 +1,192 @@
+\documentclass[%
+master, % тип документа
+natbib, % использовать пакет natbib для "сжатия" цитирований
+subf, % использовать пакет subcaption для вложенной нумерации рисунков
+href, % использовать пакет hyperref для создания гиперссылок
+colorlinks, % цветные гиперссылки
+%fixint, % включить прямые знаки интегралов
+]{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}
+
+% Плавающие рисунки "в оборку".
+\usepackage{wrapfig}
+
+% Номера страниц снизу и по центру
+%\pagestyle{footcenter}
+%\chapterpagestyle{footcenter}
+
+% Точка с запятой в качестве разделителя между номерами цитирований
+%\setcitestyle{semicolon}
+
+% Использовать полужирное начертание для векторов
+\let\vec=\mathbf
+
+% Путь к файлам с иллюстрациями
+\graphicspath{{fig/}}
+
+% Включать подсекции в оглавление
+\setcounter{tocdepth}{2}
+
+\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} % Specialization
+%
+%\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}
+
+% Список сокращений и условных обозначений
+\printnomenclature
+
+% Не добавлять длинное тире в качестве разделителя
+%\newcommand\BibDash{}
+% Выделять курсивом
+\let\BibEmph=\emph
+\bibliographystyle{gost2008}
+
+% Список литературы
+\bibliography{thesis}
+
+% Приложения
+%\appendix
+%\input{a}
+
+\end{document}