%+====================================+
%|     Skeleton created by TKlatex    |
%+====================================+
\documentclass[a4paper,12pt]{article}
%+----------------+
%|    Packages    |
%+----------------+
\usepackage{makeidx}
\makeindex

% Unrem this to add Hebrew support (for LaTeX2e) with Hebrew as the main
% language:
%\usepackage[english,hebrew]{babel}

% eepic support:
\usepackage{epic}
\usepackage{eepic}

% (will need minor fixing if used within Hebrew)
\newcommand{\CenterFigure}[1]{{\centering{\input{#1.eepic}}}}
%+====================================+
%|        Doc content !!              |
%+====================================+
\begin{document}

\tableofcontents

\section{A sample Document}

A \LaTeX document can contain many things, including drawings:

% the following adds sample.eepic (created from sample.fig) as a centered
% drawing:
\CenterFigure{sample}

%next command includes the index
% Though index is not yet supported by the Makefile
\printindex
\end{document}


