[subversion-commit] SVN tetex commit + diffs: r301 - in pkg-tetex-web/trunk: . teTeX-3.0-sarge

Frank Küster frank at costa.debian.org
Thu Oct 27 11:00:24 UTC 2005


Author: frank
Date: 2005-10-27 11:00:24 +0000 (Thu, 27 Oct 2005)
New Revision: 301

Modified:
   pkg-tetex-web/trunk/splitting.html
   pkg-tetex-web/trunk/teTeX-3.0-sarge/index.html
Log:
started writing splitting.html contents, correct link in sarge.html

Modified: pkg-tetex-web/trunk/splitting.html
===================================================================
--- pkg-tetex-web/trunk/splitting.html	2005-10-26 15:33:31 UTC (rev 300)
+++ pkg-tetex-web/trunk/splitting.html	2005-10-27 11:00:24 UTC (rev 301)
@@ -18,6 +18,8 @@
        option { font-size:10pt; color:blue; }
        .local {
 	 display: none;	     }
+       body { font-size: 11pt; }
+       kbd { font-size: smaller;}
        body *:target {color: red;}
 </style></head>
 
@@ -29,12 +31,85 @@
   teTeX packages</h1></td><td style="border: medium outset blue; font-size: small; vertical-align: middle;" align="center">
 </td></tr></tbody></table><br><br>
 
+<h2>Table of Contents</h2>
+<ul>
+  <li><a href="#guidelines" >Guidelines</a>
+</li>
+<li><a href="schemes" >Proposed Schemes</a></li>
+<ul>
+  <li><a href="tetex-bin" >tetex-bin</a></li>
+  <li><a href="tetex-base" >tetex-base</a></li>
+</ul>
+</ul>
 
-<h2>tetex-bin</h2>
+<h1><a  name="guidelines">Guidelines</a></h1>
 
-<h3>Scheme 1:  tetex-bin-nox, tetex-bin-core, tetex-bin-extra</h3>
+<ol>
+  <li>
+Etch will (if nothing very surprising happens) come with two
+alternative TeX systems: teTeX and TeX-Live.  TeX-Live is not only
+much bigger and more comprehensive, it is also much more fine-grained.
+This will allow users to install only the specific subset they need.
+Therefore we can refer people concerned with download size or disk
+space to using TeX-live and simply not care about this problem
+  </li>
+  <li>
+We expect that teTeX will continue to be the standard package for
+creating documentation when building a Debian package, and I think
+that we should try to develop our splitting schemes mainly along the
+needs of Build-Depending packages End users will probably just install
+everything, or switch to tex-live.
+  </li>
+  <li>
+  We plan to create a <kbd>tetex-base</kbd> package that is smaller
+  than before, but sufficient as a build-dependency (without
+  <kbd>tetex-extra</kbd>) in more cases than before.
+  </li>
+  <li>
+  The main reason why the new <kbd>tetex-base</kbd> package can be smaller is
+  that we provide only a restricted set of fonts.  This will allow the
+  production of <samp>PostScript</samp> and PDF files written in english, and with
+  some tweaks (or the additional <kbd>lmodern</kbd> package) in other european
+  languages.  Documentation in other scripts will need <kbd>tetex-extra</kbd>
+  and/or other packages.
+  </li>
+</ol>
 
+<h1><a  name="schemes">Proposed splitting schemes</a></h1>
 
+<h2><a  name="tetex-bin">tetex-bin</a></h2>
+
+<h3>Scheme 1:  tetex-bin-core, tetex-bin-x11, tetex-bin-extra</h3>
+
+In this scheme, there would be a dummy package <kbd>tetex-bin</kbd>
+that would depend on all of them and make a smooth upgrade possible.
+The three packages would contain:
+<dl>
+  <dt><kbd>tetex-bin-core</kbd>
+  <dd> This package would contain <kbd>tex</kbd>,
+    <kbd>pdfetex</kbd>, <kbd>mf-nowin</kbd> and <kbd>dvips</kbd> and all helper programs
+    needed to produce PDF and PostScript files from simple input.
+  <dt><kbd>tetex-bin-x11</kbd>
+  <dd> This package would contain the binaries that are linked against
+    xlibs (xdvi and mfw) and the scripts that depend on <kbd>perl-tk</kbd> or
+    otherwise on a graphical screen (<kbd>texdoctk</kbd>,
+    <kbd>texfind</kbd>, <kbd>texshow</kbd>, ...?).
+  <dt><kbd>tetex-bin-extra</kbd>
+  <dd>This package would contain all the rest, like
+    <cite>Omega</cite>-related things, <cite>ConTeXt</cite> etc.
+</dl>
+
+<h4>Questions</h4>
+<ol>
+  <li>Should MetaPost be part of <kbd>-core</kbd>?
+  </li>
+</ol>
+
+<h2><a  name="tetex-base">tetex-base</a></h2>
+
+<h3>Scheme 2:  tetex-base with TeX and LaTeX, tetex-extra with the rest</h3>
+
+
 <hr>
 <table border="0" width="100%">
 <tbody><tr><td><p style="font-size: smaller; font-family: Arial,Helvetica,sans-serif;">Last update: <em>

Modified: pkg-tetex-web/trunk/teTeX-3.0-sarge/index.html
===================================================================
--- pkg-tetex-web/trunk/teTeX-3.0-sarge/index.html	2005-10-26 15:33:31 UTC (rev 300)
+++ pkg-tetex-web/trunk/teTeX-3.0-sarge/index.html	2005-10-27 11:00:24 UTC (rev 301)
@@ -24,7 +24,7 @@
 
 <body bgcolor="#ffffff" link="#cc0000" vlink="#0000ff">
 
-<table cellpadding="20" width="100%"><tbody><tr><td><h1><img src="index-Dateien/tetex.png" alt="teTeX">Version 3.0 &nbsp; for Debian Sarge</h1></td><td style="border: medium outset blue; font-size: small; vertical-align: middle;" align="center">
+<table cellpadding="20" width="100%"><tbody><tr><td><h1><img src="../pics/tetex.png" alt="teTeX">Version 3.0 &nbsp; for Debian Sarge</h1></td><td style="border: medium outset blue; font-size: small; vertical-align: middle;" align="center">
 </td></tr></tbody></table><br><br>
 
 




More information about the Pkg-tetex-commits mailing list