[subversion-commit] SVN tetex-base commit + diffs: r1792 - tetex-base/trunk/debian/patches

Frank Küster frank at costa.debian.org
Thu Oct 12 05:39:34 UTC 2006


Author: frank
Date: 2006-10-12 05:39:33 +0000 (Thu, 12 Oct 2006)
New Revision: 1792

Added:
   tetex-base/trunk/debian/patches/patch-new-or-update-from-CTAN
Removed:
   tetex-base/trunk/debian/patches/patch-missingfiles
   tetex-base/trunk/debian/patches/patch-update-from-CTAN
Modified:
   tetex-base/trunk/debian/patches/series
Log:
- renamed patch-update-from-CTAN to ...new-or-...
- integrated patch-missingfiles into the renamed patch
- changed order in series


Deleted: tetex-base/trunk/debian/patches/patch-missingfiles
===================================================================
--- tetex-base/trunk/debian/patches/patch-missingfiles	2006-10-12 00:39:00 UTC (rev 1791)
+++ tetex-base/trunk/debian/patches/patch-missingfiles	2006-10-12 05:39:33 UTC (rev 1792)
@@ -1,51 +0,0 @@
- doc/fonts/calrsfs/readme     |   23 +++++++++++++++++++++++
- tex/latex/calrsfs/OMSrsfs.fd |   14 ++++++++++++++
- 2 files changed, 37 insertions(+)
-
-Index: tetex-base-3.0/doc/fonts/calrsfs/readme
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ tetex-base-3.0/doc/fonts/calrsfs/readme	1994-06-08 01:00:00.000000000 +0200
-@@ -0,0 +1,23 @@
-+        TeX/LaTeX is the standard in typesetting research 
-+papers in physics. But many my colleges (and myself) were 
-+a little unhappy about the appearance of \cal letters 
-+(\mathcal in LaTeX 2e). The shape of these characters is 
-+very different from typefaces normally used in physical 
-+journals and books.
-+
-+        With the appearance of Ralph Smith's rsfs fonts and
-+NFSS this problem can be easily resolved. Just put files
-+`OMSrsfs.fd' and `calrsfs.sty' in LaTeX 2e input directory.
-+The command
-+
-+\usepackage{calrsfs}
-+
-+in the preamble of LaTeX file replaces all \mathcal
-+letters by nice letters of rsfs's font and you can enjoy
-+`standard' shape of Lagrangian ...
-+
-+The METAFONT sources of rsfs fonts are available in CTAN
-+in  the directory /tex-archive/fonts/rsfs
-+
-+Vadim V. Zhytnikov (vvzhy at phy.ncu.edu.tw)
-+
-Index: tetex-base-3.0/tex/latex/calrsfs/OMSrsfs.fd
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ tetex-base-3.0/tex/latex/calrsfs/OMSrsfs.fd	2006-08-01 19:17:48.000000000 +0200
-@@ -0,0 +1,14 @@
-+%%
-+%% Formal script Math symbols by Ralph A. Smith
-+%% 1994/06/06 Vadim V. Zhytnikov
-+%%
-+\DeclareFontFamily{OMS}{rsfs}{\skewchar\font'177}
-+\DeclareFontShape{OMS}{rsfs}{m}{n}{%
-+      <5> rsfs5
-+      <6> <7> rsfs7
-+      <8> <9> <10> rsfs10
-+      <10.95> <12> <14.4> <17.28> <20.74> <24.88> rsfs10
-+      }{}
-+\endinput
-+%%
-+%% End of file `OMSrsfs.fd'.

