章节装饰

章节装饰

请问我该如何制作以下章节的装饰风格?

编辑: 我该如何在创建此样式章节的命令中制作

\usepackage[Lenny]{fncychap} 单词的 Kapitola形状与Stabilní konfigurace? 相同,但反之则不然。 在此处输入图片描述

代码

\documentclass[14pt]{book}
\topmargin 2mm
\oddsidemargin 10mm
\evensidemargin 10mm
\textwidth 150mm
\textheight 220mm

\usepackage[latin2]{inputenc}
\usepackage[czech]{babel}
\usepackage[Lenny]{fncychap}
%\usepackage{czech}
\usepackage{latexsym}
\usepackage{a4}
\usepackage{makeidx}
\usepackage{theorem}

%\makeindex

\input{def.tex}

\renewcommand{\theenumi}{\roman{enumi}}


\begin{document}

\title{
Práce je zaměřena na koncepty řeąení her \\
$n$ hráčů ve tvaru charakteristické funkce \\
{\bf stabilní konfigurace}, {\bf kernel} a {\bf nukleolus}.}

%\maketitle
%\tableofcontents

%\input{thU.tex}
%\input{th0.tex}

%%\input{th1.tex}

\chapter{Stabilní konfigurace}

\section{Základní definice}
\begin{definice}
Nech» $\NH=\{1,\ldots,n\}$, $n \in \N$ je mnoľina {\bf hráčů}.
Podmnoľiny $\NH$ nazýváme {\bf koalice}\index{koalice},
číslo $v(S)$ nazýváme {\bf výhra} koalice $S$.
Hra\index{hra} ve tvaru~{\bf charakteristické funkce} je ($\NH,\,v$),
kde $v\!:2^{\NH}\rightarrow\R$ splňuje %{\bf personálnost}\index{personálnost}
%\begin{enumerate}
%\item
$v(\emptyset)=0$ a %-- %{\bf personálnost}\index{personálnost}
%\item
$$S,T \subseteq\NH,\,S \cap T=\emptyset \Longrightarrow v(S)+v(T)\ge v(S \cup T).$$
%      -- {\bf superaditivita \index{superaditivita}}
%\end{enumerate}
\end{definice}

\begin{definice}
Nech» $x=(x_1,\ldots,x_n) \in \R^n$, $S\subseteq\NH$. Píąeme $x(S)$ místo
$\sum_{i \in S}{x_i}$.
Rozklad $\T$ mnoľiny $\NH$ nazýváme {\bf koaliční struktura}\index{koaliční struktura}.
$(x,\T)$ je {\bf platební konfigurace}\index{platební konfigurace}, jestliľe
$x$ splňuje

\begin{enumerate}
\item $x(T)=v(T)$ pro $T \in \T$ -- {\bf koaliční racionálnost}\index{koaliční racionálnost}
\item $x_i\ge v(\{i\})$ pro $i \in \NH$ -- {\bf individuální racionálnost}\index{individuální racionálnost}
\end{enumerate}
\end{definice}


%\input{th2.tex}
%\input{th3.tex}
%\input{th4.tex}


\nocite{*}
\bibliographystyle{alpha}
\bibliography{all}

\printindex

\end{document}

定义文本

{\theorembodyfont{\upshape} \newtheorem{definice}{Definice}}
{\theorembodyfont{\upshape} \newtheorem{lema}[definice]{Lemma}}
{\theorembodyfont{\upshape} \newtheorem{veta}[definice]{Věta}}
{\theorembodyfont{\upshape} \newtheorem{priklad}[definice]{Příklad}}
{\theorembodyfont{\upshape} \newtheorem{dus}[definice]{Důsledek}}

\newcommand\duk{{\sc Důkaz.\ \ }}

\newfont{\mat}{msbm10}

\newcommand\NH{N}

\newcommand\NC{\mathcal N}
\newcommand\KE{\mathcal K}


\newcommand\BX{\mathbf X}

\newcommand\x{\tilde{x}}
\renewcommand\xi{\tilde{x_i}}
\newcommand\xj{\tilde{x_j}}
\newcommand\xl{\tilde{x_l}}


\renewcommand\S{\mathcal S}

\renewcommand\L{\mathcal L}

\newcommand\B{\mathcal B}
\newcommand\T{\mathcal T}
\newcommand\C{\mathcal C}
\newcommand\U{\mathcal U}
\newcommand\V{\mathcal V}
\newcommand\M{\mathcal M}

\newcommand\Skl{\mathcal S_{kl}}
\newcommand\Slk{\mathcal S_{lk}}

\newcommand\Sij{\mathcal S_{ij}}
\newcommand\Sji{\mathcal S_{ji}}


\newcommand\Ekl{\mathcal E_{kl}}
\newcommand\Elk{\mathcal E_{lk}}

\newcommand\N{\mbox{\mat N}}
\newcommand\R{\mbox{\mat R}}

相关内容