Bug#1052298: metafun broken?

2023-09-22 Thread Zdenek Wagner
After fresh update of TL2023:
$ mpost metafun.mp
This is MetaPost, version 2.02 (TeX Live 2023) (kpathsea version 6.3.5)
(/usr/local/texlive/2023/texmf-dist/metapost/base/mpost.mp
(/usr/local/texlive/2023/texmf-dist/metapost/base/plain.mp
Preloading the plain mem file, version 1.005) )
(/usr/local/texlive/2023/texmf-dist/metapost/context/base/common/metafun.mp
! I can't open file `metafun.mpii'.
l.6 input metafun.mpii

Please type another input file name: ^C


With TL2022:
$ mpost metafun.mp
This is MetaPost, version 2.02 (TeX Live 2022) (kpathsea version 6.3.4)
(/usr/local/texlive/2022/texmf-dist/metapost/base/mpost.mp
(/usr/local/texlive/2022/texmf-dist/metapost/base/plain.mp
Preloading the plain mem file, version 1.005) )
(/usr/local/texlive/2022/texmf-dist/metapost/context/base/common/metafun.mp
(/usr/local/texlive/2022/texmf-dist/metapost/context/base/mpii/metafun.mpii
(/usr/local/texlive/2022/texmf-dist/metapost/context/base/mpii/mp-base.mpii
Preloading the plain mem file, version 1.004 for metafun ii
! Redundant equation.

  ;
l.331 mm=2.83464;
  pt=0.99626;dd=1.06601;  bp:=1;
?

... and many more redundant equations

TL2021: the same redundant equations
Zdeněk Wagner
https://www.zdenek-wagner.eu/

pá 22. 9. 2023 v 15:05 odesílatel Zdenek Wagner
 napsal:
>
> Hi,
>
> there is a conditional statement testing whether mplib is present,
> thus metafun will work if mpiv can be used and mpii is not needed.
> This means that it sometimes works and sometimes not. I have not tried
> on my computer.
>
> Zdeněk Wagner
> https://www.zdenek-wagner.eu/
>
> pá 22. 9. 2023 v 15:01 odesílatel Norbert Preining
>  napsal:
> >
> > On Fri, 22 Sep 2023, Zdenek Wagner wrote:
> > > identical. metafun.mpii is present in TL2022 but missing in TL2023.
> >
> > indeed, all of
> > texmf-dist/metapost/context/base/mpii/
> > is missing in TL 2023, which means metafun does not work.
> >
> > Best
> >
> > Norbert
> >
> > --
> > PREINING Norbert  https://www.preining.info
> > Mercari Inc. + IFMGA Guide + TU Wien + TeX Live
> > GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13



Bug#1052298: metafun broken?

2023-09-22 Thread Zdenek Wagner
Hi,

there is a conditional statement testing whether mplib is present,
thus metafun will work if mpiv can be used and mpii is not needed.
This means that it sometimes works and sometimes not. I have not tried
on my computer.

Zdeněk Wagner
https://www.zdenek-wagner.eu/

pá 22. 9. 2023 v 15:01 odesílatel Norbert Preining
 napsal:
>
> On Fri, 22 Sep 2023, Zdenek Wagner wrote:
> > identical. metafun.mpii is present in TL2022 but missing in TL2023.
>
> indeed, all of
> texmf-dist/metapost/context/base/mpii/
> is missing in TL 2023, which means metafun does not work.
>
> Best
>
> Norbert
>
> --
> PREINING Norbert  https://www.preining.info
> Mercari Inc. + IFMGA Guide + TU Wien + TeX Live
> GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13



Bug#1052298: metafun broken?

2023-09-22 Thread Zdenek Wagner
I have just compared metafun.mp in TL2022 and 2023 and they are
identical. metafun.mpii is present in TL2022 but missing in TL2023.

Zdeněk Wagner
https://www.zdenek-wagner.eu/

pá 22. 9. 2023 v 14:49 odesílatel Norbert Preining
 napsal:
>
> Hi all,
>
> is metafun broken?
>
> $ mpost
> This is MetaPost, version 2.02 (TeX Live 2023) (kpathsea version 6.3.5)
> **\relax
> (/home/norbert/tl/2023/texmf-dist/metapost/base/mpost.mp
> (/home/norbert/tl/2023/texmf-dist/metapost/base/plain.mp
> Preloading the plain mem file, version 1.005) )
> *input metafun.mp
> (/home/norbert/tl/2023/texmf-dist/metapost/context/base/common/metafun.mp
> ! I can't open file `metafun.mpii'.
> l.6 input metafun.mpii
>
> Please type another input file name:
>
>
>
> There is only metafun.mpiv
>
> Any ideas?
>
> Thanks
>
> Norbert
>
> --
> PREINING Norbert  https://www.preining.info
> Mercari Inc. + IFMGA Guide + TU Wien + TeX Live
> GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13



Bug#907784: [tex-live] repeated xelatex call destroys pdf output

2018-09-04 Thread Zdenek Wagner
Hi,

I tried again and it really works even with the fontenc package so it might
be something Debian specific. I use Fedora with TL from TUG, not the rpm's.

Zdeněk Wagner
http://ttsm.icpf.cas.cz/team/wagner.shtml
http://icebearsoft.euweb.cz


út 4. 9. 2018 v 17:27 odesílatel David Carlisle 
napsal:

> the \usepackage[T1]{fontenc} line is certainly wrong for xetex but on
> my updated (cygwin) texlive 2018 pdfinfo doesn't give any errors on
> the generated file with or without this line.
>
> what happens if you use --no-pdf to xelatex and then run xdvipdfmx by
> hand on the resulting xdv, that usually gives better diagnostics for
> pdf generation stage.
>
>
>
> David
>


Bug#907784: [tex-live] repeated xelatex call destroys pdf output

2018-09-04 Thread Zdenek Wagner
Hi all,

the sample file is intended for XeLaTeX but requests the fontenc package to
encode unicode to the T1 encoding, which is wrong, it cannot work. As a
result it probably writes an illegal code into the .aux file and XeLaTeX
then crashes without completing the output to PDF (and the most important
xref tables are close to the end of the PDF file). Just removing
\usepackage[T1]{fontenc} solves the problem and it works fine on my
computer.

Zdeněk Wagner
http://ttsm.icpf.cas.cz/team/wagner.shtml
http://icebearsoft.euweb.cz


út 4. 9. 2018 v 16:27 odesílatel Norbert Preining 
napsal:

> Hi all,
>
> here down at Debian we got a bug report which I can easily reproduce
> with upstream TeX Live.
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907784
>
> What happens is that when xelatex *first* compiles the document,
> everything is fine.
>
> It also generates a .aux file which somehow disturbes xelatex, because
> on the second run when the .aux file is read the output is a completely
> broken pdf.
>
> $ pdfinfo newfile1.damaged.pdf
> Syntax Error: Couldn't read xref table
> Syntax Warning: PDF file is damaged - attempting to reconstruct xref
> table...
> Syntax Error: Couldn't find trailer dictionary
> Syntax Error: Couldn't read xref table
> $
>
> I tried uncompressing it with pdftk but that converted the damaged file
> into a good and working one.
>
> I am having a hard time understand what might be wrong. It is also not
> trivial to reduce this example to a minimal one, thus I refrain from
> posting the files here, but only include the links:
> TeX files:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?att=2;bug=907784;filename=test.tar.bz2;msg=5
> Images:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?att=2;bug=907784;filename=pic.tar.bz2;msg=10
>
> I can send the .tex, the .aux file, or whatever might be useful to
> debug.
>
> It would be great if someone can help tracking down this strange bug.
>
> Thanks
>
> Norbert
>
> --
> PREINING Norbert   http://www.preining.info
> Accelia Inc. +JAIST +TeX Live +Debian Developer
> GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
>


Bug#640952: [tex-live] bug in dvipdfmx wrt diacritics?

2011-09-09 Thread Zdenek Wagner
2011/9/9 Norbert Preining prein...@logic.at:
 Hi everyone

 downstream at Debian we got a bug report concerning missing diacritics.
 I confirmed that it is also a problem with an up2date TL2011 installation,
 so it is nothing specific to TL2009 which we ship in Debian:

 --
 If you compile the latex below to DVI, and then to PDF using dvipdfmx,
 dvipdfmx produces the following error and the resulting PDF contains
 no diacritics.

With xdvipdfmx in TL 2010 as well as 2011 I get the same error and the
resulting PDF file is unreadable. I know that seac is used to create
composite accented characters and the syntax very restricted. Maybe
some font experts can help (Karel Piska?)

The font works fine in pdflatex.

 ** WARNING ** Obsolete four arguments of endchar will be used for
 Type 1 seac operator.

 \documentclass{article}
 \usepackage[T1]{fontenc}
 \usepackage{charter}
 \begin{document}
 chass\'e du G\obe
 \end{document}

 If you replace charter by lmodern, it works, so the bug may be in the
 font itself (Bitstream charter from
 texlive-fonts-recommended, version: 2009-11)
 ---

 When using dvipdfmx from TL2011 I get:
 [1]
 ** WARNING ** Obsolete four arguments of endchar will be used for Type 1 
 seac operator.
 ** WARNING ** Obsolete four arguments of endchar will be used for Type 1 
 seac operator.

 2517 bytes written

 ** WARNING ** 1 memory objects still allocated


 Anyone having any idea?

 Best wishes

 Norbert
 
 Norbert Preining            preining@{jaist.ac.jp, logic.at, debian.org}
 JAIST, Japan                                 TeX Live  Debian Developer
 DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
 
 SIDCUP (n.)
 One of those hats made from tying knots in the corners of a
 handkerchief.
                        --- Douglas Adams, The Meaning of Liff




-- 
Zdeněk Wagner
http://hroch486.icpf.cas.cz/wagner/
http://icebearsoft.euweb.cz



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#640952: [tex-live] bug in dvipdfmx wrt diacritics?

2011-09-09 Thread Zdenek Wagner
2011/9/9 Norbert Preining prein...@logic.at:
 On Fr, 09 Sep 2011, Zdenek Wagner wrote:
 With xdvipdfmx in TL 2010 as well as 2011 I get the same error and the
 resulting PDF file is unreadable. I know that seac is used to create

 Really? I tried 2011 and evince *can* read the pdf file, but does not
 show the accented characters.

I tried in AR 9 on CentOS release 5.3 (Final), x86_64. I have also
tried Ghostscript but it crashes with this error message:
    Warning:  An error occurred while reading an XREF table.
    The file has been damaged.  This may have been caused
    by a problem while converting or transfering the file.
    Ghostscript will attempt to recover the data.
ERROR: /undefined in /BXlevel
Operand stack:
   5   0   1   --dict:6/6(ro)(G)--   obj
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--
--nostringval--   2   %stopped_push   --nostringval--
--nostringval--   --nostringval--   false   1   %stopped_push   1   3
 %oparray_pop   1   3   %oparray_pop   1   3   %oparray_pop   1   3
%oparray_pop   .runexec2   --nostringval--   --nostringval--
--nostringval--   2   %stopped_push   --nostringval--
--nostringval--   --nostringval--   --nostringval--   --nostringval--
 false   1   %stopped_push   --nostringval--   %loop_continue
--nostringval--
Dictionary stack:
   --dict:1120/1686(ro)(G)--   --dict:0/20(G)--   --dict:108/200(L)--
 --dict:104/127(ro)(G)--   --dict:241/347(ro)(G)--   --dict:18/24(L)--

It seems that the PDF file written by xdvipdfmx is really damaged and
some viewers may be able to recover at least partially.

 The font works fine in pdflatex.

 Ye, that I also tried, without problem.

 Best wishes

 Norbert
 
 Norbert Preining            preining@{jaist.ac.jp, logic.at, debian.org}
 JAIST, Japan                                 TeX Live  Debian Developer
 DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
 
 DORRIDGE (n.)
 Technical term for one of the lame excuses written in very small print
 on the side of packets of food or washing powder to explain why
 there's hardly anything inside. Examples include 'Contents may have
 settled in transit' and 'To keep each biscuit fresh they have been
 individually wrapped in silver paper and cellophane and separated with
 corrugated lining, a cardboard flap, and heavy industrial tyres'.
                        --- Douglas Adams, The Meaning of Liff




-- 
Zdeněk Wagner
http://hroch486.icpf.cas.cz/wagner/
http://icebearsoft.euweb.cz



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#571679: [tex-live] Bug#571679: moving ucs back to -recommended

2010-03-10 Thread Zdenek Wagner
2010/3/10 Norbert Preining prein...@logic.at:
 On Mi, 10 Mär 2010, Robin Fairbairns wrote:
 unicode-based engines good, 8-bit engines (tex, pdftex,...) bad.

 Well, so many things have been done with 8-bit engines, so I
 would not say bad, but space for improvement ;-)

Time for change. The inputenc package makes use of active characters
and multibyte characters come in pieces. If your macro contains
\futurelet\somechar\dosomething then \somechar may contain a part of a
character. another example, suppose that you redefine \chapter so that
it changes the first character into an initial by:

\def\PutInitial#1{\global\everypar{}%
  % code for putting #1 as an initial
}
\everypar{\PutInitial}

Now #1 may contain just a part of a character and using this part will
cause an error. That's why I cannot use inputenc even with Czech, I
need above mentioned constructs in my LaTeX macros and the same macro
must work both with accented and non-accented characters. Moreover,
non-accented characters can be compared by \if, multibyte characters
and active characters cannot.

 in the words of the advertising twaddle: you _know_ it makes sense.

 Yes I know, and I agree. but still we are a long long way from
 replacing pdftex with luatex.

 Best wishes

 Norbert
 
 Norbert Preining            prein...@{jaist.ac.jp, logic.at, debian.org}
 JAIST, Japan            TU Wien, Austria           Debian TeX Task Force
 DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
 
 Another world, another day, another dawn.
                 --- Douglas Adams, The Hitchhikers Guide to the Galaxy




-- 
Zdeněk Wagner
http://hroch486.icpf.cas.cz/wagner/
http://icebearsoft.euweb.cz



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#527592: [tex-live] xfrac.sty depends on latex3

2009-09-29 Thread Zdenek Wagner
2009/9/29 Lars Madsen dal...@imf.au.dk:
 Norbert Preining wrote:

...

 which confuses a lot of ubuntu users, so they end up installing everything
 anyway. It is nice that debian provides TL in so many pacakges, but IMO it
 just serves as a big confusion for the average user.

Even if you install everything, packaging brings you benefits. If a
package is updated on CTAN and then in TL, you update just the
package, not the whole TeX system. It makes little sense to select
individual packages upon installation, it is better to select
collections, but it is worth to update individual packages.

 --

 /daleif




-- 
Zdeněk Wagner
http://hroch486.icpf.cas.cz/wagner/
http://icebearsoft.euweb.cz



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542463: [tex-live] Bug#542463: vlna program missing from texlive-lang-czechslovak

2009-08-20 Thread Zdenek Wagner
2009/8/20 Frank Küster fr...@debian.org:
 Hi,

 Frank Küster fr...@debian.org wrote:

 The vlna program is missing from the texlive-lang-czechslovak package,
 even though it is explicitly mentioned as included in the description.

 It's only present on Windows.

 Already two years ago this has been discussed on the TeX-Live upstream
 list, http://article.gmane.org/gmane.comp.tex.live/14859/match=vlna, and
 now again a couple of weeks ago:
 http://thread.gmane.org/gmane.comp.tex.live/15958/focus=16165

 While both threads list alternatives, I don't see why the program
 shouldn't be included in TeXLive.  It seems to be easy to compile it on
 Linux, and probably elsewhere.

AFAIK autoconf/automake has already been developed for vlna. At least
the Linux executable was present in TL 2008.

 Comments?

 Regards, Frank
 --
 Dr. Frank Küster
 Debian Developer (TeXLive)
 VCD Aschaffenburg-Miltenberg, ADFC Miltenberg
 B90/Grüne KV Miltenberg




-- 
Zdeněk Wagner
http://hroch486.icpf.cas.cz/wagner/
http://icebearsoft.euweb.cz



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#500179: [tex-live] (fwd) Bug#500179: Please move kvoptions.sty to texlive-latex-base

2008-09-25 Thread Zdenek Wagner
2008/9/25 Norbert Preining [EMAIL PROTECTED]:
 Hi all,


 - Forwarded message from Hilmar Preuße [EMAIL PROTECTED] -
 The LaTeX package hyperref, which is part of texlive-latex-base,
 depends on the LaTeX package kvoptions.sty, which unfortunately is
 not part of texlive-latex-base.
 - End forwarded message -

 texlive-latex-base = collection-latexbase

 So we should have kvoptions.sty in collection-latexbase.

 Unfortunately kvoptions is part of oberdiek, so that would mean moving
 all the oberdiek packages to collection-latexbase.

 Should be do that?

Kvoptions is useful and important package, so moving all the oberdiek
packages to collection-latexbase seems reasonable to me.

 Best wishes

 Norbert

 ---
 Dr. Norbert Preining [EMAIL PROTECTED]Vienna University of 
 Technology
 Debian Developer [EMAIL PROTECTED] Debian TeX Group
 gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 
 B094
 ---
 AINDERBY STEEPLE (n.)
 One who asks you a question with the apparent motive of wanting to
 hear your answer, but who cuts short your opening sentence by leaning
 forward and saying 'and I'll tell you why I ask...' and then talking
 solidly for the next hour.
--- Douglas Adams, The Meaning of Liff




-- 
Zdeněk Wagner
http://hroch486.icpf.cas.cz/wagner/
http://icebearsoft.euweb.cz


Bug#481371: [tex-live] mktexlsr should exclude more VCS dirs

2008-05-16 Thread Zdenek Wagner
2008/5/16 David Kastrup [EMAIL PROTECTED]:
 Norbert Preining [EMAIL PROTECTED] writes:

 We got the following suggestion concerning mktexlsr:

 On Do, 15 Mai 2008, Michael Schutte wrote:
 /usr/bin/mktexlsr currently excludes .svn directories only.  I???d like to
 maintain parts of my ~/texmf tree in Git, which badly clutters ls-R at
 the moment.  The attached patch supports the most usual DVCSes; it would
 be great if you could review and probably apply it for the next
 revision.

 Cheers,
 --
 Michael Schutte [EMAIL PROTECTED]

 --- a/mktexlsr   2008-04-22 19:37:01.0 +0200
 +++ b/mktexlsr   2008-05-15 17:08:59.0 +0200
 @@ -154,10 +154,11 @@
# We do not try to support colons in directory names.
#
echo ./: $db_file_tmp
 +  VCSDIRS='\(\.svn\|\.git\|\.bzr\|\.hg\|_darcs\)'
(cd $TEXMFLS_R  \ls -LRa 2/dev/null) \
 -   | sed -e '/^$/{n;s%^\./%%;s%^%./%;}; /^\.$/d; /^\.\.$/d; /^\.svn$/d;' \
 +   | sed -e '/^$/{n;s%^\./%%;s%^%./%;}; /^\.$/d; /^\.\.$/d; 
 /^'$VCSDIRS'$/d;' \
  -e '/^[\.\/]*lsR[0-9]*\.tmp:*$/d' \
 -   | sed -e '/\.svn.*:$/,/^$/d' \
 +   | sed -e '/'$VCSDIRS'.*:$/,/^$/d' \
 $db_file_tmp

cat $db_file_tmp  $db_file


 THis patch actually looks quite reasonable to me, so what about
 including it in our texlive repository?

 Any comments/remarks/objections please?

 What about CVS and RCS subdirectories (no initial dot in their name)?
 Also it may be more efficient to not have alternatives starting with a
 common character, something like

 \.\(bzr\|git\|hg\|svn\)\|CVS\|RCS\|_darcs

CVS contains just a few files, namely Entries, Repository, Root,
Template. There is just a small risk of filename clash with something
meaningful. CVS contents are currently included in ls-R and I have not
found any problem so far while svn and git may cause problems.

 --
 David Kastrup




-- 
Zdeněk Wagner
http://hroch486.icpf.cas.cz/wagner/
http://icebearsoft.euweb.cz


Bug#366505: [tex-live] Source and Copyright question concerning cspsfonts

2006-05-09 Thread Zdenek Wagner
On Tue, 9 May 2006, Norbert Preining wrote:

 Dear authors of the CS PS fonts!

 You are listed in license.eng from the cstex package as authors of the
 CSfonts. While analyzing the license/source situation of teTeX and TeX
 live for Debian, we found that the following files:
   ntimes.sty
   nhelvet.sty
   cspsfont.{il2,tex,xl2}

These files were created by me. I took a few words from LaTeX license and
did not care much about it. File cspsfont.doc contains documentation and
my intention was to force everyone to install the package himself/herself
by running docstrip. It now seems not practical but I am sort of
disapointed that the file disappeared from the doc directory. I hope I
find it in my private archive.

Moreover, I have just looked at the CSTeX license and it says that it is
GPL. It might be useful to change the license of these files. I created
the files so that they can be freely used and included in TeX
distributions.

 contain the follwoing statement:
 -
 %% The original source files were:
 %%
 %% cspsfont.doc  (with options: `fonts,IL2')
 %%
 %% IMPORTANT NOTICE:
 %%
 %% For the copyright see the source file.
 %%
 %% You are *not* allowed to modify this file.
 %%
 %% You are *not* allowed to distribute this file.
 %% For distribution of the original source see
 %% the terms for copying and modification in the file  cspsfont.doc.
 ---

 Unfortunately file cspsfont.doc is nowhere to be found, and the license
 statement given in these files don't allow distribution/modification, so
 they wouldhave to be removed from TeX live and teTeX (at least for
 Debian).

 Could you please clarify this situation for us, and preferably/if
 possible also provide the original cspsfont.doc file?

 Thanks a lot from the (Debian) teTeX and (Debian) TeX live people


 Norbert Preining

 ---
 Dr. Norbert Preining preining AT logic DOT at Universitŕ di 
 Siena
 gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 
 B094
 ---
 DALRYMPLE (n.)
 Dalarymples are the things you pay extra for on pieces of hand-made
 craftwork - the rough edges, the paint smudges and the holes in the
 glazing.
   --- Douglas Adams, The Meaning of Liff
 ___
 TeX Live mailing list
 http://tug.org/mailman/listinfo/tex-live


Zdenek Wagner
e-mail: [EMAIL PROTECTED]

see also http://hroch486.icpf.cas.cz/wagner/
 http://icebearsoft.euweb.cz




Bug#366505: [tex-live] Source and Copyright question concerning cspsfonts

2006-05-09 Thread Zdenek Wagner
On Tue, 9 May 2006, Norbert Preining wrote:

 Dear authors of the CS PS fonts!

 You are listed in license.eng from the cstex package as authors of the
 CSfonts. While analyzing the license/source situation of teTeX and TeX
 live for Debian, we found that the following files:
   ntimes.sty
   nhelvet.sty
   cspsfont.{il2,tex,xl2}

I have found my private copy of cspsfont.doc and now I understand why it
disappeared. It is written in Czech in 1995 and modified in 1998. I do not
remember details but now it seems to me that I gave the generated files
for testing and planned to provide the documentation later and forgot to
do it. I know that some bugs were fixed in the generated files later so
distribution of my ancient cspsfont.doc will not be a good idea. I will do
my utmost to resolve the license problem.

 contain the follwoing statement:
 -
 %% The original source files were:
 %%
 %% cspsfont.doc  (with options: `fonts,IL2')
 %%
 %% IMPORTANT NOTICE:
 %%
 %% For the copyright see the source file.
 %%
 %% You are *not* allowed to modify this file.
 %%
 %% You are *not* allowed to distribute this file.
 %% For distribution of the original source see
 %% the terms for copying and modification in the file  cspsfont.doc.
 ---

 Unfortunately file cspsfont.doc is nowhere to be found, and the license
 statement given in these files don't allow distribution/modification, so
 they wouldhave to be removed from TeX live and teTeX (at least for
 Debian).

 Could you please clarify this situation for us, and preferably/if
 possible also provide the original cspsfont.doc file?

 Thanks a lot from the (Debian) teTeX and (Debian) TeX live people


 Norbert Preining

 ---
 Dr. Norbert Preining preining AT logic DOT at Universitŕ di 
 Siena
 gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 
 B094
 ---
 DALRYMPLE (n.)
 Dalarymples are the things you pay extra for on pieces of hand-made
 craftwork - the rough edges, the paint smudges and the holes in the
 glazing.
   --- Douglas Adams, The Meaning of Liff
 ___
 TeX Live mailing list
 http://tug.org/mailman/listinfo/tex-live


Zdenek Wagner
e-mail: [EMAIL PROTECTED]

see also http://hroch486.icpf.cas.cz/wagner/
 http://icebearsoft.euweb.cz




Bug#366505: [tex-live] Source and Copyright question concerning cspsfonts

2006-05-09 Thread Zdenek Wagner
On Tue, 9 May 2006, David Kastrup wrote:

 Zdenek Wagner [EMAIL PROTECTED] writes:

 There are several solutions: get the other authors to agree to release
 the generated files under a different license.  Reimport the changed
 edited files into the source file and distribute that (depends on the
 agreement of the editor of the changed files, but considering that he
 has been in violation of the license, this should probably be easy to
 assure), Czech or not.  Add a notice that translations would be very
 much appreciated.

It is a long time since I made these files and the whole package is now
maintained by others. However, I managed to find other files. As a matter
of fact, cspsfont.doc does not contain any license at all. I have GPL
version 2, June 1991 in the same directory. Probably I chose it because
authors of other parts of CSTeX used it. The installation script,
cspsfont.ins, does not contain any license either. Thus the message is the
default from docstrip because I did not redefine it.

As far as translation is concern, I do not think that it would be
appreciated. I liked the tool 11 years ago when I created because
development was easier for me than studying fontinst. I am afraid that
translation of this obsolete tool is just waisting time and the only
meaningful solution is to change the copyright of generated files.

 Stuff like that.

 --
 David Kastrup, Kriemhildstr. 15, 44793 Bochum


Zdenek Wagner
e-mail: [EMAIL PROTECTED]

see also http://hroch486.icpf.cas.cz/wagner/
 http://icebearsoft.euweb.cz



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]