From bcb22177f6a6bbd02e6a2cbb8d32517bdf36997b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:57:58 +0000 Subject: lhcyr git-svn-id: svn://tug.org/texlive/trunk@1038 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/lhcyr/kniga.tex | 67 +++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/lhcyr/kniga.tex (limited to 'Master/texmf-dist/tex/latex/lhcyr/kniga.tex') 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} -- cgit v1.2.3