Greek Fonts with Macros 
 	 	  installation module for BaKoMa TeX 6
This module installs some fonts useful for typesetting greek:
Kerkis (in Type 1 font format) and rgrfonts (in Type 3 font format).
This module installs the fonts under BaKoMa TeX 6.40 and later. 
To install the fonts just open the GREEK.BKZ unit.
 Comments
To typeset Greek documents with Kerkis fonts following 
commands are useful:
\documentclass[a4paper,11pt]{article}
\usepackage[greek]{babel}
\DeclareErrorFont{LGR}{mak}{m}{n}{10} % To avoid touching `grmn1000'
\usepackage[iso-8859-7]{inputenc}
\usepackage{kerkis}
\usepackage{grverb}
\begin{document}
...
To edit documents in iso-8859-7 encoding under BaKoMa Text Editor (Centaur)
you can choose cp1253, because they are well matched.
Use \grverb (instead \verb) 
and grverbatim (instead verbatim environment)
provided by grverb package.
 
 Changes:
| 2004/05/11  | - |  Has been packed on user request.
 |   
 |