diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:57:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:57:58 +0000 |
commit | bcb22177f6a6bbd02e6a2cbb8d32517bdf36997b (patch) | |
tree | 3a23acf705ac3e591013deff4b9f397035705bcd /Master/texmf-dist/tex/latex/lhcyr/kniga.tex | |
parent | dd924584334c660f0cda818ee0762c8ecd886490 (diff) |
lhcyr
git-svn-id: svn://tug.org/texlive/trunk@1038 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lhcyr/kniga.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/lhcyr/kniga.tex | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/lhcyr/kniga.tex b/Master/texmf-dist/tex/latex/lhcyr/kniga.tex new file mode 100644 index 00000000000..8f166eefebc --- /dev/null +++ b/Master/texmf-dist/tex/latex/lhcyr/kniga.tex @@ -0,0 +1,67 @@ +\documentclass{book} + +\usepackage[russtyle]{lhcyralt} + +\begin{document} + +\title{Книга} +\date{\today} +\maketitle + +\tableofcontents +\listoffigures +\listoftables + +\part{Первая часть} + +\chapter{Первая глава} + +\section{Введение} + +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. +\etoday + +\begin{enumerate} +\item один +\item два +\begin{enumerate} +\item один +\item два +\begin{enumerate} +\item один +\item два +\end{enumerate} +\end{enumerate} +\end{enumerate} + +\begin{table} +ТАБЛИЦА +\caption{пример} +\end{table} + +\begin{figure} +РИСУНОК +\caption{пример} +\end{figure} + +\appendix + +\chapter{Приложение} + +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. + +\chapter{Приложение} + +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. + +\begin{thebibliography}{0} +\bibitem{1} Книга +\end{thebibliography} + +\end{document} |