summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/bachelor
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/bachelor')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex9
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile8
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/bachelor/nomake.cmd18
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.bib32
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex2
5 files changed, 47 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex b/Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex
index 1bf5ec974e7..f1732148893 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex
@@ -3,9 +3,8 @@
Внутритекстовая формула $\frac{1}{\epsilon^*}=\frac{1}{\epsilon_\infty}-\frac{1}{\epsilon_0}$.
Внутритекстовая формула в стиле выделенной $\dfrac{1}{\epsilon_\infty}$.
-Ссылки на литературу~\cite{Efros-1982-FTP16-82-1209,%
-Yoffe-1993-AP-42-173,Kayanuma-1988-PRB-38-9797,Segall-1968}.
-Ссылка на формулу~\eqref{eq:e}
+Ссылки на литературу~\cite{Yoffe-1993-AP-42-173,Efros-1982-FTP-16-7-1209,%
+Anselm-1978,Segall-1968}. Ссылка на формулу~\eqref{eq:e}
\begin{equation}\label{eq:e}
\vec P=\sqrt{\frac{N_0 m_r \Omega_{LO}}{4\pi\epsilon^*}}(\vec u_+ - \vec u_-).
\end{equation}
@@ -109,8 +108,8 @@ Yoffe-1993-AP-42-173,Kayanuma-1988-PRB-38-9797,Segall-1968}.
\def\thelemmstyle{\bf}
\def\oparglemmstyle{}
\def\lemmstyle{\it}
-\def\preoparglemm{\{}
-\def\postoparglemm{\}}
+\def\preoparglemm{(}
+\def\postoparglemm{)}
\newtheorem{remark}{Примечание}[chapter]
diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile b/Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile
index 4bad2e9be25..5f8b968c8c0 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile
+++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile
@@ -1,3 +1,7 @@
-TARGET=thesis
+TARGET?=thesis
-include ../../include/latex.mk \ No newline at end of file
+include ../../include/latex.mk
+
+all: dvi
+
+allpdf: pdf \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/bachelor/nomake.cmd
index cf105a9e8ff..39e5d90404a 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/nomake.cmd
+++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/nomake.cmd
@@ -1 +1,17 @@
-@call ..\..\include\latex.nmk.cmd %* \ No newline at end of file
+@echo off
+
+if "%1"=="all" (
+:all
+ ..\..\include\latex.nmk.cmd dvi
+goto :eof
+) else if "%1"=="allpdf" (
+:allpdf
+ ..\..\include\latex.nmk.cmd pdf
+goto :eof
+) else (
+ ..\..\include\latex.nmk.cmd %*
+)
+
+if "%1" neq "" echo Don't know how to make %1
+:end
+shift & goto :start
diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.bib b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.bib
index 933a33c56d2..6aed8600e7f 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.bib
+++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.bib
@@ -1,26 +1,32 @@
@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},
+ Pages = {173--266},
Volume = {42},
- Year = {1993}
+ Year = {1993},
}
-@ARTICLE{Efros-1982-FTP16-82-1209,
- Author = {Ал. Л. Эфрос and А. Л. Эфрос},
+@ARTICLE{Efros-1982-FTP-16-7-1209,
+ Author = {{\relax Ал}. Л. Эфрос and А. Л. Эфрос},
+ Title = {Межзонное поглощение света в полупроводниковом шаре},
Journal = {Физика и техника полупроводников},
- Pages = {1209},
- Volume = {16},
Year = {1982},
- Language = {russian}
+ Volume = {16},
+ Number = {7},
+ Pages = {1209--1214},
+ Language = {russian},
}
-@ARTICLE{Kayanuma-1988-PRB-38-9797,
- Author = {Y. Kayanuma},
- Journal = {Phys. Rev. B},
- Pages = {9797},
- Volume = {38},
- Year = {1988}
+@BOOK{Anselm-1978,
+ Author = {А. И. Ансельм},
+ Title = {Введение в теорию полупроводников},
+ Publisher = {Наука},
+ Address = {Москва},
+ Year = {1978},
+ Language = {russian}
}
@INPROCEEDINGS{Segall-1968,
diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
index f1a715bf638..1fd5543aba1 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
@@ -50,6 +50,6 @@
\input{concl}
% ----------------------------------------------------------------
\bibliography{thesis}
-\bibliographystyle{gost71u}
+\bibliographystyle{disser}
\end{document}
% ----------------------------------------------------------------