summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy/make-rules/alphabets/alphabets-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy-new/xindy/make-rules/alphabets/alphabets-doc.tex')
-rw-r--r--Build/source/utils/xindy-new/xindy/make-rules/alphabets/alphabets-doc.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/alphabets-doc.tex b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/alphabets-doc.tex
new file mode 100644
index 00000000000..ce556900cb6
--- /dev/null
+++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/alphabets-doc.tex
@@ -0,0 +1,42 @@
+\documentclass{report}
+\usepackage{a4wide}
+\usepackage[TS1,LGR,T2A,T1]{fontenc}
+\usepackage[colorlinks]{hyperref}
+\usepackage[cp1252,latin1,cp850,latin2,cp1250,latin3,latin4,latin5,latin9,cp1251]{inputenc}
+\newcommand{\idef}{\inputencoding{cp1252}}
+\newcommand{\fdef}{\fontencoding{T1}\selectfont}
+\newcommand{\icod}{\inputencoding{cp1252}}
+\newcommand{\fcod}{\fontencoding{T1}\selectfont}
+\newcommand{\ienc}[1]{\renewcommand{\icod}{\inputencoding{#1}}}
+\newcommand{\fenc}[1]{\renewcommand{\fcod}{\fontencoding{#1}\selectfont}}
+\newenvironment{alphabet}{\begin{tabular}{*{16}{l}}%
+ &
+ \small (\v{}) & \small (\'{}) & \small (\`{}) & \small (\u{}) &
+ \small (\^{}) & \small (\~{}) & \small (\r{}) & \small (\"{}) &
+ \small (,) & \small (\c{}) & \small (k{}) & \small (\.{}) &
+ \small (-) & \small (\={}) & \small (?)\\}{\end{tabular}}
+\setlength{\topskip}{0mm}
+\setlength{\topmargin}{-15mm}
+\setlength{\textheight}{260mm}
+\setcounter{tocdepth}{2}
+
+\renewcommand*{\contentsname}{\begin{center}
+{Alphabets} \\
+\texttt{\Large Generated by \tt make-rules.pl \\}
+\normalsize{\textnormal{\today}}
+\end{center}}
+
+\begin{document}
+
+%\maketitle
+
+%\begin{center}
+%{\LARGE Alphabets} ---
+%\texttt{\Large Generated by \tt make-rules.pl} --
+% \large \today
+%\end{center}
+
+\tableofcontents
+\newpage
+\input{alphabets-inc.tex}
+\end{document}