diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/master')
8 files changed, 37 insertions, 197 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/master/Makefile b/Master/texmf-dist/doc/latex/disser/templates/master/Makefile index c2c5d718b33..4bad2e9be25 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/Makefile +++ b/Master/texmf-dist/doc/latex/disser/templates/master/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/master/app-a.tex b/Master/texmf-dist/doc/latex/disser/templates/master/app-a.tex index 32fdb5374ba..a7aba9c235e 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/app-a.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/master/app-a.tex @@ -1,3 +1 @@ \chapter{Заголовок приложения} - -Текст приложения.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/master/fig/Makefile b/Master/texmf-dist/doc/latex/disser/templates/master/fig/Makefile index 5ee58751ab0..775b7fc3d88 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/fig/Makefile +++ b/Master/texmf-dist/doc/latex/disser/templates/master/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/master/fig/fig.eps b/Master/texmf-dist/doc/latex/disser/templates/master/fig/fig.eps index d3094eb51d3..9aeb4fae0ae 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/fig/fig.eps +++ b/Master/texmf-dist/doc/latex/disser/templates/master/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/master/fig/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/master/fig/nomake.cmd new file mode 100644 index 00000000000..031ac1797cf --- /dev/null +++ b/Master/texmf-dist/doc/latex/disser/templates/master/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/master/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/master/nomake.cmd index 902f2a22ab2..477673612f6 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/nomake.cmd +++ b/Master/texmf-dist/doc/latex/disser/templates/master/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/master/thesis.bib b/Master/texmf-dist/doc/latex/disser/templates/master/thesis.bib index 0b1c94af0dc..933a33c56d2 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/thesis.bib +++ b/Master/texmf-dist/doc/latex/disser/templates/master/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/master/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex index 9680b946d8f..236b0c5b39f 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex @@ -1,12 +1,12 @@ -\documentclass[14pt,master,href,subf]{disser} +\documentclass[a4paper,14pt,master,href,subf]{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/}} % -------------------------------------------------------------------------- @@ -46,10 +46,6 @@ \date{\number\year} \maketitle -%---------------------------------------------------------------------------- -\begin{abstract} - -\end{abstract} %--------------------------------------------------------------------------- \tableofcontents %--------------------------------------------------------------------------- |