diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-04 10:15:57 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-04 10:15:57 +0000 |
commit | 088b61d350fba63ae429a3c79fe765e4b4b9cc7b (patch) | |
tree | f228e4a69be7a6f6ab25409a191d183c77973611 /Build/source/utils/vlna/vlna-1.5/README.en | |
parent | bc4eca8d682e6e8c0f05ffcab3d38d3030782cd2 (diff) |
reorganize: vlna-1.5 plus vlna-1.5-PATCHES
git-svn-id: svn://tug.org/texlive/trunk@22301 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/vlna/vlna-1.5/README.en')
-rw-r--r-- | Build/source/utils/vlna/vlna-1.5/README.en | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/Build/source/utils/vlna/vlna-1.5/README.en b/Build/source/utils/vlna/vlna-1.5/README.en new file mode 100644 index 00000000000..81ae74d20b7 --- /dev/null +++ b/Build/source/utils/vlna/vlna-1.5/README.en @@ -0,0 +1,66 @@ + +VLNA v1.3 +========= + +Program vlna adds ties (Czech vlna or vlnka) after nonsyllabic prepositions +(instead of spaces) in the TeX source files. This prevents line breaks +at undesirable spaces. + +Contents of the distribution +---------------------------- + +README ... manual in Czech (format UNIX, ISO 8859-2), +README.en ... translation into English +vlna.txt ... Czech manual to the program (format UNIX, ISO 8859-2), +Makefile ... file for make +vlna.w ... CWEB source code (format UNIX, ISO 8859-2), +vlna.c ... output of ctangle vlna (program in C), +vlna.dvi ... program listing (requires csfonts) + listing was created by + cweave vlna + csplain vlna +vlna.man ... Czech man page +csmac.tex ... Macros required for printing the documentation (encoding ISO 8859-2). +vlna.exe ... DOS executable + +Installation in UNIX: +--------------------- + +1) Modification of the Makefile (optional) +2) Compilation and installation: + make + su + make install + +Program distribution: +--------------------- + +The program may be freely used. If somebody makes useful changes +in the CWEB source code, I want to be informed about it. The +modified version must not be distributed under the same name +without author's consent. + +The author gives no warranty that the program will not damage your +file that you have been editing for many hours. Although the program +creates backup files, these files are deleted after subsequent use +of the program. + +Acknowledgement: +---------------- + +The author thanks to Rudolf Cejka for creation of the man page +as well as for fixing small bugs that ocurred in version 1.0. + +Thanks to Peter Breitenlohner and Zdenek Wagner for updating building +tools and documentation of the program in order to merging it to +TeXLive. + +20 Apr. 2009 Petr Olsak + +version 1.3 (18. Jul 2008) + see Changelog + +version 1.2 (20. May 2002): + bug fix "v<space><cr>lese" -> "v~~lese" + added pattern for "\uv{v lese}" -> "\uv{v~lese}". + |