[Debian-tex-commits] SVN tex-common commit + diffs: r2575 - in
tex-common/trunk: debian doc
Frank Küster
frank at alioth.debian.org
Wed Mar 14 16:14:21 CET 2007
Author: frank
Date: 2007-03-14 15:14:21 +0000 (Wed, 14 Mar 2007)
New Revision: 2575
Modified:
tex-common/trunk/debian/changelog
tex-common/trunk/doc/TeX-on-Debian.sgml
tex-common/trunk/doc/tex-sed
Log:
fix doc "bugs"
Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog 2007-03-14 13:49:53 UTC (rev 2574)
+++ tex-common/trunk/debian/changelog 2007-03-14 15:14:21 UTC (rev 2575)
@@ -1,3 +1,10 @@
+tex-common (1.3~1) unreleased; urgency=low
+
+ * Fix typography in Debian-on-TeX, thanks to Miguel de Val Borro
+ <miguel.deval at gmail.com> (closes: #413449)
+
+ -- Frank Küster <frank at debian.org> Wed, 14 Mar 2007 16:10:53 +0100
+
tex-common (1.2) experimental; urgency=low
* rename flavor format:no_format_links to format:no_links (nobody is using
Modified: tex-common/trunk/doc/TeX-on-Debian.sgml
===================================================================
--- tex-common/trunk/doc/TeX-on-Debian.sgml 2007-03-14 13:49:53 UTC (rev 2574)
+++ tex-common/trunk/doc/TeX-on-Debian.sgml 2007-03-14 15:14:21 UTC (rev 2575)
@@ -288,10 +288,10 @@
<prgn>fmtutil</prgn> commands. Note
that <prgn>texconfig</prgn> creates a copy of configuration
files from <var>TEXMFMAIN</var> (or <file>/etc/texmf</file>)
- at the time it is first invoked, and does not track later
- system-wide changes, and it does not know
- about <prgn>update-*</prgn> programs (see
- below <ref id="sec-core-config-files">
+ at the time it is first invoked to handle a particular file,
+ and does not track later system-wide changes, and it does
+ not know about <prgn>update-*</prgn> programs (see
+ below <ref id="sec-core-config-files">)
</p>
</sect>
Modified: tex-common/trunk/doc/tex-sed
===================================================================
--- tex-common/trunk/doc/tex-sed 2007-03-14 13:49:53 UTC (rev 2574)
+++ tex-common/trunk/doc/tex-sed 2007-03-14 15:14:21 UTC (rev 2575)
@@ -1,6 +1,7 @@
#!/bin/bash
-sed -e 's at TeX@\\TeX{}@g;
-s at La\\TeX@\\LaTeX at g;
-s at Debian-\\TeX{}-policy at Debian-TeX-policy@g;
-s at Metafont@\\MF{}@g;
+sed -e 's@(^|[[:space:]])TeX([[:space:]]|$)@\1\\TeX{}\2 at g
+s@(^|[[:space:]])LaTeX([[:space:]]|$)@\1\\LaTeX{}\2 at g
+s@(^|[[:space:]])pdfTeX([[:space:]]|$)@\1pdf\\TeX{}\2 at g
+s@(^|[[:space:]])TeX-related([[:space:]]|$)@\1\\TeX-related\2 at g
+s@(^|[[:space:]])Metafont([[:space:]]|$)@\1\\MF{}\2 at g
/fontenc/ a \\\\usepackage{mflogo}' < $1 > $2
More information about the Debian-tex-commits
mailing list