Re: Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-04-07 Thread Paul Johnson
I think I've got to bottom of esint problem on Centos/RedHat.

There simply is no esint.sty available.

#  yum install 'tex(esint.sty)'
Loaded plugins: fastestmirror, langpacks
base | 3.6 kB 00:00
epel/x86_64/metalink |  14 kB 00:00
extras   | 3.4 kB 00:00
pjku | 2.9 kB 00:00
updates  | 3.4 kB 00:00
Loading mirror speeds from cached hostfile
 * base: mirror.team-cymru.org
 * epel: kdeforge2.unl.edu
 * extras: bay.uchicago.edu
 * updates: mirror.team-cymru.org
No package tex(esint.sty) available.
Error: Nothing to do

The RedHat/Centos packagers did not include esint, on the grounds that
the particular integrals provided there are probably available
elsewhere. On Fedora, however, the full TexLive collection includes
about 3 times as much stuff, and one of the packages is the one we
need,

# rpm -qa | grep esint
texlive-esint-type1-svn15878.0-1.1EL7.noarch
texlive-esint-svn15878.1.1-1.1EL7.noarch

I got the source packaging from Fedora and built the whole TexLive
snapshot on EL7. I couldn't believe my eyes. They've split TexLive
into 5500 packages. You can see, I put them in the repo I maintain.

http://pj.freefaculty.org/EL

I did install the esint and apa6 packages, but in this test system, I
left the TeXLive that was delivered with Centos in place. LyX 2.1.2
works well in this Centos system.

I believe this may not be entirely necessary, however.  The esint
package is not truly required to compile an elementary document.
However, inside LyX, there is a switch under document / settings that
says use esint automatically. I think that doesn't work properly, it
tries to use esint even on an
ordinary integral.  If we change esint to do not load then the basic
document compiles.

I see a few other wrinkles in Centos with documents that have
bibliographies (references filled with (?) but LyX does not throw an
error). If I figure those things out, I'll let you know.


