I offer here my solution to simple Czech text processing in UNIX.
The way can be used for certain other languages as well.
First, here are 3 fonts
font etl14.snf.Z (4 kB),
font etl16.snf.Z (4 kB),
font etl24.snf.Z (5 kB).
To install them in HP-UX 10.20 type as root:

mv etl14.snf /usr/lib/X11/fonts/misc
mv etl16.snf /usr/lib/X11/fonts/misc
mv etl24.snf /usr/lib/X11/fonts/misc
/usr/bin/X11/mkfontdir /usr/lib/X11/fonts/misc
xset fp rehash
To use the font in a xterm window, type
/usr/bin/X11/xterm -fn etl24 -bg black -fg white -title czxterm $@ &
or store this command in a script file.
Here is the czvi editor (582 kB) compiled for HP-UX 10.20.
This is the vile editor with keyboard input modified, so that
+= (pressing "+" and then "=") switches to Czech keyboard
=+ switches to English keyboard
=a produces a with accent '
+s produces s with ccent v
== produces =
++ produces +

And finally, here is the C sorce code for the ISO-LATIN-2 to LaTeX converter cz3latex.c (3 kB).
Good luck. Comments wellcome.

Back to Pavel Pokorny's Home Page