From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- .../latex/contrib/disser/templates-utf8/Makefile | 34 ++ .../contrib/disser/templates-utf8/bachelor/1.tex | 152 +++++++ .../disser/templates-utf8/bachelor/Makefile | 21 + .../contrib/disser/templates-utf8/bachelor/a.tex | 1 + .../disser/templates-utf8/bachelor/concl.tex | 1 + .../disser/templates-utf8/bachelor/fig/Makefile | 1 + .../disser/templates-utf8/bachelor/fig/fig.eps | 490 +++++++++++++++++++++ .../disser/templates-utf8/bachelor/fig/nomake.cmd | 1 + .../disser/templates-utf8/bachelor/intro.tex | 1 + .../disser/templates-utf8/bachelor/nomake.cmd | 35 ++ .../disser/templates-utf8/bachelor/thesis.bib | 173 ++++++++ .../disser/templates-utf8/bachelor/thesis.tex | 162 +++++++ .../contrib/disser/templates-utf8/candidate/1.tex | 19 + .../disser/templates-utf8/candidate/Makefile | 30 ++ .../contrib/disser/templates-utf8/candidate/a.tex | 1 + .../disser/templates-utf8/candidate/autoref.tex | 219 +++++++++ .../disser/templates-utf8/candidate/common.tex | 77 ++++ .../disser/templates-utf8/candidate/concl.tex | 1 + .../disser/templates-utf8/candidate/dict.tex | 4 + .../disser/templates-utf8/candidate/fig/Makefile | 1 + .../templates-utf8/candidate/fig/facsimile.eps | 260 +++++++++++ .../disser/templates-utf8/candidate/fig/nomake.cmd | 1 + .../templates-utf8/candidate/fig/sec-facsimile.eps | 260 +++++++++++ .../disser/templates-utf8/candidate/intro.tex | 41 ++ .../disser/templates-utf8/candidate/nomake.cmd | 46 ++ .../disser/templates-utf8/candidate/review.tex | 1 + .../disser/templates-utf8/candidate/thesis.bib | 173 ++++++++ .../disser/templates-utf8/candidate/thesis.tex | 167 +++++++ .../contrib/disser/templates-utf8/doctor/1.tex | 19 + .../contrib/disser/templates-utf8/doctor/Makefile | 30 ++ .../contrib/disser/templates-utf8/doctor/a.tex | 1 + .../disser/templates-utf8/doctor/autoref.tex | 219 +++++++++ .../disser/templates-utf8/doctor/common.tex | 72 +++ .../contrib/disser/templates-utf8/doctor/concl.tex | 1 + .../contrib/disser/templates-utf8/doctor/dict.tex | 4 + .../disser/templates-utf8/doctor/fig/Makefile | 1 + .../disser/templates-utf8/doctor/fig/facsimile.eps | 260 +++++++++++ .../disser/templates-utf8/doctor/fig/nomake.cmd | 1 + .../templates-utf8/doctor/fig/sec-facsimile.eps | 260 +++++++++++ .../contrib/disser/templates-utf8/doctor/intro.tex | 49 +++ .../disser/templates-utf8/doctor/nomake.cmd | 46 ++ .../disser/templates-utf8/doctor/review.tex | 1 + .../disser/templates-utf8/doctor/thesis.bib | 173 ++++++++ .../disser/templates-utf8/doctor/thesis.tex | 161 +++++++ .../contrib/disser/templates-utf8/master/1.tex | 17 + .../contrib/disser/templates-utf8/master/Makefile | 21 + .../contrib/disser/templates-utf8/master/a.tex | 1 + .../contrib/disser/templates-utf8/master/concl.tex | 1 + .../disser/templates-utf8/master/fig/Makefile | 1 + .../disser/templates-utf8/master/fig/nomake.cmd | 1 + .../contrib/disser/templates-utf8/master/intro.tex | 1 + .../disser/templates-utf8/master/nomake.cmd | 34 ++ .../disser/templates-utf8/master/thesis.bib | 173 ++++++++ .../disser/templates-utf8/master/thesis.tex | 175 ++++++++ .../latex/contrib/disser/templates-utf8/nomake.cmd | 55 +++ .../contrib/disser/templates-utf8/specialist/1.tex | 15 + .../disser/templates-utf8/specialist/Makefile | 21 + .../contrib/disser/templates-utf8/specialist/a.tex | 1 + .../disser/templates-utf8/specialist/concl.tex | 1 + .../disser/templates-utf8/specialist/fig/Makefile | 1 + .../disser/templates-utf8/specialist/fig/fig.eps | 490 +++++++++++++++++++++ .../templates-utf8/specialist/fig/nomake.cmd | 1 + .../disser/templates-utf8/specialist/intro.tex | 1 + .../disser/templates-utf8/specialist/nomake.cmd | 35 ++ .../disser/templates-utf8/specialist/thesis.bib | 173 ++++++++ .../disser/templates-utf8/specialist/thesis.tex | 161 +++++++ 66 files changed, 5051 insertions(+) create mode 100644 macros/latex/contrib/disser/templates-utf8/Makefile create mode 100644 macros/latex/contrib/disser/templates-utf8/bachelor/1.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/bachelor/Makefile create mode 100644 macros/latex/contrib/disser/templates-utf8/bachelor/a.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/bachelor/concl.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/bachelor/fig/Makefile create mode 100644 macros/latex/contrib/disser/templates-utf8/bachelor/fig/fig.eps create mode 100644 macros/latex/contrib/disser/templates-utf8/bachelor/fig/nomake.cmd create mode 100644 macros/latex/contrib/disser/templates-utf8/bachelor/intro.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/bachelor/nomake.cmd create mode 100644 macros/latex/contrib/disser/templates-utf8/bachelor/thesis.bib create mode 100644 macros/latex/contrib/disser/templates-utf8/bachelor/thesis.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/1.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/Makefile create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/a.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/autoref.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/common.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/concl.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/dict.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/fig/Makefile create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/fig/facsimile.eps create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/fig/nomake.cmd create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/fig/sec-facsimile.eps create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/intro.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/nomake.cmd create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/review.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/thesis.bib create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/thesis.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/1.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/Makefile create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/a.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/autoref.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/common.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/concl.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/dict.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/fig/Makefile create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/fig/facsimile.eps create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/fig/nomake.cmd create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/fig/sec-facsimile.eps create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/intro.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/nomake.cmd create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/review.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/thesis.bib create mode 100644 macros/latex/contrib/disser/templates-utf8/doctor/thesis.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/master/1.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/master/Makefile create mode 100644 macros/latex/contrib/disser/templates-utf8/master/a.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/master/concl.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/master/fig/Makefile create mode 100644 macros/latex/contrib/disser/templates-utf8/master/fig/nomake.cmd create mode 100644 macros/latex/contrib/disser/templates-utf8/master/intro.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/master/nomake.cmd create mode 100644 macros/latex/contrib/disser/templates-utf8/master/thesis.bib create mode 100644 macros/latex/contrib/disser/templates-utf8/master/thesis.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/nomake.cmd create mode 100644 macros/latex/contrib/disser/templates-utf8/specialist/1.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/specialist/Makefile create mode 100644 macros/latex/contrib/disser/templates-utf8/specialist/a.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/specialist/concl.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/specialist/fig/Makefile create mode 100644 macros/latex/contrib/disser/templates-utf8/specialist/fig/fig.eps create mode 100644 macros/latex/contrib/disser/templates-utf8/specialist/fig/nomake.cmd create mode 100644 macros/latex/contrib/disser/templates-utf8/specialist/intro.tex create mode 100644 macros/latex/contrib/disser/templates-utf8/specialist/nomake.cmd create mode 100644 macros/latex/contrib/disser/templates-utf8/specialist/thesis.bib create mode 100644 macros/latex/contrib/disser/templates-utf8/specialist/thesis.tex (limited to 'macros/latex/contrib/disser/templates-utf8') diff --git a/macros/latex/contrib/disser/templates-utf8/Makefile b/macros/latex/contrib/disser/templates-utf8/Makefile new file mode 100644 index 0000000000..91acf101e1 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/Makefile @@ -0,0 +1,34 @@ +# +# Makefile for documents and templates +# Author: Stanislav Kruchinin +# + +TARGET ?= thesis +TEXMF ?= /usr/share/texmf +DESTDIR ?= $(TEXMF) +DOCDIR ?= $(DESTDIR)/doc/latex/disser + +.PHONY: help install uninstall reinstall + +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 ../templates-utf8 $(DOCDIR) ;\ + cp -rf ../include $(DOCDIR) + +uninstall: + -rm -rf $(DOCDIR) + +reinstall: uninstall install diff --git a/macros/latex/contrib/disser/templates-utf8/bachelor/1.tex b/macros/latex/contrib/disser/templates-utf8/bachelor/1.tex new file mode 100644 index 0000000000..fd4f619bc2 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/bachelor/1.tex @@ -0,0 +1,152 @@ +\chapter{Название главы} +\section{Название секции} + +Внутритекстовая формула $\frac{1}{\epsilon^*}=\frac{1}{\epsilon_\infty}-\frac{1}{\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} + +Ссылка на рис.~\ref{f:fig} +\begin{figure}[!ht] + \centering + \includegraphics[width=4cm]{fig} + \caption{\label{f:fig}% + Подпись к рисунку. + } +\end{figure} + +\begin{wrapfigure}{r}{0.35\textwidth} +\centering +\includegraphics[width=4cm]{fig} +\caption{\label{f:ff}% +Рисунок <<в оборку>>. +} +\end{wrapfigure} + +Если разность энергий электронно-дырочных уровней $E_2 - E_1$ близка к энергии продольного оптического фонона $\hbar\Omega_{\mathrm{LO}}$, то в разложении волновых функций полного гамильтониана можно ограничиться нулевым приближением для всех состояний, за исключением близких по значению к $E_2$. +Волновые функции последних представляют собой следующие комбинации вырожденных состояний\footnote{Текст сноски}. + +Ссылка на таблицу~\ref{t:InPSiO2}. +\begin{table}[!ht] + \centering + \caption{Пример таблицы}\label{t:InPSiO2} + \begin{tabular}{l|ccc} + \hline\hline + & \quad$\lambda \cdot 10^{-11}$,~$\text{дин}\cdot\text{см}^{-2}$ + & \quad$\mu \cdot 10^{-11}$,~$\text{дин}\cdot\text{см}^{-2}$ + & \quad$\rho$, $\text{г}\cdot\text{см}^{-3}$ \\ + \hline + InP & 3.82 & 1.69 & 4.14 \\ + SiO$_{2}$ & 1.57 & 3.11 & 2.2 \\ + \hline\hline + \end{tabular} +\end{table} + +\begin{figure}[!ht] + \centering + \begin{minipage}{5cm} + \centering + \includegraphics[width=4cm]{fig} + \caption{Рисунок с отдельным названием} + \end{minipage} + \quad + \begin{minipage}{5cm} + \centering + \includegraphics[width=4cm]{fig} + \caption{Рисунок с отдельным названием} + \end{minipage} + \quad + \begin{minipage}{5cm} + \centering + \includegraphics[width=4cm]{fig} + \caption{Рисунок с отдельным названием} + \end{minipage} +\end{figure} + +\begin{figure}[!ht] + \centering + \begin{minipage}{5cm} + \includegraphics[width=4cm]{fig} + \end{minipage} + \begin{minipage}{5cm} + \includegraphics[width=4cm]{fig} + \end{minipage} + \caption{Рисунки с единым названием} +\end{figure} + +Ссылка на внутренний рисунок (рис.~\ref{f:sub1}). + +\begin{figure}[!ht] +\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, + \subref{f:sub2} ссылка 2, + \subref{f:sub3} ссылка 3. + } +\end{figure} + +\subsection{Название подсекции} +Текст подсекции +\subsubsection{Название под-подсекции} +Текст под-подсекции +\paragraph{Название параграфа.} +Текст параграфа +\subparagraph{Название подпараграфа.} +Текст подпараграфа + +Нумеруемый список: +\begin{enumerate} + \item Первый уровень вложенности. + \begin{enumerate} + \item Второй уровень вложенности. + \begin{enumerate} + \item Третий уровень вложенности. + \end{enumerate} + \end{enumerate} +\end{enumerate} + +Демонстрация полностью настраиваемых окружений типа <<теорема>>. + +\newtheorem{theorem}{Теорема}[chapter] +\def\theoremstyle{} +\def\postthetheorem{:} + +\newtheorem{lemm}{Лемма}[chapter] +\def\thelemmstyle{\bfseries} +\def\oparglemmstyle{} +\def\lemmstyle{} +\def\preoparglemm{(} +\def\postoparglemm{):} + +\newtheorem{remark}{Примечание}[chapter] +\def\remarkstyle{\itshape} +\def\theremarkstyle{} +\def\posttheremark{:} + +\begin{lemm}[Шура] +Квадратная матрица, коммутирующая со всеми матрицами неприводимого представления, кратна единичной. +\end{lemm} + +\begin{theorem} +Гомоморфный образ группы изоморфен фактор-группе по ядру гомоморфизма. +\end{theorem} + +\begin{remark} +Текст примечания. +\end{remark} diff --git a/macros/latex/contrib/disser/templates-utf8/bachelor/Makefile b/macros/latex/contrib/disser/templates-utf8/bachelor/Makefile new file mode 100644 index 0000000000..ef775e6d4f --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/bachelor/Makefile @@ -0,0 +1,21 @@ +# +# Makefile for documents and templates +# Author: Stanislav Kruchinin +# + +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/macros/latex/contrib/disser/templates-utf8/bachelor/a.tex b/macros/latex/contrib/disser/templates-utf8/bachelor/a.tex new file mode 100644 index 0000000000..362b35263b --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/bachelor/a.tex @@ -0,0 +1 @@ +\chapter{Название приложения} diff --git a/macros/latex/contrib/disser/templates-utf8/bachelor/concl.tex b/macros/latex/contrib/disser/templates-utf8/bachelor/concl.tex new file mode 100644 index 0000000000..cd60e4f270 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/bachelor/concl.tex @@ -0,0 +1 @@ +\conclusion diff --git a/macros/latex/contrib/disser/templates-utf8/bachelor/fig/Makefile b/macros/latex/contrib/disser/templates-utf8/bachelor/fig/Makefile new file mode 100644 index 0000000000..775b7fc3d8 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/bachelor/fig/Makefile @@ -0,0 +1 @@ +include ../../../include/latex.fig.mk \ No newline at end of file diff --git a/macros/latex/contrib/disser/templates-utf8/bachelor/fig/fig.eps b/macros/latex/contrib/disser/templates-utf8/bachelor/fig/fig.eps new file mode 100644 index 0000000000..9382ce4351 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/bachelor/fig/fig.eps @@ -0,0 +1,490 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%BoundingBox: 235 371 361 470 +%%HiResBoundingBox: 236 371.521 360.901 469.38 +%................................. +%%Creator: MiKTeX GPL Ghostscript 860 (epswrite) +%%CreationDate: 2007/12/07 10:10:05 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%EndComments +%%BeginProlog +% This copyright applies to everything between here and the %%EndProlog: +% Copyright (C) 2007 Artifex Software, Inc. All rights reserved. +%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0 +/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{< + +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/macros/latex/contrib/disser/templates-utf8/bachelor/thesis.bib b/macros/latex/contrib/disser/templates-utf8/bachelor/thesis.bib new file mode 100644 index 0000000000..cbb799db32 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/bachelor/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-utf8/bachelor/thesis.tex b/macros/latex/contrib/disser/templates-utf8/bachelor/thesis.tex new file mode 100644 index 0000000000..a78335a4f0 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/bachelor/thesis.tex @@ -0,0 +1,162 @@ +\documentclass[% +bachelor, % тип документа +%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[utf8]{inputenc} +\usepackage[english,russian]{babel} +\ifpdf\usepackage{epstopdf}\fi +\usepackage[autostyle]{csquotes} + +% Шрифт Times в тексте как основной +%\usepackage{tempora} +% альтернативный пакет из дистрибутива TeX Live +%\usepackage{cyrtimes} + +% Шрифт Times в формулах как основной +%\usepackage[varg,cmbraces,cmintegrals]{newtxmath} +% альтернативный пакет +%\usepackage[subscriptcorrection,nofontinfo]{mtpro2} + +\usepackage[% + style=gost-numeric, + backend=biber, + language=auto, + hyperref=auto, + autolang=other, + sorting=none +]{biblatex} + +\addbibresource{thesis.bib} + +% Плавающие рисунки "в оборку". +\usepackage{wrapfig} + +% Номера страниц снизу и по центру +%\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{ВЫПУСКНАЯ РАБОТА\\БАКАЛАВРА} + +\topic{Тема работы} + +% Автор +\author{ФИО автора} +% Группа +\group{1111/1} +% Номер специальности +\coursenum{111111} +% Название специальности +\course{Физика} + +% Научный руководитель +\sa {ФИО руководителя} +\sastatus{д.~ф.-м.~н., ст.~н.~с.} + +% Город и год +\city{Санкт-Петербург} +\date{\number\year} + +\maketitle + +%% +%% Titlepage in English +%% +% +%\institution{Name of Organization} +% +%% Approved by +%\apname{Professor S.\,S.~Sidorov} +% +%\title{Bachelor's Thesis} +% +%% Topic +%\topic{Dummy Title} +% +%% Author +%\author{Author's Name} % Full Name +%\course{Physics} % Specialization +% +%\group{} % Study Group +% +%% 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{a} + +\end{document} diff --git a/macros/latex/contrib/disser/templates-utf8/candidate/1.tex b/macros/latex/contrib/disser/templates-utf8/candidate/1.tex new file mode 100644 index 0000000000..ec899d01a1 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/candidate/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-utf8/candidate/Makefile b/macros/latex/contrib/disser/templates-utf8/candidate/Makefile new file mode 100644 index 0000000000..f74054616e --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/candidate/Makefile @@ -0,0 +1,30 @@ +# +# Makefile for documents and templates +# Author: Stanislav Kruchinin +# + +TARGET ?= thesis +BIBTEX := biber +BIBTEXFLAGS := + +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-utf8/candidate/a.tex b/macros/latex/contrib/disser/templates-utf8/candidate/a.tex new file mode 100644 index 0000000000..362b35263b --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/candidate/a.tex @@ -0,0 +1 @@ +\chapter{Название приложения} diff --git a/macros/latex/contrib/disser/templates-utf8/candidate/autoref.tex b/macros/latex/contrib/disser/templates-utf8/candidate/autoref.tex new file mode 100644 index 0000000000..ce35cf487f --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/candidate/autoref.tex @@ -0,0 +1,219 @@ +\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[utf8]{inputenc} +\usepackage[english,russian]{babel} +\usepackage{tabularx} +\ifpdf\usepackage{epstopdf}\fi + +\usepackage[style=gost-numeric, + backend=biber, + language=auto, + hyperref=auto, + autolang=other, + defernumbers, + sorting=none +]{biblatex} + +\addbibresource{thesis.bib} + +% Номера страниц снизу и по центру +%\pagestyle{footcenter} +%\chapterpagestyle{footcenter} + +% Точка с запятой в качестве разделителя между номерами цитирований +%\setcitestyle{semicolon} + +% Путь к файлам с иллюстрациями +\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{В первой главе} ... + +Содержание первой главы. + +Результаты первой главы опубликованы в работе~\cite{Ivanov_1999_Journal_17_173}. + +\textbf{Во второй главе} ... + +Содержание второй главы. + +Результаты второй главы опубликованы в работе~\cite{Petrov_2001_Journal_23_12321}. + +\textbf{В третьей главе} ... + +Содержание третьей главы. + +Результаты третьей главы опубликованы в работе~\cite{Sidorov_2002_Journal_32_1531}. + +\textbf{В Заключении} + +% ---------------------------------------------------------------- +\printbibliography[keyword=own,title={Основные публикации по теме диссертации}] +\printbibliography[notkeyword=own,title={Цитированная литература}] + +% ---------------------------------------------------------------- +% Выходные данные +\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-utf8/candidate/common.tex b/macros/latex/contrib/disser/templates-utf8/candidate/common.tex new file mode 100644 index 0000000000..8fcc9a5f50 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/candidate/common.tex @@ -0,0 +1,77 @@ +% Общие поля титульного листа диссертации и автореферата +\institution{Название организации} + +\topic{Тема диссертации} + +\author{ФИО автора} + +\specnum{01.04.05} +\spec{Оптика} +%\specsndnum{01.04.07} +%\specsnd{Физика конденсированного состояния} + +\sa{ФИО руководителя} +\sastatus{д.~ф.-м.~н., проф.} +%\sasnd{ФИО второго руководителя} +%\sasndstatus{к.~ф.-м.~н., проф.} + +%\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$ +статей в рецензируемых журналах~\cite{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-utf8/candidate/concl.tex b/macros/latex/contrib/disser/templates-utf8/candidate/concl.tex new file mode 100644 index 0000000000..cd60e4f270 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/candidate/concl.tex @@ -0,0 +1 @@ +\conclusion diff --git a/macros/latex/contrib/disser/templates-utf8/candidate/dict.tex b/macros/latex/contrib/disser/templates-utf8/candidate/dict.tex new file mode 100644 index 0000000000..3a55f5b54c --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/candidate/dict.tex @@ -0,0 +1,4 @@ +% Словарь терминов +\dict + +\textbf{Термин} "--- определение. diff --git a/macros/latex/contrib/disser/templates-utf8/candidate/fig/Makefile b/macros/latex/contrib/disser/templates-utf8/candidate/fig/Makefile new file mode 100644 index 0000000000..775b7fc3d8 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/candidate/fig/Makefile @@ -0,0 +1 @@ +include ../../../include/latex.fig.mk \ No newline at end of file diff --git a/macros/latex/contrib/disser/templates-utf8/candidate/fig/facsimile.eps b/macros/latex/contrib/disser/templates-utf8/candidate/fig/facsimile.eps new file mode 100644 index 0000000000..9a944f547a --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/candidate/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{<> +/CCITTFaxDecode filter}!/FX{< + +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" ( + 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-utf8/candidate/review.tex b/macros/latex/contrib/disser/templates-utf8/candidate/review.tex new file mode 100644 index 0000000000..59a92856e0 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/candidate/review.tex @@ -0,0 +1 @@ +\review diff --git a/macros/latex/contrib/disser/templates-utf8/candidate/thesis.bib b/macros/latex/contrib/disser/templates-utf8/candidate/thesis.bib new file mode 100644 index 0000000000..cbb799db32 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/candidate/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-utf8/candidate/thesis.tex b/macros/latex/contrib/disser/templates-utf8/candidate/thesis.tex new file mode 100644 index 0000000000..d47a5854b8 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/candidate/thesis.tex @@ -0,0 +1,167 @@ +\documentclass[% +candidate, % тип документа +%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[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{wrapfig} + +\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\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{PhD Thesis} +% +%% Topic +%\topic{Dummy Title} +% +%% Author +%\author{Author's Name} +% +%\specnum{01.04.05} +%\spec{Optics} +% +%%\specsndnum{01.04.07} +%%\specsnd{Condensed matter physics} +% +%\sa{I.\,I.~Ivanov} +%\sastatus{Professor} +%%\sasnd{P.\,P.~Petrov} +%%\sasndstatus{Professor} +% +%% Scientific consultant +%%\scon{B.\,B.~Baranov} +%%\sconstatus{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} + +% Список литературы +\printbibliography[heading=bibintoc] + +% Список иллюстративного материала +%\listoffigures + +% Приложения +%\appendix +%\input{a} + +\end{document} diff --git a/macros/latex/contrib/disser/templates-utf8/doctor/1.tex b/macros/latex/contrib/disser/templates-utf8/doctor/1.tex new file mode 100644 index 0000000000..ec899d01a1 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/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-utf8/doctor/Makefile b/macros/latex/contrib/disser/templates-utf8/doctor/Makefile new file mode 100644 index 0000000000..f74054616e --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/doctor/Makefile @@ -0,0 +1,30 @@ +# +# Makefile for documents and templates +# Author: Stanislav Kruchinin +# + +TARGET ?= thesis +BIBTEX := biber +BIBTEXFLAGS := + +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-utf8/doctor/a.tex b/macros/latex/contrib/disser/templates-utf8/doctor/a.tex new file mode 100644 index 0000000000..362b35263b --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/doctor/a.tex @@ -0,0 +1 @@ +\chapter{Название приложения} diff --git a/macros/latex/contrib/disser/templates-utf8/doctor/autoref.tex b/macros/latex/contrib/disser/templates-utf8/doctor/autoref.tex new file mode 100644 index 0000000000..8f077fe574 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/doctor/autoref.tex @@ -0,0 +1,219 @@ +\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[utf8]{inputenc} +\usepackage[english,russian]{babel} +\usepackage{tabularx} +\ifpdf\usepackage{epstopdf}\fi + +\usepackage[style=gost-numeric, + backend=biber, + language=auto, + hyperref=auto, + autolang=other, + defernumbers, + sorting=none +]{biblatex} + +\addbibresource{thesis.bib} + +% Номера страниц снизу и по центру +%\pagestyle{footcenter} +%\chapterpagestyle{footcenter} + +% Точка с запятой в качестве разделителя между номерами цитирований +%\setcitestyle{semicolon} + +% Путь к файлам с иллюстрациями +\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{В первой главе} ... + +Содержание первой главы. + +Результаты первой главы опубликованы в работе~\cite{Ivanov_1999_Journal_17_173}. + +\textbf{Во второй главе} ... + +Содержание второй главы. + +Результаты второй главы опубликованы в работе~\cite{Petrov_2001_Journal_23_12321}. + +\textbf{В третьей главе} ... + +Содержание третьей главы. + +Результаты третьей главы опубликованы в работе~\cite{Sidorov_2002_Journal_32_1531}. + +\textbf{В Заключении} + +% ---------------------------------------------------------------- +\printbibliography[keyword=own,title={Основные публикации по теме диссертации}] +\printbibliography[notkeyword=own,title={Цитированная литература}] + +% ---------------------------------------------------------------- +% Выходные данные +\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-utf8/doctor/common.tex b/macros/latex/contrib/disser/templates-utf8/doctor/common.tex new file mode 100644 index 0000000000..c1f53f2da9 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/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$ +статей в рецензируемых журналах~\cite{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-utf8/doctor/concl.tex b/macros/latex/contrib/disser/templates-utf8/doctor/concl.tex new file mode 100644 index 0000000000..cd60e4f270 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/doctor/concl.tex @@ -0,0 +1 @@ +\conclusion diff --git a/macros/latex/contrib/disser/templates-utf8/doctor/dict.tex b/macros/latex/contrib/disser/templates-utf8/doctor/dict.tex new file mode 100644 index 0000000000..3a55f5b54c --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/doctor/dict.tex @@ -0,0 +1,4 @@ +% Словарь терминов +\dict + +\textbf{Термин} "--- определение. diff --git a/macros/latex/contrib/disser/templates-utf8/doctor/fig/Makefile b/macros/latex/contrib/disser/templates-utf8/doctor/fig/Makefile new file mode 100644 index 0000000000..775b7fc3d8 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/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-utf8/doctor/fig/facsimile.eps b/macros/latex/contrib/disser/templates-utf8/doctor/fig/facsimile.eps new file mode 100644 index 0000000000..9a944f547a --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/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{<> +/CCITTFaxDecode filter}!/FX{< + +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" ( + 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-utf8/doctor/review.tex b/macros/latex/contrib/disser/templates-utf8/doctor/review.tex new file mode 100644 index 0000000000..59a92856e0 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/doctor/review.tex @@ -0,0 +1 @@ +\review diff --git a/macros/latex/contrib/disser/templates-utf8/doctor/thesis.bib b/macros/latex/contrib/disser/templates-utf8/doctor/thesis.bib new file mode 100644 index 0000000000..cbb799db32 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/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-utf8/doctor/thesis.tex b/macros/latex/contrib/disser/templates-utf8/doctor/thesis.tex new file mode 100644 index 0000000000..f0271e9809 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/doctor/thesis.tex @@ -0,0 +1,161 @@ +\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[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, + language=auto, + hyperref=auto, + autolang=other, + sorting=none +]{biblatex} + +\addbibresource{thesis.bib} + +% Номера страниц снизу и по центру +%\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} + +% Список литературы +\printbibliography[heading=bibintoc] + +% Список иллюстративного материала +%\listoffigures + +% Приложения +%\appendix +%\input{a} + +\end{document} diff --git a/macros/latex/contrib/disser/templates-utf8/master/1.tex b/macros/latex/contrib/disser/templates-utf8/master/1.tex new file mode 100644 index 0000000000..436eb05ede --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/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-utf8/master/Makefile b/macros/latex/contrib/disser/templates-utf8/master/Makefile new file mode 100644 index 0000000000..ef775e6d4f --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/master/Makefile @@ -0,0 +1,21 @@ +# +# Makefile for documents and templates +# Author: Stanislav Kruchinin +# + +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/macros/latex/contrib/disser/templates-utf8/master/a.tex b/macros/latex/contrib/disser/templates-utf8/master/a.tex new file mode 100644 index 0000000000..362b35263b --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/master/a.tex @@ -0,0 +1 @@ +\chapter{Название приложения} diff --git a/macros/latex/contrib/disser/templates-utf8/master/concl.tex b/macros/latex/contrib/disser/templates-utf8/master/concl.tex new file mode 100644 index 0000000000..cd60e4f270 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/master/concl.tex @@ -0,0 +1 @@ +\conclusion diff --git a/macros/latex/contrib/disser/templates-utf8/master/fig/Makefile b/macros/latex/contrib/disser/templates-utf8/master/fig/Makefile new file mode 100644 index 0000000000..775b7fc3d8 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/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-utf8/master/fig/nomake.cmd b/macros/latex/contrib/disser/templates-utf8/master/fig/nomake.cmd new file mode 100644 index 0000000000..d5b8978488 --- /dev/null +++ b/macros/latex/contrib/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/macros/latex/contrib/disser/templates-utf8/master/intro.tex b/macros/latex/contrib/disser/templates-utf8/master/intro.tex new file mode 100644 index 0000000000..8b7194aafe --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/master/intro.tex @@ -0,0 +1 @@ +\intro diff --git a/macros/latex/contrib/disser/templates-utf8/master/nomake.cmd b/macros/latex/contrib/disser/templates-utf8/master/nomake.cmd new file mode 100644 index 0000000000..1f5a575487 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/master/nomake.cmd @@ -0,0 +1,34 @@ +@echo off + +rem Makefile for documents and templates +rem Author: Stanislav Kruchinin + +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/macros/latex/contrib/disser/templates-utf8/master/thesis.bib b/macros/latex/contrib/disser/templates-utf8/master/thesis.bib new file mode 100644 index 0000000000..cbb799db32 --- /dev/null +++ b/macros/latex/contrib/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}, +} + +@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-utf8/master/thesis.tex b/macros/latex/contrib/disser/templates-utf8/master/thesis.tex new file mode 100644 index 0000000000..8148016b36 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/master/thesis.tex @@ -0,0 +1,175 @@ +\documentclass[% +master, % тип документа +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[utf8]{inputenc} +\usepackage[english,russian]{babel} +\ifpdf\usepackage{epstopdf}\fi +\usepackage[autostyle]{csquotes} + +% Шрифт Times в тексте как основной +%\usepackage{tempora} +% альтернативный пакет из дистрибутива TeX Live +%\usepackage{cyrtimes} + +% Шрифт Times в формулах как основной +%\usepackage[varg,cmbraces,cmintegrals]{newtxmath} +% альтернативный пакет +%\usepackage[subscriptcorrection,nofontinfo]{mtpro2} + +\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} % 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} + +% Список литературы +\printbibliography[heading=bibintoc] + +% Приложения +\appendix +\input{a} + +\end{document} diff --git a/macros/latex/contrib/disser/templates-utf8/nomake.cmd b/macros/latex/contrib/disser/templates-utf8/nomake.cmd new file mode 100644 index 0000000000..e7ee41f57a --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/nomake.cmd @@ -0,0 +1,55 @@ +@echo off + +rem nomake script for LaTeX projects +rem Author: Stanislav Kruchinin + +if "%CMDEXTVERSION%"=="" ( + echo This script requires command interpreter from Windows 2000 or above. + goto :eof +) + +setlocal enabledelayedexpansion + +set target=thesis +if "!texmf!"=="" set texmf=%allusersprofile%\Application Data\MiKTeX\2.9 +if "!destdir!"=="" set destdir=!texmf! +if "!docdir!"=="" set docdir=!destdir!\doc\latex\disser +if "!subdirs!"=="" set subdirs=bachelor ..\specialist ..\master ..\candidate ..\doctor + + +if "%1"=="help" ( + call :%1 +) else if "%1"=="install" ( + call :%1 +) else if "%1"=="uninstall" ( + call :%1 +) else if "%1"=="reinstall" ( + call :%1 +) else ( + for %%i in (%subdirs%) do @cd %%i & call nomake %* +) + +exit /b + +:help + cd candidate & call nomake help & cd .. + echo install install templates to TeX tree + echo uninstall uninstall templates + echo reinstall reinstall templates +goto :eof + +:install + if not exist "!docdir!" mkdir "!docdir!" + xcopy /y /e /i /f ..\templates "!docdir!\templates" + xcopy /y /e /i /f ..\templates-utf8 "!docdir!\templates-utf8" + xcopy /y /e /i /f ..\include "!docdir!\include" +goto :eof + +:uninstall + rmdir /s /q "!docdir!" +goto :eof + +:reinstall + call :uninstall + call :install +goto :eof diff --git a/macros/latex/contrib/disser/templates-utf8/specialist/1.tex b/macros/latex/contrib/disser/templates-utf8/specialist/1.tex new file mode 100644 index 0000000000..a60395144a --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/specialist/1.tex @@ -0,0 +1,15 @@ +\chapter{Название главы} +\section{Название секции} + +Внутритекстовая формула $\frac{1}{\epsilon^*}=\frac{1}{\epsilon_\infty}-\frac{1}{\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} + diff --git a/macros/latex/contrib/disser/templates-utf8/specialist/Makefile b/macros/latex/contrib/disser/templates-utf8/specialist/Makefile new file mode 100644 index 0000000000..ef775e6d4f --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/specialist/Makefile @@ -0,0 +1,21 @@ +# +# Makefile for documents and templates +# Author: Stanislav Kruchinin +# + +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/macros/latex/contrib/disser/templates-utf8/specialist/a.tex b/macros/latex/contrib/disser/templates-utf8/specialist/a.tex new file mode 100644 index 0000000000..362b35263b --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/specialist/a.tex @@ -0,0 +1 @@ +\chapter{Название приложения} diff --git a/macros/latex/contrib/disser/templates-utf8/specialist/concl.tex b/macros/latex/contrib/disser/templates-utf8/specialist/concl.tex new file mode 100644 index 0000000000..cd60e4f270 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/specialist/concl.tex @@ -0,0 +1 @@ +\conclusion diff --git a/macros/latex/contrib/disser/templates-utf8/specialist/fig/Makefile b/macros/latex/contrib/disser/templates-utf8/specialist/fig/Makefile new file mode 100644 index 0000000000..775b7fc3d8 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/specialist/fig/Makefile @@ -0,0 +1 @@ +include ../../../include/latex.fig.mk \ No newline at end of file diff --git a/macros/latex/contrib/disser/templates-utf8/specialist/fig/fig.eps b/macros/latex/contrib/disser/templates-utf8/specialist/fig/fig.eps new file mode 100644 index 0000000000..9382ce4351 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/specialist/fig/fig.eps @@ -0,0 +1,490 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%BoundingBox: 235 371 361 470 +%%HiResBoundingBox: 236 371.521 360.901 469.38 +%................................. +%%Creator: MiKTeX GPL Ghostscript 860 (epswrite) +%%CreationDate: 2007/12/07 10:10:05 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%EndComments +%%BeginProlog +% This copyright applies to everything between here and the %%EndProlog: +% Copyright (C) 2007 Artifex Software, Inc. All rights reserved. +%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0 +/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{< + +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/macros/latex/contrib/disser/templates-utf8/specialist/thesis.bib b/macros/latex/contrib/disser/templates-utf8/specialist/thesis.bib new file mode 100644 index 0000000000..cbb799db32 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/specialist/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-utf8/specialist/thesis.tex b/macros/latex/contrib/disser/templates-utf8/specialist/thesis.tex new file mode 100644 index 0000000000..2564252f91 --- /dev/null +++ b/macros/latex/contrib/disser/templates-utf8/specialist/thesis.tex @@ -0,0 +1,161 @@ +\documentclass[% +specialist, % тип документа +%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[utf8]{inputenc} +\usepackage[english,russian]{babel} +\ifpdf\usepackage{epstopdf}\fi +\usepackage[autostyle]{csquotes} + +% Шрифт Times в тексте как основной +%\usepackage{tempora} +% альтернативный пакет из дистрибутива TeX Live +%\usepackage{cyrtimes} + +% Шрифт Times в формулах как основной +%\usepackage[varg,cmbraces,cmintegrals]{newtxmath} +% альтернативный пакет +%\usepackage[subscriptcorrection,nofontinfo]{mtpro2} + +% Плавающие рисунки "в оборку". +\usepackage{wrapfig} + +\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{Дипломная работа} + +\topic{<<Тема работы>>} + +% Автор +\author{ФИО автора} +% Группа +\group{Студента группы} + +% Научный руководитель +\sa {ФИО руководителя} +\sastatus{д.~ф.-м.~н., ст.~н.~с.} + +% Рецензент +\rev {П.\,П.~Петров} +\revstatus{к.\,ф.-м.\,н., доцент} + +% Город и год +\city{Санкт-Петербург} +\date{\number\year} + +\maketitle + +%% +%% Titlepage in English +%% +% +%\setlength\thirdskip{0pt} +% +%\institution{Name of Organization} +% +%% Approved by +%\apname{Professor S.\,S.~Sidorov} +% +%\title{Diploma Thesis} +% +%% Topic +%\topic{Dummy Title} +% +%% Author +%\author{Author's Name} % Full Name +%\group{} % Study Group +% +%% 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{a} + +\end{document} -- cgit v1.2.3