diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/calrsfs/README (renamed from Master/texmf-dist/doc/fonts/calrsfs/readme) | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/calrsfs/OMSrsfs.fd | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/calrsfs/calrsfs.sty | 3 | ||||
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 1 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
6 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/calrsfs/readme b/Master/texmf-dist/doc/latex/calrsfs/README index 75b33b068a2..3546835eb54 100644 --- a/Master/texmf-dist/doc/fonts/calrsfs/readme +++ b/Master/texmf-dist/doc/latex/calrsfs/README @@ -1,3 +1,7 @@ +This file is public domain. +Originally written 1994, Vadim V. Zhytnikov. +This notice added by Clea F. Rees on 2008/11/18 following communication with Vadim V. Zhytnikov. + 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 diff --git a/Master/texmf-dist/tex/latex/calrsfs/OMSrsfs.fd b/Master/texmf-dist/tex/latex/calrsfs/OMSrsfs.fd index 90d395b4ca9..4e91acbea08 100644 --- a/Master/texmf-dist/tex/latex/calrsfs/OMSrsfs.fd +++ b/Master/texmf-dist/tex/latex/calrsfs/OMSrsfs.fd @@ -1,3 +1,6 @@ +%% This file is public domain. +%% Originally written 1994, Vadim V. Zhytnikov. +%% This notice added by Clea F. Rees on 2008/11/18 following communication with Vadim V. Zhytnikov. %% %% Formal script Math symbols by Ralph A. Smith %% 1994/06/06 Vadim V. Zhytnikov diff --git a/Master/texmf-dist/tex/latex/calrsfs/calrsfs.sty b/Master/texmf-dist/tex/latex/calrsfs/calrsfs.sty index 96171fed28b..b558f06d008 100644 --- a/Master/texmf-dist/tex/latex/calrsfs/calrsfs.sty +++ b/Master/texmf-dist/tex/latex/calrsfs/calrsfs.sty @@ -1,3 +1,6 @@ +%% This file is public domain. +%% Originally written 1994, Vadim V. Zhytnikov. +%% This notice added by Clea F. Rees on 2008/11/18 following communication with Vadim V. Zhytnikov. %% %% This style replaces \mathcal by Ralph Smith's formal script %% diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index dfd78ae6e97..53322fd25ca 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1326,6 +1326,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'a2ping' => 'README', # not worth whole separate doc subdir 'achemso' => "$standardclean|jawltxdoc.sty", # temp file for doc 'acmconf' => "$standardclean|flushend.sty", # dup with sttools + 'bbm-macros' => $standardclean . '|^bbm$', # symlink 'chemscheme' => "$standardclean|jawltxdoc.sty", # temp file for doc 'chemstyle' => "$standardclean|jawltxdoc.sty", # temp file for doc 'elvish' => '\.pk3', # no pk files diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 88a8a1db8b4..5263200e950 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -42,7 +42,7 @@ my @WorkingTLP = qw( blockdraw_mp blowup boisik boites boldtensors bookest booklet booktabs bophook boxhandler bpchem breakurl bullcntr bussproofs bytefield - calligra captcont caption carlisle casyl catechis carolmin-ps + calligra calrsfs captcont caption carlisle casyl catechis carolmin-ps cbcoptic cbfonts ccaption cclicenses cd cdpbundl cellspace changebar changepage changes chappg chapterfolder chem-journal chembst chemcompounds diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index d89f4a5c2ae..48784ec4e53 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -18,7 +18,7 @@ sub main # erroneous tds files (warn Robin about them) # list format: pkg1|pkg2|etc - $erroneous_tds = "bidi|elsarticle|lcyw|showlabels|xetexfontinfo|xstring"; + $erroneous_tds = "bidi|elsarticle|lcyw|xetexfontinfo"; # special packages from latex-tds project (used by prepare()) $corelatex_tds_pkgs = "babel|cyrillic|graphics|latex|psnfss|tools"; |