On Thu, Mar 26, 2015 at 7:12 AM, José Matos jama...@lyx.org wrote:
 On Wednesday 25 March 2015 12:51:53 Paul Johnson wrote:
 Hello, Jose.

 Am I typing this incorrectly?

 # yum install tex(esint.sty)
 bash: syntax error near unexpected token `('


 Could you try

 # yum install 'tex(esint.sty)'

 that idea is to avoid having bash interpret the parenthesis. In my case I get:

 # yum install 'tex(esint.sty)'
 ...
 Package 4:texlive-esint-svn15878.1.1-6.fc22.noarch already installed and 
 latest version
 Nothing to do

 Regards,
 --
 José Abílio



-- 
Paul E. Johnson
Professor, Political Science  Assoc. Director
1541 Lilac Lane, Room 504  Center for Research Methods
University of Kansas University of Kansas
http://pj.freefaculty.org   http://quant.ku.edu


Re: Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-04-07 Thread Georg Baum
Paul Johnson wrote:

 I believe this may not be entirely necessary, however.  The esint
 package is not truly required to compile an elementary document.
 However, inside LyX, there is a switch under document / settings that
 says use esint automatically. I think that doesn't work properly, it
 tries to use esint even on an
 ordinary integral.  If we change esint to do not load then the basic
 document compiles.

I believe that esint is only loaded when it is needed. Please note that some 
integrals compile without esint, but they do look differently. esint fixes 
some inconsistencies, see http://www.lyx.org/trac/ticket/1942 for details. 
Please file a bug if esint is loaded in cases where it is not needed, i.e. 
the document compiles and does not produce inconsistent integrals without 
loading esint.


Georg




Re: Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-04-07 Thread Paul Johnson
I think I've got to bottom of esint problem on Centos/RedHat.

There simply is no esint.sty available.

#  yum install 'tex(esint.sty)'
Loaded plugins: fastestmirror, langpacks
base | 3.6 kB 00:00
epel/x86_64/metalink |  14 kB 00:00
extras   | 3.4 kB 00:00
pjku | 2.9 kB 00:00
updates  | 3.4 kB 00:00
Loading mirror speeds from cached hostfile
 * base: mirror.team-cymru.org
 * epel: kdeforge2.unl.edu
 * extras: bay.uchicago.edu
 * updates: mirror.team-cymru.org
No package tex(esint.sty) available.
Error: Nothing to do

The RedHat/Centos packagers did not include esint, on the grounds that
the particular integrals provided there are probably available
elsewhere. On Fedora, however, the full TexLive collection includes
about 3 times as much stuff, and one of the packages is the one we
need,

# rpm -qa | grep esint
texlive-esint-type1-svn15878.0-1.1EL7.noarch
texlive-esint-svn15878.1.1-1.1EL7.noarch

I got the source packaging from Fedora and built the whole TexLive
snapshot on EL7. I couldn't believe my eyes. They've split TexLive
into 5500 packages. You can see, I put them in the repo I maintain.

http://pj.freefaculty.org/EL

I did install the esint and apa6 packages, but in this test system, I
left the TeXLive that was delivered with Centos in place. LyX 2.1.2
works well in this Centos system.

I believe this may not be entirely necessary, however.  The esint
package is not truly required to compile an elementary document.
However, inside LyX, there is a switch under document / settings that
says use esint automatically. I think that doesn't work properly, it
tries to use esint even on an
ordinary integral.  If we change esint to do not load then the basic
document compiles.

I see a few other wrinkles in Centos with documents that have
bibliographies (references filled with (?) but LyX does not throw an
error). If I figure those things out, I'll let you know.


On Thu, Mar 26, 2015 at 7:12 AM, José Matos jama...@lyx.org wrote:
 On Wednesday 25 March 2015 12:51:53 Paul Johnson wrote:
 Hello, Jose.

 Am I typing this incorrectly?

 # yum install tex(esint.sty)
 bash: syntax error near unexpected token `('


 Could you try

 # yum install 'tex(esint.sty)'

 that idea is to avoid having bash interpret the parenthesis. In my case I get:

 # yum install 'tex(esint.sty)'
 ...
 Package 4:texlive-esint-svn15878.1.1-6.fc22.noarch already installed and 
 latest version
 Nothing to do

 Regards,
 --
 José Abílio



-- 
Paul E. Johnson
Professor, Political Science  Assoc. Director
1541 Lilac Lane, Room 504  Center for Research Methods
University of Kansas University of Kansas
http://pj.freefaculty.org   http://quant.ku.edu


Re: Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-04-07 Thread Georg Baum
Paul Johnson wrote:

 I believe this may not be entirely necessary, however.  The esint
 package is not truly required to compile an elementary document.
 However, inside LyX, there is a switch under document / settings that
 says use esint automatically. I think that doesn't work properly, it
 tries to use esint even on an
 ordinary integral.  If we change esint to do not load then the basic
 document compiles.

I believe that esint is only loaded when it is needed. Please note that some 
integrals compile without esint, but they do look differently. esint fixes 
some inconsistencies, see http://www.lyx.org/trac/ticket/1942 for details. 
Please file a bug if esint is loaded in cases where it is not needed, i.e. 
the document compiles and does not produce inconsistent integrals without 
loading esint.


Georg




Re: Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-04-07 Thread Paul Johnson
I think I've got to bottom of esint problem on Centos/RedHat.

There simply is no esint.sty available.

#  yum install 'tex(esint.sty)'
Loaded plugins: fastestmirror, langpacks
base | 3.6 kB 00:00
epel/x86_64/metalink |  14 kB 00:00
extras   | 3.4 kB 00:00
pjku | 2.9 kB 00:00
updates  | 3.4 kB 00:00
Loading mirror speeds from cached hostfile
 * base: mirror.team-cymru.org
 * epel: kdeforge2.unl.edu
 * extras: bay.uchicago.edu
 * updates: mirror.team-cymru.org
No package tex(esint.sty) available.
Error: Nothing to do

The RedHat/Centos packagers did not include esint, on the grounds that
the particular integrals provided there are probably available
elsewhere. On Fedora, however, the full TexLive collection includes
about 3 times as much stuff, and one of the packages is the one we
need,

# rpm -qa | grep esint
texlive-esint-type1-svn15878.0-1.1EL7.noarch
texlive-esint-svn15878.1.1-1.1EL7.noarch

I got the source packaging from Fedora and built the whole TexLive
snapshot on EL7. I couldn't believe my eyes. They've split TexLive
into 5500 packages. You can see, I put them in the repo I maintain.

http://pj.freefaculty.org/EL

I did install the esint and apa6 packages, but in this test system, I
left the TeXLive that was delivered with Centos in place. LyX 2.1.2
works well in this Centos system.

I believe this may not be entirely necessary, however.  The esint
package is not truly required to compile an elementary document.
However, inside LyX, there is a switch under document / settings that
says use esint automatically. I think that doesn't work properly, it
tries to use esint even on an
ordinary integral.  If we change esint to "do not load" then the basic
document compiles.

I see a few other wrinkles in Centos with documents that have
bibliographies (references filled with (?) but LyX does not throw an
error). If I figure those things out, I'll let you know.


On Thu, Mar 26, 2015 at 7:12 AM, José Matos  wrote:
> On Wednesday 25 March 2015 12:51:53 Paul Johnson wrote:
>> Hello, Jose.
>>
>> Am I typing this incorrectly?
>>
>> # yum install tex(esint.sty)
>> bash: syntax error near unexpected token `('
>>
>
> Could you try
>
> # yum install 'tex(esint.sty)'
>
> that idea is to avoid having bash interpret the parenthesis. In my case I get:
>
> # yum install 'tex(esint.sty)'
> ...
> Package 4:texlive-esint-svn15878.1.1-6.fc22.noarch already installed and 
> latest version
> Nothing to do
>
> Regards,
> --
> José Abílio



-- 
Paul E. Johnson
Professor, Political Science  Assoc. Director
1541 Lilac Lane, Room 504  Center for Research Methods
University of Kansas University of Kansas
http://pj.freefaculty.org   http://quant.ku.edu


Re: Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-04-07 Thread Georg Baum
Paul Johnson wrote:

> I believe this may not be entirely necessary, however.  The esint
> package is not truly required to compile an elementary document.
> However, inside LyX, there is a switch under document / settings that
> says use esint automatically. I think that doesn't work properly, it
> tries to use esint even on an
> ordinary integral.  If we change esint to "do not load" then the basic
> document compiles.

I believe that esint is only loaded when it is needed. Please note that some 
integrals compile without esint, but they do look differently. esint fixes 
some inconsistencies, see http://www.lyx.org/trac/ticket/1942 for details. 
Please file a bug if esint is loaded in cases where it is not needed, i.e. 
the document compiles and does not produce inconsistent integrals without 
loading esint.


Georg




Re: Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-26 Thread José Matos
On Wednesday 25 March 2015 12:51:53 Paul Johnson wrote:
 Hello, Jose.
 
 Am I typing this incorrectly?
 
 # yum install tex(esint.sty)
 bash: syntax error near unexpected token `('
 

Could you try

# yum install 'tex(esint.sty)'

that idea is to avoid having bash interpret the parenthesis. In my case I get:

# yum install 'tex(esint.sty)'
...
Package 4:texlive-esint-svn15878.1.1-6.fc22.noarch already installed and latest 
version
Nothing to do

Regards,
-- 
José Abílio


Re: Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-26 Thread José Matos
On Wednesday 25 March 2015 12:51:53 Paul Johnson wrote:
 Hello, Jose.
 
 Am I typing this incorrectly?
 
 # yum install tex(esint.sty)
 bash: syntax error near unexpected token `('
 

Could you try

# yum install 'tex(esint.sty)'

that idea is to avoid having bash interpret the parenthesis. In my case I get:

# yum install 'tex(esint.sty)'
...
Package 4:texlive-esint-svn15878.1.1-6.fc22.noarch already installed and latest 
version
Nothing to do

Regards,
-- 
José Abílio


Re: Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-26 Thread José Matos
On Wednesday 25 March 2015 12:51:53 Paul Johnson wrote:
> Hello, Jose.
> 
> Am I typing this incorrectly?
> 
> # yum install tex(esint.sty)
> bash: syntax error near unexpected token `('
> 

Could you try

# yum install 'tex(esint.sty)'

that idea is to avoid having bash interpret the parenthesis. In my case I get:

# yum install 'tex(esint.sty)'
...
Package 4:texlive-esint-svn15878.1.1-6.fc22.noarch already installed and latest 
version
Nothing to do

Regards,
-- 
José Abílio


Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-25 Thread Paul Johnson
On Tue, Mar 24, 2015 at 6:53 AM, José Matos jama...@lyx.org wrote:
 On Saturday 21 March 2015 22:38:09 Paul Johnson wrote:
 Can somebody explain the problems surrounding packaging of esint.sty?

 Note that I am writing this from Fedora, so I am not sure that all applies to 
 RHEL/CentOS (although I suspect it does).

 Since the tex installed comes from texlive that means that all the (la)tex 
 packages have been split into its package.

 If you want to install something like the previous mega packages, there are 
 several schemes available:

 $ yum list texlive-scheme*
 .
 texlive-scheme-basic.noarch
 texlive-scheme-context.noarch
 texlive-scheme-full.noarch
 texlive-scheme-gust.noarch
 texlive-scheme-medium.noarch
 texlive-scheme-minimal.noarch
 texlive-scheme-small.noarch
 texlive-scheme-tetex.noarch
 texlive-scheme-xml.noarch

 If you install texlive-scheme full you will get all the packages. Medium 
 should be a nice compromise.

 On a fresh install of RHEL 7, I find LyX 2.1 works well enough, except
 the old problem about missing esint.sty re-appears. Any documents with
 integrals won't compile because esint.sty is missing.

 Could you try:

 # yum install tex(esint.sty)

 And see if this works?


Hello, Jose.

Am I typing this incorrectly?

# yum install tex(esint.sty)
bash: syntax error near unexpected token `('

I searched like this:

# yum provides esint.sty
Loaded plugins: fastestmirror, langpacks
base
  | 3.6 kB  00:00:00
epel/x86_64/metalink
  |  15 kB  00:00:00
epel
  | 4.4 kB  00:00:00
extras
  | 3.4 kB  00:00:00
pjku
  | 2.9 kB  00:00:00
updates
  | 3.4 kB  00:00:00
epel/x86_64/primary_db
  | 4.0 MB  00:00:00
(1/2): epel/x86_64/updateinfo
  | 317 kB  00:00:00
(2/2): epel/x86_64/pkgtags
  | 1.4 MB  00:00:00
Loading mirror speeds from cached hostfile
 * base: mirror.trouble-free.net
 * epel: mirror.oss.ou.edu
 * extras: centos-mirror.jchost.net
 * updates: mirrors.centarra.com
epel/x86_64/filelists_db
  | 6.1 MB  00:00:00
updates/7/x86_64/filelists_db
  | 3.9 MB  00:00:00
No matches found

There is a separate package for this in Fedora, texlive-esint, but not
in any EL7 repos I could find.

http://koji.fedoraproject.org/koji/rpminfo?rpmID=5907414

I'd like to build my own version of that RPM, but apparently I have to
rebuild the whole texlive package for Fedora in order to do that.  I
made the mistake once of doing that in the RHEL 5 era, may do again.

I'll keep trying, will let you know

pj



 Note that this will work for all other .sty file.

 In Ubuntu systems there is no similar problem.  I find esint.sty is
 included in a package texlive-latex-extra.  I'm not finding it in
 similar on RedHat, but I have to admit that their new improved
 package management system is somewhat unhelpful.

 I searched long enough to see there is some peculiar history with
 packaging of esint.sty. I DO find the Fedora package in rpmfind.net
 texlive-esint-  I will rebuild that on the EL7 systems if I have
 to. But I can't see why this is necessary at all.

 pj

 I guess that there is a missing requirement for texlive packages in 
 Fedora/EPEL, if that happens again please report it here or on Redhat 
 bugzilla.

 That type of issues in on my TODO list to determine a minimum list of 
 dependencies for the lyx rpms on Fedora/EPEL.

 Regards,
 --
 José Abílio



-- 
Paul E. Johnson
Professor, Political Science  Assoc. Director
1541 Lilac Lane, Room 504  Center for Research Methods
University of Kansas University of Kansas
http://pj.freefaculty.org   http://quant.ku.edu


Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-25 Thread Robert Susmilch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/25/2015 12:51 PM, Paul Johnson wrote:
 On Tue, Mar 24, 2015 at 6:53 AM, José Matos jama...@lyx.org
 wrote:
 On Saturday 21 March 2015 22:38:09 Paul Johnson wrote:
 Can somebody explain the problems surrounding packaging of
 esint.sty?
 
 Note that I am writing this from Fedora, so I am not sure that
 all applies to RHEL/CentOS (although I suspect it does).
 
 Since the tex installed comes from texlive that means that all
 the (la)tex packages have been split into its package.
 
 If you want to install something like the previous mega packages,
 there are several schemes available:
 
 $ yum list texlive-scheme* . texlive-scheme-basic.noarch 
 texlive-scheme-context.noarch texlive-scheme-full.noarch 
 texlive-scheme-gust.noarch texlive-scheme-medium.noarch 
 texlive-scheme-minimal.noarch texlive-scheme-small.noarch 
 texlive-scheme-tetex.noarch texlive-scheme-xml.noarch
 
 If you install texlive-scheme full you will get all the packages.
 Medium should be a nice compromise.
 
 On a fresh install of RHEL 7, I find LyX 2.1 works well enough,
 except the old problem about missing esint.sty re-appears. Any
 documents with integrals won't compile because esint.sty is
 missing.
 
 Could you try:
 
 # yum install tex(esint.sty)
 
 And see if this works?
 
 
 Hello, Jose.
 
 Am I typing this incorrectly?
 
 # yum install tex(esint.sty) bash: syntax error near unexpected
 token `('
 
 I searched like this:
 
 # yum provides esint.sty Loaded plugins: fastestmirror, langpacks 
 base | 3.6 kB  00:00:00 epel/x86_64/metalink |  15 kB  00:00:00 
 epel | 4.4 kB  00:00:00 extras | 3.4 kB  00:00:00 pjku | 2.9 kB
 00:00:00 updates | 3.4 kB  00:00:00 epel/x86_64/primary_db | 4.0 MB
 00:00:00 (1/2): epel/x86_64/updateinfo | 317 kB  00:00:00 (2/2):
 epel/x86_64/pkgtags | 1.4 MB  00:00:00 Loading mirror speeds from
 cached hostfile * base: mirror.trouble-free.net * epel:
 mirror.oss.ou.edu * extras: centos-mirror.jchost.net * updates:
 mirrors.centarra.com epel/x86_64/filelists_db | 6.1 MB  00:00:00 
 updates/7/x86_64/filelists_db | 3.9 MB  00:00:00 No matches found
 
 There is a separate package for this in Fedora, texlive-esint, but
 not in any EL7 repos I could find.
 
 http://koji.fedoraproject.org/koji/rpminfo?rpmID=5907414
 
 I'd like to build my own version of that RPM, but apparently I have
 to rebuild the whole texlive package for Fedora in order to do
 that.  I made the mistake once of doing that in the RHEL 5 era, may
 do again.
 
 I'll keep trying, will let you know
 
 pj
 
 
 
 Note that this will work for all other .sty file.
 
 In Ubuntu systems there is no similar problem.  I find
 esint.sty is included in a package texlive-latex-extra.  I'm
 not finding it in similar on RedHat, but I have to admit that
 their new improved package management system is somewhat
 unhelpful.
 
 I searched long enough to see there is some peculiar history
 with packaging of esint.sty. I DO find the Fedora package in
 rpmfind.net texlive-esint-  I will rebuild that on the
 EL7 systems if I have to. But I can't see why this is necessary
 at all.
 
 pj
 
 I guess that there is a missing requirement for texlive packages
 in Fedora/EPEL, if that happens again please report it here or on
 Redhat bugzilla.
 
 That type of issues in on my TODO list to determine a minimum
 list of dependencies for the lyx rpms on Fedora/EPEL.
 
 Regards, -- José Abílio
 
 
 

# yum whatprovides */esint.sty

Loaded plugins: langpacks
4:texlive-esint-svn15878.1.1-1.1.fc21.noarch : Extended set of
integrals for Computer Modern
Repo: fedora
Matched from:
Filename: /usr/share/texlive/texmf-dist/tex/latex/esint/esint.sty

4:texlive-esint-svn15878.1.1-1.1.fc21.noarch : Extended set of
integrals for Computer Modern
Repo: @fedora
Matched from:
Filename: /usr/share/texlive/texmf-dist/tex/latex/esint/esint.sty

- -- 
Respectfully,

Robert Susmilch
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJVE1KhAAoJEJvhIiLnDQ8qa8YP/jcEGC3qAqGZDLKoXToW+ypB
9iCiJYqVenR/iBmwsmNp3R2jYlt6q82BuzoB429K2h4zLD1iP8vYUNs5I/tvA0Dn
ueSKFjByQEbvm2cVsbQfK7YsEcSR/FbC1k1bsbChVZyl933RmeCHt3TnU1TMkmOi
uNlD6rygOmyRpKrDrdPCXnPrh3Nl4lpfUGGEq0ByQkLokHtELVHP3AquAYmfbiAr
l3DIVKhSfWkjLLWf3uHOqa5hGtC1zOJp7tqslcQDcu3svSwO0jaieHyM6HU0RBxq
GIxQSOxNixdd7PgY2DbauCjs47lJ2nrZ8Swoc/ikojPBY4B/j69n3+KA6Oa8Zo0O
HoFgfdEZ+KsDcPfrqEo9rhvzT2mEy65rdjOcZtTOYnjsTiIRyI7DVGFvkhBv7RYW
f7AiiTsFCCDp/Xyre+CoydUD4R/F05s1uPZkbx4+R2/22NSkKIsdpene7hjVBAuE
wcsgoMV0W1A3GUjEbegU5RMn+rwK6C7vAcrY6ku+7CPqdUWMN+iRMjBtC7lvh6Yk
SMQDTP4Zi7qc+h4/ou7raAkaQx6TSfAT6oyy2aRxl7ckpYV8NwzOQz4anmuDw9m7
uo5aup9X5WikNe+eHZXU7tEhciUJ/VAnyguUuQOT80WGu15sBWFcvpth62CE6dGf
n7KfxJKBx2EKMBy8MZFC
=3dxK
-END PGP SIGNATURE-


Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-25 Thread Paul Johnson
On Tue, Mar 24, 2015 at 6:53 AM, José Matos jama...@lyx.org wrote:
 On Saturday 21 March 2015 22:38:09 Paul Johnson wrote:
 Can somebody explain the problems surrounding packaging of esint.sty?

 Note that I am writing this from Fedora, so I am not sure that all applies to 
 RHEL/CentOS (although I suspect it does).

 Since the tex installed comes from texlive that means that all the (la)tex 
 packages have been split into its package.

 If you want to install something like the previous mega packages, there are 
 several schemes available:

 $ yum list texlive-scheme*
 .
 texlive-scheme-basic.noarch
 texlive-scheme-context.noarch
 texlive-scheme-full.noarch
 texlive-scheme-gust.noarch
 texlive-scheme-medium.noarch
 texlive-scheme-minimal.noarch
 texlive-scheme-small.noarch
 texlive-scheme-tetex.noarch
 texlive-scheme-xml.noarch

 If you install texlive-scheme full you will get all the packages. Medium 
 should be a nice compromise.

 On a fresh install of RHEL 7, I find LyX 2.1 works well enough, except
 the old problem about missing esint.sty re-appears. Any documents with
 integrals won't compile because esint.sty is missing.

 Could you try:

 # yum install tex(esint.sty)

 And see if this works?


Hello, Jose.

Am I typing this incorrectly?

# yum install tex(esint.sty)
bash: syntax error near unexpected token `('

I searched like this:

# yum provides esint.sty
Loaded plugins: fastestmirror, langpacks
base
  | 3.6 kB  00:00:00
epel/x86_64/metalink
  |  15 kB  00:00:00
epel
  | 4.4 kB  00:00:00
extras
  | 3.4 kB  00:00:00
pjku
  | 2.9 kB  00:00:00
updates
  | 3.4 kB  00:00:00
epel/x86_64/primary_db
  | 4.0 MB  00:00:00
(1/2): epel/x86_64/updateinfo
  | 317 kB  00:00:00
(2/2): epel/x86_64/pkgtags
  | 1.4 MB  00:00:00
Loading mirror speeds from cached hostfile
 * base: mirror.trouble-free.net
 * epel: mirror.oss.ou.edu
 * extras: centos-mirror.jchost.net
 * updates: mirrors.centarra.com
epel/x86_64/filelists_db
  | 6.1 MB  00:00:00
updates/7/x86_64/filelists_db
  | 3.9 MB  00:00:00
No matches found

There is a separate package for this in Fedora, texlive-esint, but not
in any EL7 repos I could find.

http://koji.fedoraproject.org/koji/rpminfo?rpmID=5907414

I'd like to build my own version of that RPM, but apparently I have to
rebuild the whole texlive package for Fedora in order to do that.  I
made the mistake once of doing that in the RHEL 5 era, may do again.

I'll keep trying, will let you know

pj



 Note that this will work for all other .sty file.

 In Ubuntu systems there is no similar problem.  I find esint.sty is
 included in a package texlive-latex-extra.  I'm not finding it in
 similar on RedHat, but I have to admit that their new improved
 package management system is somewhat unhelpful.

 I searched long enough to see there is some peculiar history with
 packaging of esint.sty. I DO find the Fedora package in rpmfind.net
 texlive-esint-  I will rebuild that on the EL7 systems if I have
 to. But I can't see why this is necessary at all.

 pj

 I guess that there is a missing requirement for texlive packages in 
 Fedora/EPEL, if that happens again please report it here or on Redhat 
 bugzilla.

 That type of issues in on my TODO list to determine a minimum list of 
 dependencies for the lyx rpms on Fedora/EPEL.

 Regards,
 --
 José Abílio



-- 
Paul E. Johnson
Professor, Political Science  Assoc. Director
1541 Lilac Lane, Room 504  Center for Research Methods
University of Kansas University of Kansas
http://pj.freefaculty.org   http://quant.ku.edu


Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-25 Thread Robert Susmilch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/25/2015 12:51 PM, Paul Johnson wrote:
 On Tue, Mar 24, 2015 at 6:53 AM, José Matos jama...@lyx.org
 wrote:
 On Saturday 21 March 2015 22:38:09 Paul Johnson wrote:
 Can somebody explain the problems surrounding packaging of
 esint.sty?
 
 Note that I am writing this from Fedora, so I am not sure that
 all applies to RHEL/CentOS (although I suspect it does).
 
 Since the tex installed comes from texlive that means that all
 the (la)tex packages have been split into its package.
 
 If you want to install something like the previous mega packages,
 there are several schemes available:
 
 $ yum list texlive-scheme* . texlive-scheme-basic.noarch 
 texlive-scheme-context.noarch texlive-scheme-full.noarch 
 texlive-scheme-gust.noarch texlive-scheme-medium.noarch 
 texlive-scheme-minimal.noarch texlive-scheme-small.noarch 
 texlive-scheme-tetex.noarch texlive-scheme-xml.noarch
 
 If you install texlive-scheme full you will get all the packages.
 Medium should be a nice compromise.
 
 On a fresh install of RHEL 7, I find LyX 2.1 works well enough,
 except the old problem about missing esint.sty re-appears. Any
 documents with integrals won't compile because esint.sty is
 missing.
 
 Could you try:
 
 # yum install tex(esint.sty)
 
 And see if this works?
 
 
 Hello, Jose.
 
 Am I typing this incorrectly?
 
 # yum install tex(esint.sty) bash: syntax error near unexpected
 token `('
 
 I searched like this:
 
 # yum provides esint.sty Loaded plugins: fastestmirror, langpacks 
 base | 3.6 kB  00:00:00 epel/x86_64/metalink |  15 kB  00:00:00 
 epel | 4.4 kB  00:00:00 extras | 3.4 kB  00:00:00 pjku | 2.9 kB
 00:00:00 updates | 3.4 kB  00:00:00 epel/x86_64/primary_db | 4.0 MB
 00:00:00 (1/2): epel/x86_64/updateinfo | 317 kB  00:00:00 (2/2):
 epel/x86_64/pkgtags | 1.4 MB  00:00:00 Loading mirror speeds from
 cached hostfile * base: mirror.trouble-free.net * epel:
 mirror.oss.ou.edu * extras: centos-mirror.jchost.net * updates:
 mirrors.centarra.com epel/x86_64/filelists_db | 6.1 MB  00:00:00 
 updates/7/x86_64/filelists_db | 3.9 MB  00:00:00 No matches found
 
 There is a separate package for this in Fedora, texlive-esint, but
 not in any EL7 repos I could find.
 
 http://koji.fedoraproject.org/koji/rpminfo?rpmID=5907414
 
 I'd like to build my own version of that RPM, but apparently I have
 to rebuild the whole texlive package for Fedora in order to do
 that.  I made the mistake once of doing that in the RHEL 5 era, may
 do again.
 
 I'll keep trying, will let you know
 
 pj
 
 
 
 Note that this will work for all other .sty file.
 
 In Ubuntu systems there is no similar problem.  I find
 esint.sty is included in a package texlive-latex-extra.  I'm
 not finding it in similar on RedHat, but I have to admit that
 their new improved package management system is somewhat
 unhelpful.
 
 I searched long enough to see there is some peculiar history
 with packaging of esint.sty. I DO find the Fedora package in
 rpmfind.net texlive-esint-  I will rebuild that on the
 EL7 systems if I have to. But I can't see why this is necessary
 at all.
 
 pj
 
 I guess that there is a missing requirement for texlive packages
 in Fedora/EPEL, if that happens again please report it here or on
 Redhat bugzilla.
 
 That type of issues in on my TODO list to determine a minimum
 list of dependencies for the lyx rpms on Fedora/EPEL.
 
 Regards, -- José Abílio
 
 
 

# yum whatprovides */esint.sty

Loaded plugins: langpacks
4:texlive-esint-svn15878.1.1-1.1.fc21.noarch : Extended set of
integrals for Computer Modern
Repo: fedora
Matched from:
Filename: /usr/share/texlive/texmf-dist/tex/latex/esint/esint.sty

4:texlive-esint-svn15878.1.1-1.1.fc21.noarch : Extended set of
integrals for Computer Modern
Repo: @fedora
Matched from:
Filename: /usr/share/texlive/texmf-dist/tex/latex/esint/esint.sty

- -- 
Respectfully,

Robert Susmilch
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJVE1KhAAoJEJvhIiLnDQ8qa8YP/jcEGC3qAqGZDLKoXToW+ypB
9iCiJYqVenR/iBmwsmNp3R2jYlt6q82BuzoB429K2h4zLD1iP8vYUNs5I/tvA0Dn
ueSKFjByQEbvm2cVsbQfK7YsEcSR/FbC1k1bsbChVZyl933RmeCHt3TnU1TMkmOi
uNlD6rygOmyRpKrDrdPCXnPrh3Nl4lpfUGGEq0ByQkLokHtELVHP3AquAYmfbiAr
l3DIVKhSfWkjLLWf3uHOqa5hGtC1zOJp7tqslcQDcu3svSwO0jaieHyM6HU0RBxq
GIxQSOxNixdd7PgY2DbauCjs47lJ2nrZ8Swoc/ikojPBY4B/j69n3+KA6Oa8Zo0O
HoFgfdEZ+KsDcPfrqEo9rhvzT2mEy65rdjOcZtTOYnjsTiIRyI7DVGFvkhBv7RYW
f7AiiTsFCCDp/Xyre+CoydUD4R/F05s1uPZkbx4+R2/22NSkKIsdpene7hjVBAuE
wcsgoMV0W1A3GUjEbegU5RMn+rwK6C7vAcrY6ku+7CPqdUWMN+iRMjBtC7lvh6Yk
SMQDTP4Zi7qc+h4/ou7raAkaQx6TSfAT6oyy2aRxl7ckpYV8NwzOQz4anmuDw9m7
uo5aup9X5WikNe+eHZXU7tEhciUJ/VAnyguUuQOT80WGu15sBWFcvpth62CE6dGf
n7KfxJKBx2EKMBy8MZFC
=3dxK
-END PGP SIGNATURE-


Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-25 Thread Paul Johnson
On Tue, Mar 24, 2015 at 6:53 AM, José Matos  wrote:
> On Saturday 21 March 2015 22:38:09 Paul Johnson wrote:
>> Can somebody explain the problems surrounding packaging of esint.sty?
>
> Note that I am writing this from Fedora, so I am not sure that all applies to 
> RHEL/CentOS (although I suspect it does).
>
> Since the tex installed comes from texlive that means that all the (la)tex 
> packages have been split into its package.
>
> If you want to install something like the previous mega packages, there are 
> several schemes available:
>
> $ yum list texlive-scheme*
> .
> texlive-scheme-basic.noarch
> texlive-scheme-context.noarch
> texlive-scheme-full.noarch
> texlive-scheme-gust.noarch
> texlive-scheme-medium.noarch
> texlive-scheme-minimal.noarch
> texlive-scheme-small.noarch
> texlive-scheme-tetex.noarch
> texlive-scheme-xml.noarch
>
> If you install texlive-scheme full you will get all the packages. Medium 
> should be a nice compromise.
>
>> On a fresh install of RHEL 7, I find LyX 2.1 works well enough, except
>> the old problem about missing esint.sty re-appears. Any documents with
>> integrals won't compile because esint.sty is missing.
>
> Could you try:
>
> # yum install tex(esint.sty)
>
> And see if this works?
>

Hello, Jose.

Am I typing this incorrectly?

# yum install tex(esint.sty)
bash: syntax error near unexpected token `('

I searched like this:

# yum provides esint.sty
Loaded plugins: fastestmirror, langpacks
base
  | 3.6 kB  00:00:00
epel/x86_64/metalink
  |  15 kB  00:00:00
epel
  | 4.4 kB  00:00:00
extras
  | 3.4 kB  00:00:00
pjku
  | 2.9 kB  00:00:00
updates
  | 3.4 kB  00:00:00
epel/x86_64/primary_db
  | 4.0 MB  00:00:00
(1/2): epel/x86_64/updateinfo
  | 317 kB  00:00:00
(2/2): epel/x86_64/pkgtags
  | 1.4 MB  00:00:00
Loading mirror speeds from cached hostfile
 * base: mirror.trouble-free.net
 * epel: mirror.oss.ou.edu
 * extras: centos-mirror.jchost.net
 * updates: mirrors.centarra.com
epel/x86_64/filelists_db
  | 6.1 MB  00:00:00
updates/7/x86_64/filelists_db
  | 3.9 MB  00:00:00
No matches found

There is a separate package for this in Fedora, texlive-esint, but not
in any EL7 repos I could find.

http://koji.fedoraproject.org/koji/rpminfo?rpmID=5907414

I'd like to build my own version of that RPM, but apparently I have to
rebuild the whole texlive package for Fedora in order to do that.  I
made the mistake once of doing that in the RHEL 5 era, may do again.

I'll keep trying, will let you know

pj



> Note that this will work for all other .sty file.
>
>> In Ubuntu systems there is no similar problem.  I find esint.sty is
>> included in a package texlive-latex-extra.  I'm not finding it in
>> similar on RedHat, but I have to admit that their "new improved"
>> package management system is somewhat unhelpful.
>>
>> I searched long enough to see there is some peculiar history with
>> packaging of esint.sty. I DO find the Fedora package in rpmfind.net
>> "texlive-esint-...".  I will rebuild that on the EL7 systems if I have
>> to. But I can't see why this is necessary at all.
>>
>> pj
>
> I guess that there is a missing requirement for texlive packages in 
> Fedora/EPEL, if that happens again please report it here or on Redhat 
> bugzilla.
>
> That type of issues in on my TODO list to determine a minimum list of 
> dependencies for the lyx rpms on Fedora/EPEL.
>
> Regards,
> --
> José Abílio



-- 
Paul E. Johnson
Professor, Political Science  Assoc. Director
1541 Lilac Lane, Room 504  Center for Research Methods
University of Kansas University of Kansas
http://pj.freefaculty.org   http://quant.ku.edu


Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-25 Thread Robert Susmilch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/25/2015 12:51 PM, Paul Johnson wrote:
> On Tue, Mar 24, 2015 at 6:53 AM, José Matos 
> wrote:
>> On Saturday 21 March 2015 22:38:09 Paul Johnson wrote:
>>> Can somebody explain the problems surrounding packaging of
>>> esint.sty?
>> 
>> Note that I am writing this from Fedora, so I am not sure that
>> all applies to RHEL/CentOS (although I suspect it does).
>> 
>> Since the tex installed comes from texlive that means that all
>> the (la)tex packages have been split into its package.
>> 
>> If you want to install something like the previous mega packages,
>> there are several schemes available:
>> 
>> $ yum list texlive-scheme* . texlive-scheme-basic.noarch 
>> texlive-scheme-context.noarch texlive-scheme-full.noarch 
>> texlive-scheme-gust.noarch texlive-scheme-medium.noarch 
>> texlive-scheme-minimal.noarch texlive-scheme-small.noarch 
>> texlive-scheme-tetex.noarch texlive-scheme-xml.noarch
>> 
>> If you install texlive-scheme full you will get all the packages.
>> Medium should be a nice compromise.
>> 
>>> On a fresh install of RHEL 7, I find LyX 2.1 works well enough,
>>> except the old problem about missing esint.sty re-appears. Any
>>> documents with integrals won't compile because esint.sty is
>>> missing.
>> 
>> Could you try:
>> 
>> # yum install tex(esint.sty)
>> 
>> And see if this works?
>> 
> 
> Hello, Jose.
> 
> Am I typing this incorrectly?
> 
> # yum install tex(esint.sty) bash: syntax error near unexpected
> token `('
> 
> I searched like this:
> 
> # yum provides esint.sty Loaded plugins: fastestmirror, langpacks 
> base | 3.6 kB  00:00:00 epel/x86_64/metalink |  15 kB  00:00:00 
> epel | 4.4 kB  00:00:00 extras | 3.4 kB  00:00:00 pjku | 2.9 kB
> 00:00:00 updates | 3.4 kB  00:00:00 epel/x86_64/primary_db | 4.0 MB
> 00:00:00 (1/2): epel/x86_64/updateinfo | 317 kB  00:00:00 (2/2):
> epel/x86_64/pkgtags | 1.4 MB  00:00:00 Loading mirror speeds from
> cached hostfile * base: mirror.trouble-free.net * epel:
> mirror.oss.ou.edu * extras: centos-mirror.jchost.net * updates:
> mirrors.centarra.com epel/x86_64/filelists_db | 6.1 MB  00:00:00 
> updates/7/x86_64/filelists_db | 3.9 MB  00:00:00 No matches found
> 
> There is a separate package for this in Fedora, texlive-esint, but
> not in any EL7 repos I could find.
> 
> http://koji.fedoraproject.org/koji/rpminfo?rpmID=5907414
> 
> I'd like to build my own version of that RPM, but apparently I have
> to rebuild the whole texlive package for Fedora in order to do
> that.  I made the mistake once of doing that in the RHEL 5 era, may
> do again.
> 
> I'll keep trying, will let you know
> 
> pj
> 
> 
> 
>> Note that this will work for all other .sty file.
>> 
>>> In Ubuntu systems there is no similar problem.  I find
>>> esint.sty is included in a package texlive-latex-extra.  I'm
>>> not finding it in similar on RedHat, but I have to admit that
>>> their "new improved" package management system is somewhat
>>> unhelpful.
>>> 
>>> I searched long enough to see there is some peculiar history
>>> with packaging of esint.sty. I DO find the Fedora package in
>>> rpmfind.net "texlive-esint-...".  I will rebuild that on the
>>> EL7 systems if I have to. But I can't see why this is necessary
>>> at all.
>>> 
>>> pj
>> 
>> I guess that there is a missing requirement for texlive packages
>> in Fedora/EPEL, if that happens again please report it here or on
>> Redhat bugzilla.
>> 
>> That type of issues in on my TODO list to determine a minimum
>> list of dependencies for the lyx rpms on Fedora/EPEL.
>> 
>> Regards, -- José Abílio
> 
> 
> 

# yum whatprovides */esint.sty

Loaded plugins: langpacks
4:texlive-esint-svn15878.1.1-1.1.fc21.noarch : Extended set of
integrals for Computer Modern
Repo: fedora
Matched from:
Filename: /usr/share/texlive/texmf-dist/tex/latex/esint/esint.sty

4:texlive-esint-svn15878.1.1-1.1.fc21.noarch : Extended set of
integrals for Computer Modern
Repo: @fedora
Matched from:
Filename: /usr/share/texlive/texmf-dist/tex/latex/esint/esint.sty

- -- 
Respectfully,

Robert Susmilch
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJVE1KhAAoJEJvhIiLnDQ8qa8YP/jcEGC3qAqGZDLKoXToW+ypB
9iCiJYqVenR/iBmwsmNp3R2jYlt6q82BuzoB429K2h4zLD1iP8vYUNs5I/tvA0Dn
ueSKFjByQEbvm2cVsbQfK7YsEcSR/FbC1k1bsbChVZyl933RmeCHt3TnU1TMkmOi
uNlD6rygOmyRpKrDrdPCXnPrh3Nl4lpfUGGEq0ByQkLokHtELVHP3AquAYmfbiAr
l3DIVKhSfWkjLLWf3uHOqa5hGtC1zOJp7tqslcQDcu3svSwO0jaieHyM6HU0RBxq
GIxQSOxNixdd7PgY2DbauCjs47lJ2nrZ8Swoc/ikojPBY4B/j69n3+KA6Oa8Zo0O
HoFgfdEZ+KsDcPfrqEo9rhvzT2mEy65rdjOcZtTOYnjsTiIRyI7DVGFvkhBv7RYW
f7AiiTsFCCDp/Xyre+CoydUD4R/F05s1uPZkbx4+R2/22NSkKIsdpene7hjVBAuE
wcsgoMV0W1A3GUjEbegU5RMn+rwK6C7vAcrY6ku+7CPqdUWMN+iRMjBtC7lvh6Yk
SMQDTP4Zi7qc+h4/ou7raAkaQx6TSfAT6oyy2aRxl7ckpYV8NwzOQz4anmuDw9m7
uo5aup9X5WikNe+eHZXU7tEhciUJ/VAnyguUuQOT80WGu15sBWFcvpth62CE6dGf
n7KfxJKBx2EKMBy8MZFC
=3dxK
-END PGP SIGNATURE-


Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-24 Thread José Matos
On Saturday 21 March 2015 22:38:09 Paul Johnson wrote:
 Can somebody explain the problems surrounding packaging of esint.sty?

Note that I am writing this from Fedora, so I am not sure that all applies to 
RHEL/CentOS (although I suspect it does).

Since the tex installed comes from texlive that means that all the (la)tex 
packages have been split into its package.

If you want to install something like the previous mega packages, there are 
several schemes available:

$ yum list texlive-scheme*
.
texlive-scheme-basic.noarch
texlive-scheme-context.noarch
texlive-scheme-full.noarch
texlive-scheme-gust.noarch
texlive-scheme-medium.noarch
texlive-scheme-minimal.noarch
texlive-scheme-small.noarch
texlive-scheme-tetex.noarch
texlive-scheme-xml.noarch

If you install texlive-scheme full you will get all the packages. Medium should 
be a nice compromise.

 On a fresh install of RHEL 7, I find LyX 2.1 works well enough, except
 the old problem about missing esint.sty re-appears. Any documents with
 integrals won't compile because esint.sty is missing.

Could you try:

# yum install tex(esint.sty)

And see if this works?

Note that this will work for all other .sty file.

 In Ubuntu systems there is no similar problem.  I find esint.sty is
 included in a package texlive-latex-extra.  I'm not finding it in
 similar on RedHat, but I have to admit that their new improved
 package management system is somewhat unhelpful.
 
 I searched long enough to see there is some peculiar history with
 packaging of esint.sty. I DO find the Fedora package in rpmfind.net
 texlive-esint-  I will rebuild that on the EL7 systems if I have
 to. But I can't see why this is necessary at all.
 
 pj

I guess that there is a missing requirement for texlive packages in 
Fedora/EPEL, if that happens again please report it here or on Redhat bugzilla.

That type of issues in on my TODO list to determine a minimum list of 
dependencies for the lyx rpms on Fedora/EPEL.

Regards,
-- 
José Abílio


Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-24 Thread José Matos
On Saturday 21 March 2015 22:38:09 Paul Johnson wrote:
 Can somebody explain the problems surrounding packaging of esint.sty?

Note that I am writing this from Fedora, so I am not sure that all applies to 
RHEL/CentOS (although I suspect it does).

Since the tex installed comes from texlive that means that all the (la)tex 
packages have been split into its package.

If you want to install something like the previous mega packages, there are 
several schemes available:

$ yum list texlive-scheme*
.
texlive-scheme-basic.noarch
texlive-scheme-context.noarch
texlive-scheme-full.noarch
texlive-scheme-gust.noarch
texlive-scheme-medium.noarch
texlive-scheme-minimal.noarch
texlive-scheme-small.noarch
texlive-scheme-tetex.noarch
texlive-scheme-xml.noarch

If you install texlive-scheme full you will get all the packages. Medium should 
be a nice compromise.

 On a fresh install of RHEL 7, I find LyX 2.1 works well enough, except
 the old problem about missing esint.sty re-appears. Any documents with
 integrals won't compile because esint.sty is missing.

Could you try:

# yum install tex(esint.sty)

And see if this works?

Note that this will work for all other .sty file.

 In Ubuntu systems there is no similar problem.  I find esint.sty is
 included in a package texlive-latex-extra.  I'm not finding it in
 similar on RedHat, but I have to admit that their new improved
 package management system is somewhat unhelpful.
 
 I searched long enough to see there is some peculiar history with
 packaging of esint.sty. I DO find the Fedora package in rpmfind.net
 texlive-esint-  I will rebuild that on the EL7 systems if I have
 to. But I can't see why this is necessary at all.
 
 pj

I guess that there is a missing requirement for texlive packages in 
Fedora/EPEL, if that happens again please report it here or on Redhat bugzilla.

That type of issues in on my TODO list to determine a minimum list of 
dependencies for the lyx rpms on Fedora/EPEL.

Regards,
-- 
José Abílio


Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-24 Thread José Matos
On Saturday 21 March 2015 22:38:09 Paul Johnson wrote:
> Can somebody explain the problems surrounding packaging of esint.sty?

Note that I am writing this from Fedora, so I am not sure that all applies to 
RHEL/CentOS (although I suspect it does).

Since the tex installed comes from texlive that means that all the (la)tex 
packages have been split into its package.

If you want to install something like the previous mega packages, there are 
several schemes available:

$ yum list texlive-scheme*
.
texlive-scheme-basic.noarch
texlive-scheme-context.noarch
texlive-scheme-full.noarch
texlive-scheme-gust.noarch
texlive-scheme-medium.noarch
texlive-scheme-minimal.noarch
texlive-scheme-small.noarch
texlive-scheme-tetex.noarch
texlive-scheme-xml.noarch

If you install texlive-scheme full you will get all the packages. Medium should 
be a nice compromise.

> On a fresh install of RHEL 7, I find LyX 2.1 works well enough, except
> the old problem about missing esint.sty re-appears. Any documents with
> integrals won't compile because esint.sty is missing.

Could you try:

# yum install tex(esint.sty)

And see if this works?

Note that this will work for all other .sty file.

> In Ubuntu systems there is no similar problem.  I find esint.sty is
> included in a package texlive-latex-extra.  I'm not finding it in
> similar on RedHat, but I have to admit that their "new improved"
> package management system is somewhat unhelpful.
> 
> I searched long enough to see there is some peculiar history with
> packaging of esint.sty. I DO find the Fedora package in rpmfind.net
> "texlive-esint-...".  I will rebuild that on the EL7 systems if I have
> to. But I can't see why this is necessary at all.
> 
> pj

I guess that there is a missing requirement for texlive packages in 
Fedora/EPEL, if that happens again please report it here or on Redhat bugzilla.

That type of issues in on my TODO list to determine a minimum list of 
dependencies for the lyx rpms on Fedora/EPEL.

Regards,
-- 
José Abílio


Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-22 Thread Georg Baum
Paul Johnson wrote:

 I searched long enough to see there is some peculiar history with
 packaging of esint.sty. I DO find the Fedora package in rpmfind.net
 texlive-esint-  I will rebuild that on the EL7 systems if I have
 to. But I can't see why this is necessary at all.

I don't know why esint.sty is not properly packaged for Red Hat, but I would 
recommend to use vanilla texlive, and not the one provided by the 
distribution. Since texlive contains an own package manager for quite some 
time this is easy to do.


Georg



Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-22 Thread Neal Becker
Georg Baum wrote:

 Paul Johnson wrote:
 
 I searched long enough to see there is some peculiar history with
 packaging of esint.sty. I DO find the Fedora package in rpmfind.net
 texlive-esint-  I will rebuild that on the EL7 systems if I have
 to. But I can't see why this is necessary at all.
 
 I don't know why esint.sty is not properly packaged for Red Hat, but I
 would recommend to use vanilla texlive, and not the one provided by the
 distribution. Since texlive contains an own package manager for quite some
 time this is easy to do.
 
 
 Georg

I don't know about EL7, but on fedora 21:

rpm -qf $(locate esint.tex)
texlive-esint-type1-svn15878.0-1.1.fc21.noarch

-- 
Those who fail to understand recursion are doomed to repeat it



Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-22 Thread Georg Baum
Paul Johnson wrote:

 I searched long enough to see there is some peculiar history with
 packaging of esint.sty. I DO find the Fedora package in rpmfind.net
 texlive-esint-  I will rebuild that on the EL7 systems if I have
 to. But I can't see why this is necessary at all.

I don't know why esint.sty is not properly packaged for Red Hat, but I would 
recommend to use vanilla texlive, and not the one provided by the 
distribution. Since texlive contains an own package manager for quite some 
time this is easy to do.


Georg



Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-22 Thread Neal Becker
Georg Baum wrote:

 Paul Johnson wrote:
 
 I searched long enough to see there is some peculiar history with
 packaging of esint.sty. I DO find the Fedora package in rpmfind.net
 texlive-esint-  I will rebuild that on the EL7 systems if I have
 to. But I can't see why this is necessary at all.
 
 I don't know why esint.sty is not properly packaged for Red Hat, but I
 would recommend to use vanilla texlive, and not the one provided by the
 distribution. Since texlive contains an own package manager for quite some
 time this is easy to do.
 
 
 Georg

I don't know about EL7, but on fedora 21:

rpm -qf $(locate esint.tex)
texlive-esint-type1-svn15878.0-1.1.fc21.noarch

-- 
Those who fail to understand recursion are doomed to repeat it



Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-22 Thread Georg Baum
Paul Johnson wrote:

> I searched long enough to see there is some peculiar history with
> packaging of esint.sty. I DO find the Fedora package in rpmfind.net
> "texlive-esint-...".  I will rebuild that on the EL7 systems if I have
> to. But I can't see why this is necessary at all.

I don't know why esint.sty is not properly packaged for Red Hat, but I would 
recommend to use vanilla texlive, and not the one provided by the 
distribution. Since texlive contains an own package manager for quite some 
time this is easy to do.


Georg



Re: esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-22 Thread Neal Becker
Georg Baum wrote:

> Paul Johnson wrote:
> 
>> I searched long enough to see there is some peculiar history with
>> packaging of esint.sty. I DO find the Fedora package in rpmfind.net
>> "texlive-esint-...".  I will rebuild that on the EL7 systems if I have
>> to. But I can't see why this is necessary at all.
> 
> I don't know why esint.sty is not properly packaged for Red Hat, but I
> would recommend to use vanilla texlive, and not the one provided by the
> distribution. Since texlive contains an own package manager for quite some
> time this is easy to do.
> 
> 
> Georg

I don't know about EL7, but on fedora 21:

rpm -qf $(locate esint.tex)
texlive-esint-type1-svn15878.0-1.1.fc21.noarch

-- 
Those who fail to understand recursion are doomed to repeat it



esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-21 Thread Paul Johnson
Can somebody explain the problems surrounding packaging of esint.sty?

On a fresh install of RHEL 7, I find LyX 2.1 works well enough, except
the old problem about missing esint.sty re-appears. Any documents with
integrals won't compile because esint.sty is missing.

In Ubuntu systems there is no similar problem.  I find esint.sty is
included in a package texlive-latex-extra.  I'm not finding it in
similar on RedHat, but I have to admit that their new improved
package management system is somewhat unhelpful.

I searched long enough to see there is some peculiar history with
packaging of esint.sty. I DO find the Fedora package in rpmfind.net
texlive-esint-  I will rebuild that on the EL7 systems if I have
to. But I can't see why this is necessary at all.

pj

-- 
Paul E. Johnson
Professor, Political Science  Assoc. Director
1541 Lilac Lane, Room 504  Center for Research Methods
University of Kansas University of Kansas
http://pj.freefaculty.org   http://quant.ku.edu


esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-21 Thread Paul Johnson
Can somebody explain the problems surrounding packaging of esint.sty?

On a fresh install of RHEL 7, I find LyX 2.1 works well enough, except
the old problem about missing esint.sty re-appears. Any documents with
integrals won't compile because esint.sty is missing.

In Ubuntu systems there is no similar problem.  I find esint.sty is
included in a package texlive-latex-extra.  I'm not finding it in
similar on RedHat, but I have to admit that their new improved
package management system is somewhat unhelpful.

I searched long enough to see there is some peculiar history with
packaging of esint.sty. I DO find the Fedora package in rpmfind.net
texlive-esint-  I will rebuild that on the EL7 systems if I have
to. But I can't see why this is necessary at all.

pj

-- 
Paul E. Johnson
Professor, Political Science  Assoc. Director
1541 Lilac Lane, Room 504  Center for Research Methods
University of Kansas University of Kansas
http://pj.freefaculty.org   http://quant.ku.edu


esint.sty in RedHat/Centos 7. Where? Why omitted?

2015-03-21 Thread Paul Johnson
Can somebody explain the problems surrounding packaging of esint.sty?

On a fresh install of RHEL 7, I find LyX 2.1 works well enough, except
the old problem about missing esint.sty re-appears. Any documents with
integrals won't compile because esint.sty is missing.

In Ubuntu systems there is no similar problem.  I find esint.sty is
included in a package texlive-latex-extra.  I'm not finding it in
similar on RedHat, but I have to admit that their "new improved"
package management system is somewhat unhelpful.

I searched long enough to see there is some peculiar history with
packaging of esint.sty. I DO find the Fedora package in rpmfind.net
"texlive-esint-...".  I will rebuild that on the EL7 systems if I have
to. But I can't see why this is necessary at all.

pj

-- 
Paul E. Johnson
Professor, Political Science  Assoc. Director
1541 Lilac Lane, Room 504  Center for Research Methods
University of Kansas University of Kansas
http://pj.freefaculty.org   http://quant.ku.edu