diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-23 22:45:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-23 22:45:06 +0000 |
commit | 53ef995986cf28c61e47d976d1a2b681ef9e1d7b (patch) | |
tree | cabcc73146cc6a28a6e08341326672a8e35b0416 /Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex | |
parent | 3f66843772666314e29eaff3a4257870505321dd (diff) |
disser (23nov12)
git-svn-id: svn://tug.org/texlive/trunk@28342 c570f23f-e606-0410-a88d-b1316a301751
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} |