1
2VLNA v1.3
3=========
4
5Program vlna adds ties (Czech vlna or vlnka) after nonsyllabic prepositions
6(instead of spaces) in the TeX source files. This prevents line breaks
7at undesirable spaces.
8
9Contents of the distribution
10----------------------------
11
12README     ... manual in Czech (format UNIX, ISO 8859-2),
13README.en  ... translation into English
14vlna.txt   ... Czech manual to the program (format UNIX, ISO 8859-2),
15Makefile   ... file for make
16vlna.w     ... CWEB source code (format UNIX, ISO 8859-2),
17vlna.c     ... output of ctangle vlna (program in C),
18vlna.dvi   ... program listing (requires csfonts)
19               listing was created by
20                 cweave vlna
21                 csplain vlna
22vlna.man   ... Czech man page
23csmac.tex  ... Macros required for printing the documentation (encoding ISO 8859-2).
24vlna.exe   ... DOS executable
25
26Installation in UNIX:
27---------------------
28
291) Modification of the Makefile (optional)
302) Compilation and installation:
31   make
32   su
33   make install
34
35Program distribution:
36---------------------
37
38The program may be freely used. If somebody makes useful changes
39in the CWEB source code, I want to be informed about it. The
40modified version must not be distributed under the same name
41without author's consent.
42
43The author gives no warranty that the program will not damage your
44file that you have been editing for many hours. Although the program
45creates backup files, these files are deleted after subsequent use
46of the program.
47
48Acknowledgement:
49----------------
50
51The author thanks to Rudolf Cejka for creation of the man page
52as well as for fixing small bugs that ocurred in version 1.0.
53
54Thanks to Peter Breitenlohner and Zdenek Wagner for updating building
55tools and documentation of the program in order to merging it to
56TeXLive.
57
5820 Apr. 2009       Petr Olsak
59
60version 1.3 (18. Jul 2008)
61          see Changelog
62
63version 1.2 (20. May 2002):
64          bug fix "v<space><cr>lese" -> "v~~lese"
65          added pattern for "\uv{v lese}" -> "\uv{v~lese}".
66
67