diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex | 51 |
1 files changed, 39 insertions, 12 deletions
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 461050b1e74..6cac0f658ac 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex @@ -1,24 +1,27 @@ -\documentclass[candidate,subf,href,colorlinks=true -%,times % шрифт Times как основной -%,fixint=false % отключить прямые знаки интегралов -%,classified % секретно -%,libcat % номер УДК -%,facsimile % факсимиле диссертанта +\documentclass[% +candidate, % тип документа +subf, % подключить и настроить пакет subfig для вложенной нумерации рисунков +href, % подключить и настроить пакет hyperref +colorlinks=true % цветные гиперссылки +%,times % шрифт Times как основной +%,fixint=false % отключить прямые знаки интегралов +%,classified % гриф секретности +%,libcat % номер УДК +%,facsimile % отображать факсимиле диссертанта ]{disser} \usepackage[ - a4paper, mag=1000, includefoot, - left=3cm, right=1cm, top=2cm, bottom=2cm, headsep=1cm, footskip=1cm + a4paper, mag=1000, + left=2.5cm, right=1cm, top=2cm, bottom=2cm, headsep=0.7cm, footskip=1cm ]{geometry} \usepackage[T2A]{fontenc} \usepackage[cp1251]{inputenc} \usepackage[english,russian]{babel} \ifpdf\usepackage{epstopdf}\fi -% Номера страниц сверху и по центру -%\def\headfont{\small} -%\pagestyle{headcenter} -%\chapterpagestyle{empty} +% Номера страниц снизу и по центру +%\pagestyle{footcenter} +%\chapterpagestyle{footcenter} % Точка с запятой в качестве разделителя между номерами цитирований %\setcitestyle{semicolon} @@ -33,6 +36,7 @@ \graphicspath{{fig/}} \begin{document} + % Включение файла с общим текстом диссертации и автореферата % (текст титульного листа и характеристика работы). \input{common} @@ -86,16 +90,39 @@ % %\maketitle[en] +% Содержание \tableofcontents +% Введение \input{intro} + +% Обзор литературы \input{review} + +% Основная часть +%% Глава 1 \input{1} +%% Глава 2 +%\input{2} + +% Заключение \input{concl} +% Список сокращений и условных обозначений +%\defs + +% Словарь терминов +%\dict + +% Список литературы \bibliography{thesis} \bibliographystyle{gost705} +% Список иллюстраций +%\listoffigures + +% Приложения \appendix \input{app-a} + \end{document} |