diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/candidate')
12 files changed, 168 insertions, 241 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/1.tex b/Master/texmf-dist/doc/latex/disser/templates/candidate/1.tex index c75825d5723..545adfaafc0 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/1.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/1.tex @@ -1,2 +1,3 @@ \chapter{Название главы} \section{Название секции} +\section{Выводы к первой главе}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile b/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile index c2c5d718b33..4bad2e9be25 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile @@ -1,3 +1,3 @@ TARGET=thesis -include ../latex.mk
\ No newline at end of file +include ../../include/latex.mk
\ No newline at end of file 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 a77cf1a7717..faf90932a20 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/autoref.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/autoref.tex @@ -1,9 +1,12 @@ \documentclass[14pt,autoref,href]{disser} -\usepackage[a4paper, includehead, includefoot, mag=1000, - left=2.5cm, right=2.5cm, top=0.5cm, bottom=2cm]{geometry} +\usepackage[a4paper, nohead, includefoot, mag=1000, + margin=2cm, footskip=1cm]{geometry} \usepackage[T2A]{fontenc} \usepackage[cp1251]{inputenc} \usepackage[english,russian]{babel} +\usepackage{tabularx} +% Включение общего текста, использумого в автореферате и диссертации +\input{common} % -------------------------------------------------------------------------- \begin{document} \institution{ @@ -35,59 +38,82 @@ \maketitle \noindent +\begin{center} Работа выполнена в \emph{название организации}. +\end{center} \vskip1cm \noindent -Научный руководитель (консультант): -\emph{ученая степень, ученое звание, фамилия, имя, отчество.} - -\noindent -Официальные оппоненты:\\ -\emph{ученая степень, ученое звание, фамилия, имя, отчество.}\\ -\emph{ученая степень, ученое звание, фамилия, имя, отчество.} - +\begin{tabularx}{\linewidth}{lp{1cm}X} +Научный руководитель: & & \emph{ученая степень}, \\ + & & \emph{ученое звание}, \\ + & & \emph{фамилия, имя, отчество} +\\ +Официальные оппоненты: & & \emph{ученая степень}, \\ + & & \emph{ученое звание}, \\ + & & \emph{фамилия, имя, отчество}\\ + & & \emph{ученая степень}, \\ + & & \emph{ученое звание}, \\ + & & \emph{фамилия, имя, отчество} +\\ +Ведущая организация: & & \emph{название организации}\\ +\end{tabularx} +\vskip3em \noindent -Ведущая организация: -\emph{название организации}\\ -\vskip1cm Защита состоится \datefield{} в \rule[0pt]{1cm}{0.5pt}\, часов на заседании диссертационного совета \emph{шифр совета} при \emph{название организации, при которой создан совет}, расположенном по адресу: \emph{адрес} -\vskip1cm +\vskip1em С диссертацией можно ознакомиться в библиотеке \emph{название организации}. -\vskip1cm -Автореферат разослан \datefield{}\\ +\vskip1em +Автореферат разослан \datefield{} +\vskip1em + Отзывы и замечания по автореферату в двух экземплярах, заверенные печатью, просьба высылать по вышеуказанному адресу на имя ученого секретаря диссертационного совета. -\vskip1cm\noindent +\vfill\noindent Ученый секретарь\\ диссертационного совета,\\ -\emph{ученая степень},\\ -\emph{ученое звание},\hfill \emph{фамилия, имя, отчество} +\emph{ученая степень}, \emph{ученое звание}\hfill \emph{фамилия, имя, отчество} \clearpage \section*{Общая характеристика работы} -\textbf{Актуальность работы} +% Формат заголовков +\let\introsect=\textbf + +% Актуальность работы +\actualitysection +\actualitytext -\textbf{Цель диссертационной работы} +% Цель диссертационной работы +\objectivesection +\objectivetext -\textbf{Научная новизна работы} +% Научная новизна +\noveltysection +\noveltytext -\textbf{Практическая ценность работы} +% Практическая ценность +\valuesection +\valuetext -\textbf{На защиту выносятся следующие основные результаты и положения:} -\begin{enumerate} -\item -\item -\item -\end{enumerate} +% Результаты и положения, выносимые на защиту +\resultssection +\resultstext -\textbf{Апробация работы.} +% Апробация работы +\approbationsection +\approbationtext -\textbf{Публикации.} +% Публикации +\pubsection +\pubtext -\textbf{Личный вклад автора.} +% Личный вклад автора +\contribsection +\contribtext -\textbf{Структура и объем диссертации.} +% Структура и объем диссертации +\structsection +\structtext \section*{Содержание работы} diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/common.tex b/Master/texmf-dist/doc/latex/disser/templates/candidate/common.tex new file mode 100644 index 00000000000..9aebeea6385 --- /dev/null +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/common.tex @@ -0,0 +1,37 @@ + +\mkintrosect{actuality}{Актуальность работы}{% +Текст раздела +} + +\mkintrosect{objective}{Цель диссертационной работы}{% +Текст раздела +} + +\mkintrosect{novelty}{Научная новизна}{% +Текст раздела +} + +\mkintrosect{value}{Практическая ценность}{% +Текст раздела +} + +\mkintrosect{results}{% +На защиту выносятся следующие основные результаты и положения:}{% +Текст раздела +} + +\mkintrosect{approbation}{Апробация работы}{% +Текст раздела +} + +\mkintrosect{pub}{Публикации}{% +Текст раздела +} + +\mkintrosect{contrib}{Личный вклад автора}{% +Текст раздела +} + +\mkintrosect{struct}{Структура и объем диссертации}{% +Текст раздела +}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/Makefile b/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/Makefile index 5ee58751ab0..775b7fc3d88 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/Makefile +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/Makefile @@ -1 +1 @@ -include ../../latex.fig.mk
\ No newline at end of file +include ../../../include/latex.fig.mk
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/fig.eps b/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/fig.eps index d3094eb51d3..9aeb4fae0ae 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/fig.eps +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/fig.eps @@ -3,7 +3,7 @@ %%HiResBoundingBox: 236 371.521 360.902 469.38 %%Creator: Adobe Illustrator(TM) 3.2
%%AI8_CreatorVersion: 10.0
-%%For: (STiX0r) (-)
+%%For: (User) (-)
%%Title: (2LevelSys.eps)
%%CreationDate: 12/13/2003 4:07 AM
%%DocumentProcessColors: Black
diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/nomake.cmd new file mode 100644 index 00000000000..031ac1797cf --- /dev/null +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/nomake.cmd @@ -0,0 +1 @@ +@call ..\..\..\include\latex.fig.nmk.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/intro.tex b/Master/texmf-dist/doc/latex/disser/templates/candidate/intro.tex index a13f0a3e001..a8dc6c10340 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/intro.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/intro.tex @@ -1,24 +1,39 @@ \intro -\paragraph{Актуальность работы.} +\input{common} -\paragraph{Цель диссертационной работы.} +% Актуальность работы +\actualitysection +\actualitytext -\paragraph{Научная новизна.} +% Цель диссертационной работы +\objectivesection +\objectivetext -\paragraph{Практическая ценность.} +% Научная новизна +\noveltysection +\noveltytext -\paragraph{На защиту выносятся следующие основные результаты и положения:} -\begin{enumerate} -\item -\item -\item -\end{enumerate} +% Практическая ценность +\valuesection +\valuetext -\paragraph{Апробация работы.} +% Результаты и положения, выносимые на защиту +\resultssection +\resultstext -\paragraph{Публикации.} +% Апробация работы +\approbationsection +\approbationtext -\paragraph{Личный вклад автора.} +% Публикации +\pubsection +\pubtext -\paragraph{Структура и объем диссертации.}
\ No newline at end of file +% Личный вклад автора +\contribsection +\contribtext + +% Структура и объем диссертации +\structsection +\structtext
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/list.tex b/Master/texmf-dist/doc/latex/disser/templates/candidate/list.tex new file mode 100644 index 00000000000..35a90000eae --- /dev/null +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/list.tex @@ -0,0 +1 @@ +\chapter*{Список условных обозначений} 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 902f2a22ab2..477673612f6 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd @@ -1,166 +1 @@ -@echo off - -set target=thesis - -rem Checking for version of cmd.exe -if %CMDEXTVERSION%/==/ ( - echo Error: This script requieres command interpreter from Windows 2000 or above. - goto :eof -) - -rem Trying to autodetect MiKTeX installation directory -if %texmf%/==/ call :getdir HKCU\Software\MiK\MiKTeX\CurrentVersion\MiKTeX "Install Root" texmf -if %texmf%/==/ call :getdir HKLM\Software\MiK\MiKTeX\CurrentVersion\MiKTeX "Install Root" texmf - -if %texmf%/==/ ( - echo Error: Unable to find MiKTeX installation directory - echo You must set texmf value manually - goto :eof -) - -rem Name of thesis class -set clsname=disser -set clssrc=%texmf%\tex\latex\%clsname% -set clsdir=.\%clsname% - -rem Name of BibTeX style -set bstsrc=%texmf%\bibtex\bst\%clsname% -set bstfile=%clsname%.bst - -rem Cmdline tools -set arc=rar -set arcflags=a -r -x%target%.pdf -x%target%.prj - -set tex=%texmf%\miktex\bin\latex -set pdftex=%texmf%\miktex\bin\pdflatex -set texflags=-src-specials - -set bibtex=%texmf%\miktex\bin\bibtex8 -set bibtexflags=-B -c cp1251 - -set epstool=%programfiles%\bin\eps\epstool -set epstopdf=%texmf%\miktex\bin\epstopdf - -set pdftodjvu=pdftodjvu -set pdftodjvuflags=--dpi=600 --threshold-level=80 --fg-quality=conservative --bg-subsample=3 --quality=65 --convert-links --fg-colors=256 --fg-image-colors=256 - -set djvuocr=djvubundle -set djvuocrflags=--ocr=lang=(Russian,English) - -set mktexlsr=%texmf%\miktex\bin\mktexlsr.exe - -set srcfiles=*.* -set clfiles=*.bbl *.bak *.aux *.blg *.out *.toc *.log *.dvi *.tmp *.pdf %target%.%arc% -set suffix=$$ - -if %1/==/ ( -:make - chcp 1251 - %tex% %target%.tex - %bibtex% %bibtexflags% %target% - %tex% %target%.tex - %tex% %texflags% %target%.tex -goto :eof -) -:start -if %1/==/ goto :eof - -if %1/==pdf/ ( -:pdf - chcp 1251 - %pdftex% %target%.tex - %bibtex% %bibtexflags% %target% - %pdftex% %target%.tex - %pdftex% %texflags% %target%.tex -goto :eof -) - -rem Make source distribution -if %1/==srcdist/ ( -:srcdist - if not exist %clsdir% mkdir %clsdir% - xcopy %clssrc% %clsdir% /S - xcopy %bstsrc%\%bstfile% . /S - call :clean - %arc% %arcflags% %target%.%arc% %srcfiles% - del /s /q %clsdir% - rmdir /s /q %clsdir% - del /q %bstfile% -goto :end -) - -if %1/==clean/ ( -:clean - del /s %clfiles% 2> nul - if exist %target%.rar del %target%.rar -goto :end -) - -if %1/==cleansvn/ ( -:cleansvn - del /s .svn 2>nul -goto :end -) - -rem Fix bounding boxes of EPS files -if %1/==fixbb/ ( -:fixbb - for /f "usebackq" %%n in (`dir *.eps /s /b`) do call :fix %%n -goto :end -:fix - echo %1 - %epstool% --copy --quiet --bbox %1 %1.%suffix% - move %1.%suffix% %1 -goto :eof -) - -rem Convert EPS to PDF -if %1/==epstopdf/ ( -:epstopdf - for /f "usebackq" %%n in (`dir *.eps /s /b`) do call :conv %%n - goto :end -:conv - echo %1 - %epstopdf% "%1" -goto :eof -) -rem Installs requiered packages -if %1/==install/ ( -:install - if not exist %clssrc% md %clssrc% - xcopy %clsdir%\ %clssrc%\ /Y - rmdir %clsdir% - if not exist %bstsrc% md %bstsrc% - move %bstfile% %bstsrc% - %mktexlsr% -goto :end -) -rem Start default DVI-viewer -if %1/==preview/ ( -:preview - if not exist %target%.dvi call :make - start %target%.dvi -goto :end -) -rem Convert PDF to DjVu using LizardTech DocumentExpress Enterprise -if %1/==djvu/ ( -:djvu - if not exist %target%.pdf call :pdf - %pdftodjvu% %pdftodjvuflags% %target%.pdf -goto :end -) -rem Create backup -if %1/==backup/ ( -:backup - call :srcdist - for /f "usebackq" %%n in (`date`) do move %target%.rar %%n.rar -goto :end -) - -echo Don't know how to make %1 -:end -shift & goto :start - -:getdir - for /f "usebackq tokens=4 skip=2" %%i in (`reg query %1 /v %2`) do set %3=%%i -goto :eof +@call ..\..\include\latex.nmk.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file 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 0b1c94af0dc..933a33c56d2 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.bib +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.bib @@ -1,24 +1,34 @@ @ARTICLE{Yoffe-1993-AP-42-173, - Author = {A. D. Yoffe}, - Journal = {Adv. Phys.}, - Pages = {173}, - Volume = {42}, - Year = {1993} + Author = {A. D. Yoffe}, + Journal = {Adv. Phys.}, + Pages = {173}, + Volume = {42}, + Year = {1993} +} + +@ARTICLE{Efros-1982-FTP16-82-1209, + Author = {Ал. Л. Эфрос and А. Л. Эфрос}, + Journal = {Физика и техника полупроводников}, + Pages = {1209}, + Volume = {16}, + Year = {1982}, + Language = {russian} } @ARTICLE{Kayanuma-1988-PRB-38-9797, - Author = {Y. Kayanuma}, - Journal = {Phys. Rev. B}, - Pages = {9797}, - Volume = {38}, - Year = {1988} + Author = {Y. Kayanuma}, + Journal = {Phys. Rev. B}, + Pages = {9797}, + Volume = {38}, + Year = {1988} } -@ARTICLE{Efros-1982-FTP16-82-1209, - Author = {Ал. Л. Эфрос and А. Л. Эфрос}, - Journal = {Физика и техника полупроводников}, - Pages = {1209}, - Volume = {16}, - Year = {1982}, - 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}, } 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 88d9434ed32..a6e511b7ad3 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex @@ -1,12 +1,12 @@ -\documentclass[14pt,candidate,href]{disser} +\documentclass[a4paper,14pt,candidate,subf,href]{disser} \usepackage[ - a4paper, includehead, includefoot, mag=1000, - headsep=0mm, headheight=0mm, - left=20mm, right=10mm, top=20mm, bottom=20mm - ]{geometry} + a4paper, mag=1000, nohead, includefoot, + left=3cm, right=1cm, top=2cm, bottom=2cm, footskip=1cm +]{geometry} \usepackage[T2A]{fontenc} \usepackage[cp1251]{inputenc} \usepackage[english,russian]{babel} +\usepackage{srcltx} \graphicspath{{fig/}} % ---------------------------------------------------------------- @@ -42,15 +42,16 @@ % ---------------------------------------------------------------- \tableofcontents % ---------------------------------------------------------------- +\input{list} \input{intro} \input{review} \input{1} \input{concl} -\appendix -\input{app-a} -\noappendix % ---------------------------------------------------------------- \bibliography{thesis} \bibliographystyle{gost71u} +% ---------------------------------------------------------------- +\appendix +\input{app-a} \end{document} % ---------------------------------------------------------------- |