diff options
Diffstat (limited to 'Master/texmf-dist/doc/omega')
-rw-r--r-- | Master/texmf-dist/doc/omega/antomega/README | 16 | ||||
-rw-r--r-- | Master/texmf-dist/doc/omega/antomega/antomega.pdf | bin | 0 -> 203674 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/omega/ocherokee/cherokee.pdf | bin | 0 -> 64653 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/omega/ocherokee/chief.tex | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/omega/ocherokee/proverb.tex | 15 |
5 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/omega/antomega/README b/Master/texmf-dist/doc/omega/antomega/README new file mode 100644 index 00000000000..b09242c32c2 --- /dev/null +++ b/Master/texmf-dist/doc/omega/antomega/README @@ -0,0 +1,16 @@ +========================================================================= +ANTOMEGA language support package +version 0.8 (May 7, 2005) + +Copyright (C) 2001--2005 Alexej Kryukov <basileia@yandex.ru>. + +ANTOMEGA is a language support package for Omega/Lambda, based on the +original omega.sty file. However, it provides some new functionality, +including support for additional languages. ANTOMEGA supports standard +babel-like commands for switching languages, so that you can easily move +your documents from LaTeX to Lambda. + +See the documentation for installation instructions, FAQ, TODO and history. + +Happy TeXing! +========================================================================= diff --git a/Master/texmf-dist/doc/omega/antomega/antomega.pdf b/Master/texmf-dist/doc/omega/antomega/antomega.pdf Binary files differnew file mode 100644 index 00000000000..468332a4a3b --- /dev/null +++ b/Master/texmf-dist/doc/omega/antomega/antomega.pdf diff --git a/Master/texmf-dist/doc/omega/ocherokee/cherokee.pdf b/Master/texmf-dist/doc/omega/ocherokee/cherokee.pdf Binary files differnew file mode 100644 index 00000000000..f5c4b4fe746 --- /dev/null +++ b/Master/texmf-dist/doc/omega/ocherokee/cherokee.pdf diff --git a/Master/texmf-dist/doc/omega/ocherokee/chief.tex b/Master/texmf-dist/doc/omega/ocherokee/chief.tex new file mode 100644 index 00000000000..09e8a087e2e --- /dev/null +++ b/Master/texmf-dist/doc/omega/ocherokee/chief.tex @@ -0,0 +1,9 @@ +\documentclass{article} +\usepackage{ocherokee} +\begin{document} +\Huge +\begin{cherokee} +ssiquaya +\end{cherokee} +\thispagestyle{empty} +\end{document} diff --git a/Master/texmf-dist/doc/omega/ocherokee/proverb.tex b/Master/texmf-dist/doc/omega/ocherokee/proverb.tex new file mode 100644 index 00000000000..c339f9f50b8 --- /dev/null +++ b/Master/texmf-dist/doc/omega/ocherokee/proverb.tex @@ -0,0 +1,15 @@ +\documentclass[landscape]{article} +\usepackage{ocherokee,fancybox} +\begin{document} +\Huge +\shadowbox{% +\begin{cherokee} +\begin{tabular}{l} +yigaquu\\ osaniyu\\ adanvto\\ adadoligi\\ nigohilvi\\ +nasquv\\ utloyasdi\\ nihi. +\end{tabular} +% May the Great Spirit's Blessing Always Be With You +\end{cherokee}} +\thispagestyle{empty} +\end{document} + |