blob: 82aa8baaecf4a3eb2b1285855e9cfdc407e76554 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<//--- $Id: index.html,v 1.6 2000/05/08 14:12:38 antos Exp $--->
<HTML>
<HEAD>
<TITLE> TeX Versioning System Homepage </TITLE>
<META http-equiv="Content-Type" content="text/html">
</HEAD>
<BODY background="slapoty.gif">
<center>
<h1> TeX Versioning System </h1>
</center>
This is homepage of TeX Versioning System, system for storing complete
source of TeX documents.
<h3>What TVS can do for you</h3>
Although TeX guarantees the ability of getting the same results when
typesetting a document. In real life, it is not so easy as the document
look usually depends on lots of files, e.g. macros, styles.
<p>
If you need to be able to get the same output wherever and whenever you
typeset your documents, you need TVS.
<p>
TVS can find all the files needed to typeset your TeX document and
pack them together so as you can always re-typeset the document and
obtain exactly the same results.
<p>
TVS is a platform independent Perl script, it's documentation comes in
Texinfo format. TVS is free, distributed under terms of General Public
License.
<p>
For all information about TVS, please read the documentation.
<h3>Documentation</h3>
You may get the documentation in various formats:
<UL>
<li> <a href="http:TVS/docs/tvs.html">HTML pages</a>
<li> <a href="http:TVS/docs/tvs.info">formatted INFO file</a>
<li> <a href="http:TVS/docs/tvs.ps">PostScript</a>
<li> <a href="http:TVS/docs/tvs.texi">Texinfo source</a>
</UL>
<h3>Download</h3>
<a href="http:TVS/">Here you can download TVS by files</a>
or
<a href="http:TVS.tar.gz">gzipped tar file.</a>
<h3>Author</h3>
TVS was written and is maintained by David Antos, xantos (at) fi.muni.cz.
<p> <hr>
<center> Fight against software piracy--use free software! </center>
</BODY>
</HTML>
|