summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/candidate
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-16 19:57:36 +0000
committerKarl Berry <karl@freefriends.org>2009-11-16 19:57:36 +0000
commit494bd0475fd9f4b8ad307a7fb97b96d1f8093936 (patch)
tree5b95640ef51caa72822a1478b49449c29c009b24 /Master/texmf-dist/doc/latex/disser/templates/candidate
parent7c71adc8d8bd0bf2195bb57a46f7029642681503 (diff)
disser 1.1.3 (6nov09)
git-svn-id: svn://tug.org/texlive/trunk@16036 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/candidate')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile26
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/candidate/autoref.tex6
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd33
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.bib108
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex4
5 files changed, 104 insertions, 73 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile b/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile
index cb0b531291c..cd39aa8987d 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile
+++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile
@@ -1,18 +1,24 @@
+#
+# Makefile for documents and templates
+# Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
+#
+
TARGET?=thesis
+
include ../../include/latex.mk
all:
- @env TARGET=thesis $(MAKE)
- @env TARGET=autoref $(MAKE)
- @eval unset TARGET
+ @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
+ @env TARGET=thesis $(MAKE) pdf ;\
+ env TARGET=autoref $(MAKE) pdf ;\
+ eval unset TARGET
+
+help: .help
+ @echo " all build DVI of autoref and thesis" ;\
+ echo " allpdf build PDF of autoref and thesis" ;\
-help:
- $(MAKE) -f ../../include/latex.mk help
- @echo " all build DVI of autoref and thesis"
- @echo " allpdf build PDF of autoref and thesis"
diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/autoref.tex b/Master/texmf-dist/doc/latex/disser/templates/candidate/autoref.tex
index 64ce78d61a5..90e388bf73b 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/candidate/autoref.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/autoref.tex
@@ -53,7 +53,7 @@
\end{tabularx}
\vskip2ex\noindent
-Защита состоится \datefield{} в \rule[0pt]{1cm}{0.5pt}\, часов
+Защита состоится \datefield{} в \rule[0pt]{1cm}{0.5pt} часов
на заседании диссертационного совета \emph{шифр совета} при \emph{название
организации, при которой создан совет}, расположенном по адресу:
\emph{адрес}
@@ -158,13 +158,13 @@
% Префикс номеров ссылок на работы соискателя
\def\BibPrefix{A}
-\bibliographystylemy{disser}
+\bibliographystylemy{gost705}
\bibliographymy{thesis}
\renewcommand\bibsection{\nsection{Цитированная литература}}
\def\BibPrefix{}
-\bibliographystyle{disser}
+\bibliographystyle{gost705}
\bibliography{thesis}
% ----------------------------------------------------------------
diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd
index 542e4e15259..39d5656ea50 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd
+++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd
@@ -1,25 +1,40 @@
@echo off
+rem Makefile for documents and templates
+rem Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
+
set latexnmk=call ..\..\include\latex.nmk.cmd
-if "%1"=="help" (
+if "%1"=="" (
+ %latexnmk%
+) else (
+ for %%f in (%*) do if "%%f"=="help" (
+ call :%%f
+ ) else if "%%f"=="all" (
+ call :%%f
+ ) else if "%%f"=="allpdf" (
+ call :%%f
+ ) else (
+ %latexnmk% %%f
+ )
+)
+
+exit /b
+
:help
- %latexnmk% %1
- echo all build DVI of autoref and thesis
- echo allpdf build PDF of autoref and thesis
+ echo all build DVI of autoref and thesis
+ echo allpdf build PDF of autoref and thesis
+ %latexnmk% help
goto :eof
-) else if "%1"=="all" (
+
:all
set target=thesis & %latexnmk% dvi
set target=autoref & %latexnmk% dvi
set target=
goto :eof
-) else if "%1"=="allpdf" (
+
:allpdf
set target=thesis & %latexnmk% pdf
set target=autoref & %latexnmk% pdf
set target=
goto :eof
-) else (
- %latexnmk% %*
-)
diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.bib b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.bib
index c112fd6e76e..2a326a07a1f 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.bib
+++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.bib
@@ -1,69 +1,79 @@
@ARTICLE{Ivanov_1999_Journal_17_173,
- Author = {И. И. Иванов and П. П. Петров and С. С. Сидоров},
- Title = {Название статьи},
- Journal = {Название журнала},
- Volume = {17},
- Pages = {173--180},
- Year = {1999},
- Language = {russian}
+ author = {И. И. Иванов and П. П. Петров and С. С. Сидоров},
+ title = {Название статьи},
+ journal = {Название журнала},
+ volume = {17},
+ pages = {173--180},
+ year = {1999},
+ language = {russian}
}
@ARTICLE{Petrov_2001_Journal_23_12321,
- Author = {П. П. Петров and И. И. Иванов and С. С. Сидоров},
- Title = {Название статьи},
- Journal = {Название журнала},
- Volume = {23},
- Pages = {12321--12328},
- Year = {2001},
- Language = {russian}
+ author = {П. П. Петров and И. И. Иванов and С. С. Сидоров},
+ title = {Название статьи},
+ journal = {Название журнала},
+ volume = {23},
+ pages = {12321--12328},
+ year = {2001},
+ language = {russian}
}
@ARTICLE{Sidorov_2002_Journal_32_1531,
- Author = {S. S. Sidorov and P. P. Petrov and I. I. Ivanov},
- Title = {Article Name},
- Journal = {Journal Name},
- Volume = {32},
- Pages = {1531--1540},
- Year = {2002}
+ 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}
}
@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},
+ 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},
}
@ARTICLE{Efros_1982_FTP_16_7_1209,
- Author = {{\relax Ал}. Л. Эфрос and А. Л. Эфрос},
- Title = {Межзонное поглощение света в полупроводниковом шаре},
- Journal = {Физика и техника полупроводников},
- Year = {1982},
- Volume = {16},
- Number = {7},
- Pages = {1209--1214},
- Language = {russian},
+ 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}
+ 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},
+ 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},
+}
+
+@INCOLLECTION{InP,
+ title = {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}
}
diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex
index 6e125186c98..c5976bd6af9 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex
@@ -1,4 +1,4 @@
-\documentclass[a4paper,14pt,candidate,subf,href
+\documentclass[candidate,subf,href
%,fixint=false
%,facsimile
%,times
@@ -43,7 +43,7 @@
\input{concl}
% ----------------------------------------------------------------
\bibliography{thesis}
-\bibliographystyle{disser}
+\bibliographystyle{gost705}
% ----------------------------------------------------------------
\appendix
\input{app-a}