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/otchet.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/otchet.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/lhcyr/otchet.tex | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/lhcyr/otchet.tex b/Master/texmf-dist/tex/latex/lhcyr/otchet.tex new file mode 100644 index 00000000000..f74bc4546d6 --- /dev/null +++ b/Master/texmf-dist/tex/latex/lhcyr/otchet.tex @@ -0,0 +1,52 @@ +\documentclass{report} + +\usepackage[russtyle]{lhcyralt} + +\begin{document} + +\title{Отчет} +\date{\today} +\maketitle + +\begin{abstract} +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. +\end{abstract} + +\tableofcontents +\listoftables + +\chapter{Первая} + +\section{Введение} + +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. + +\begin{table} +ТАБЛИЦА +\caption{пример} +\end{table} + +\appendix + +\chapter{Приложение} + +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. + +\chapter{Приложение} + +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. +Просто текст. Просто текст. Просто текст. + +\begin{thebibliography}{0} +\bibitem{1} Книга +\end{thebibliography} + + +\end{document} |