Copied: tetex-base/trunk/debian/patches/patch-new-or-update-from-CTAN (from rev 1785, tetex-base/trunk/debian/patches/patch-update-from-CTAN)
===================================================================
--- tetex-base/trunk/debian/patches/patch-new-or-update-from-CTAN	                        (rev 0)
+++ tetex-base/trunk/debian/patches/patch-new-or-update-from-CTAN	2006-10-12 05:39:33 UTC (rev 1792)
@@ -0,0 +1,83 @@
+ tex/latex/cmap/cmap.sty |   10 ++++++++--
+ 1 files changed, 8 insertions(+), 2 deletions(-)
+
+Index: tetex-base-3.0.dfsg.2/tex/latex/cmap/cmap.sty
+===================================================================
+--- tetex-base-3.0.dfsg.2.orig/tex/latex/cmap/cmap.sty	2005-07-20 14:56:45.000000000 +0200
++++ tetex-base-3.0.dfsg.2/tex/latex/cmap/cmap.sty	2005-05-04 10:59:29.000000000 +0200
+@@ -1,4 +1,4 @@
+-% Copyright (c) 2003 Vladimir Volovich <vvv at vsu.ru>
++% Copyright (c) 2003-2005 Vladimir Volovich <vvv at vsu.ru>
+ % cmap package -- download CMap files into PDF
+ %   to make "search" and "cut-n-paste" functions work properly
+ % You may distribute and/or modify this program under the terms of LPPL
+@@ -26,8 +26,10 @@
+ %   fixed a typo due to which the package had no effect at all
+ % 2004/06/16 version 1.0d (wl):
+ %   add support for subfonts as used in the CJK package
++% 2005/05/03 version 1.0e:
++%   do not fail under pdftex with \pdfoutput=0 (thanks to Robin Fairbairns)
+ 
+-\ProvidesPackage{cmap}[2004/06/16 v1.0d CMap support: searchable PDF]
++\ProvidesPackage{cmap}[2004/06/16 v1.0e CMap support: searchable PDF]
+ 
+ \@ifundefined{pdffontattr}{%
+ % The cmap package can be used only with pdflatex,
+@@ -35,6 +37,10 @@
+   \PackageWarningNoLine{cmap}{pdftex not detected - will not do anything}%
+   \endinput
+ }\relax
++\ifnum\pdfoutput<1
++  \PackageWarningNoLine{cmap}{pdftex in DVI mode - will not do anything}
++  \expandafter\endinput
++\fi
+ 
+ \edef\reserved at a{\noexpand\in@{,fontenc.sty,}{\@filelist}}% enc.def
+ \reserved at a
+Index: tetex-base-3.0/doc/fonts/calrsfs/readme
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ tetex-base-3.0/doc/fonts/calrsfs/readme	1994-06-08 01:00:00.000000000 +0200
+@@ -0,0 +1,23 @@
++        TeX/LaTeX is the standard in typesetting research 
++papers in physics. But many my colleges (and myself) were 
++a little unhappy about the appearance of \cal letters 
++(\mathcal in LaTeX 2e). The shape of these characters is 
++very different from typefaces normally used in physical 
++journals and books.
++
++        With the appearance of Ralph Smith's rsfs fonts and
++NFSS this problem can be easily resolved. Just put files
++`OMSrsfs.fd' and `calrsfs.sty' in LaTeX 2e input directory.
++The command
++
++\usepackage{calrsfs}
++
++in the preamble of LaTeX file replaces all \mathcal
++letters by nice letters of rsfs's font and you can enjoy
++`standard' shape of Lagrangian ...
++
++The METAFONT sources of rsfs fonts are available in CTAN
++in  the directory /tex-archive/fonts/rsfs
++
++Vadim V. Zhytnikov (vvzhy at phy.ncu.edu.tw)
++
+Index: tetex-base-3.0/tex/latex/calrsfs/OMSrsfs.fd
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ tetex-base-3.0/tex/latex/calrsfs/OMSrsfs.fd	2006-08-01 19:17:48.000000000 +0200
+@@ -0,0 +1,14 @@
++%%
++%% Formal script Math symbols by Ralph A. Smith
++%% 1994/06/06 Vadim V. Zhytnikov
++%%
++\DeclareFontFamily{OMS}{rsfs}{\skewchar\font'177}
++\DeclareFontShape{OMS}{rsfs}{m}{n}{%
++      <5> rsfs5
++      <6> <7> rsfs7
++      <8> <9> <10> rsfs10
++      <10.95> <12> <14.4> <17.28> <20.74> <24.88> rsfs10
++      }{}
++\endinput
++%%
++%% End of file `OMSrsfs.fd'.

Deleted: tetex-base/trunk/debian/patches/patch-update-from-CTAN
===================================================================
--- tetex-base/trunk/debian/patches/patch-update-from-CTAN	2006-10-12 00:39:00 UTC (rev 1791)
+++ tetex-base/trunk/debian/patches/patch-update-from-CTAN	2006-10-12 05:39:33 UTC (rev 1792)
@@ -1,36 +0,0 @@
- tex/latex/cmap/cmap.sty |   10 ++++++++--
- 1 files changed, 8 insertions(+), 2 deletions(-)
-
-Index: tetex-base-3.0.dfsg.2/tex/latex/cmap/cmap.sty
-===================================================================
---- tetex-base-3.0.dfsg.2.orig/tex/latex/cmap/cmap.sty	2005-07-20 14:56:45.000000000 +0200
-+++ tetex-base-3.0.dfsg.2/tex/latex/cmap/cmap.sty	2005-05-04 10:59:29.000000000 +0200
-@@ -1,4 +1,4 @@
--% Copyright (c) 2003 Vladimir Volovich <vvv at vsu.ru>
-+% Copyright (c) 2003-2005 Vladimir Volovich <vvv at vsu.ru>
- % cmap package -- download CMap files into PDF
- %   to make "search" and "cut-n-paste" functions work properly
- % You may distribute and/or modify this program under the terms of LPPL
-@@ -26,8 +26,10 @@
- %   fixed a typo due to which the package had no effect at all
- % 2004/06/16 version 1.0d (wl):
- %   add support for subfonts as used in the CJK package
-+% 2005/05/03 version 1.0e:
-+%   do not fail under pdftex with \pdfoutput=0 (thanks to Robin Fairbairns)
- 
--\ProvidesPackage{cmap}[2004/06/16 v1.0d CMap support: searchable PDF]
-+\ProvidesPackage{cmap}[2004/06/16 v1.0e CMap support: searchable PDF]
- 
- \@ifundefined{pdffontattr}{%
- % The cmap package can be used only with pdflatex,
-@@ -35,6 +37,10 @@
-   \PackageWarningNoLine{cmap}{pdftex not detected - will not do anything}%
-   \endinput
- }\relax
-+\ifnum\pdfoutput<1
-+  \PackageWarningNoLine{cmap}{pdftex in DVI mode - will not do anything}
-+  \expandafter\endinput
-+\fi
- 
- \edef\reserved at a{\noexpand\in@{,fontenc.sty,}{\@filelist}}% enc.def
- \reserved at a

Modified: tetex-base/trunk/debian/patches/series
===================================================================
--- tetex-base/trunk/debian/patches/series	2006-10-12 00:39:00 UTC (rev 1791)
+++ tetex-base/trunk/debian/patches/series	2006-10-12 05:39:33 UTC (rev 1792)
@@ -1,6 +1,6 @@
 patch-cyrfinst
 patch-misc_adds_from_tetex-src
-patch-missingfiles
+patch-new-or-update-from-CTAN
 patch-context
 patch-licenseinfo 
 patch-texdocphp 
@@ -8,4 +8,3 @@
 patch-deb 
 patch-tmp
 patch-dvipdfm
-patch-update-from-CTAN




More information about the Pkg-tetex-commits mailing list