diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex | 7 |
1 files changed, 4 insertions, 3 deletions
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 c0b8cef117e..5f42746d338 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex @@ -1,7 +1,8 @@ -\documentclass[a4paper,14pt,master,subf,href +\documentclass[master,subf,href %,fixint=false %,times ]{disser} + \usepackage[ a4paper, mag=1000, includefoot, left=3cm, right=1cm, top=2cm, bottom=2cm, headsep=1cm, footskip=1cm @@ -25,7 +26,7 @@ } % Имя лица, допускающего к защите (зав. кафедрой) \apname{ФИО зав. кафедрой} -\title{ДИССЕРТАЦИЯ\\[-14pt]на соискание учёной степени\\МАГИСТРА} +\title{ДИССЕРТАЦИЯ\\[-14pt]на соискание ученой степени\\МАГИСТРА} % Тема \topic{Тема диссертации} @@ -65,5 +66,5 @@ \input{app-a} %--------------------------------------------------------------------------- \bibliography{thesis} -\bibliographystyle{disser} +\bibliographystyle{gost705} \end{document} |