Re: latex/xdvi

2023-01-10 Thread Jerry James
On Tue, Jan 10, 2023 at 2:59 PM Patrick Dupre  wrote:
> Hello Jerry,
>
> I do not think so.
> 1) I tried latex->dvips->ps2pdf
> 2) I tried --enable-write18
> \usepackage{pst-plot}
> \usepackage{auto-pst-pdf}
>
> When I do not get an error, and get the pdf file, the
> expected blue line never shows up.

Huh.  I could swear I tried your example file with xelatex and it
worked, but now it doesn't.  I get this at the end of the run:

[1] (./test.aux) )
Error: /invalidfileaccess in --run--
Operand stack:
   (/usr/share/texlive/texmf-dist/dvips/pstricks/pstricks.pro)   (r)
Execution stack:
   %interp_exit   .runexec2   --nostringval--   run   --nostringval--
 2   %stopped_push   --nostringval--   run   run   false   1
%stopped_push   1974   1   3   %oparray_pop   1973   1   3
%oparray_pop   1961   1   3   %oparray_pop   1817   1   3
%oparray_pop   --nostringval--   %errorexec_pop   .runexec2
--nostringval--   run   --nostringval--   2   %stopped_push
--nostringval--   1974   1   3   %oparray_pop   run
Dictionary stack:
   --dict:790/1123(ro)(G)--   --dict:0/20(G)--   --dict:75/200(L)--
Current allocation mode is local
Last OS error: Permission denied
Current file position is 64
GPL Ghostscript 9.56.1: Unrecoverable error, exit code 1
(see the transcript file for additional information)
Output written on test.pdf (1 page).
Transcript written on test.log.

Sorry, I thought I was being helpful. :-)
-- 
Jerry James
http://www.jamezone.org/
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: latex/xdvi

2023-01-10 Thread Patrick Dupre
Hello Jerry,

I do not think so.
1) I tried latex->dvips->ps2pdf
2) I tried --enable-write18
\usepackage{pst-plot}
\usepackage{auto-pst-pdf}

When I do not get an error, and get the pdf file, the 
expected blue line never shows up.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===


> Sent: Tuesday, January 10, 2023 at 10:37 PM
> From: "Jerry James" 
> To: "Community support for Fedora users" 
> Subject: Re: latex/xdvi
>
> On Tue, Jan 10, 2023 at 2:20 PM Patrick Dupre  wrote:
> > You can try with (it gives the same error when trying to get the pdf file)
> >
> > \documentclass[a4paper]{article}
> > \usepackage{pstricks}
> > %\usepackage{pst-eucl}
> > %\usepackage{calc}
> > %\usepackage{pst-3dplot}%
> > %\usepackage{pst-grad}
> > %\usepackage{pst-plot,pst-math,pstricks-add}%
> > %\usepackage{pst-all}
> > %\usepackage{auto-pst-pdf}%PD
> > %\RequirePackage{pst-xkey}
> >
> > \begin{document}
> >
> > \begin{pspicture}(-6,-6)(6,6)
> > \psline[linecolor=blue,linewidth=1.5pt](-3,1)(2,2)
> > \end{pspicture}
> >
> > \end{document}
> 
> The reason for the error, and how to resolve it, is explained here:
> 
> https://tex.stackexchange.com/questions/68870/pstricks-error-undefined-control-sequence-recently-read-clortops
> 
> -- 
> Jerry James
> http://www.jamezone.org/
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: latex/xdvi

2023-01-10 Thread Jerry James
On Tue, Jan 10, 2023 at 2:20 PM Patrick Dupre  wrote:
> You can try with (it gives the same error when trying to get the pdf file)
>
> \documentclass[a4paper]{article}
> \usepackage{pstricks}
> %\usepackage{pst-eucl}
> %\usepackage{calc}
> %\usepackage{pst-3dplot}%
> %\usepackage{pst-grad}
> %\usepackage{pst-plot,pst-math,pstricks-add}%
> %\usepackage{pst-all}
> %\usepackage{auto-pst-pdf}%PD
> %\RequirePackage{pst-xkey}
>
> \begin{document}
>
> \begin{pspicture}(-6,-6)(6,6)
> \psline[linecolor=blue,linewidth=1.5pt](-3,1)(2,2)
> \end{pspicture}
>
> \end{document}

The reason for the error, and how to resolve it, is explained here:

https://tex.stackexchange.com/questions/68870/pstricks-error-undefined-control-sequence-recently-read-clortops

-- 
Jerry James
http://www.jamezone.org/
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: latex/xdvi

2023-01-10 Thread Patrick Dupre
OK,

I did not peak the point.

You can try with (it gives the same error when trying to get the pdf file)

\documentclass[a4paper]{article}
\usepackage{pstricks}
%\usepackage{pst-eucl}
%\usepackage{calc}
%\usepackage{pst-3dplot}%
%\usepackage{pst-grad}
%\usepackage{pst-plot,pst-math,pstricks-add}%
%\usepackage{pst-all}
%\usepackage{auto-pst-pdf}%PD
%\RequirePackage{pst-xkey}

\begin{document}

\begin{pspicture}(-6,-6)(6,6)
\psline[linecolor=blue,linewidth=1.5pt](-3,1)(2,2)
\end{pspicture}

\end{document}



===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===


> Sent: Tuesday, January 10, 2023 at 9:55 PM
> From: "Ranjan Maitra" 
> To: "Community support for Fedora users" 
> Subject: Re: latex/xdvi
>
> 
> SOrry, that is not correct: like I said, I had that installed. But i looked 
> around, and it looks like one by one, we have to install all these things: 
> pst-*, with the ones that you call. Can you make a minimal example with fewer 
> packages? I don't really have the bw here to install all of them. Try with 
> them one by one and see where it fails.
> 
> Ranjan
> 
> On Tue Jan10'23 09:24:01PM, Patrick Dupre wrote:
> > From: Patrick Dupre 
> > Date: Tue, 10 Jan 2023 21:24:01 +0100
> > To: users@lists.fedoraproject.org
> > Cc: Community support for Fedora users 
> > Reply-To: Community support for Fedora users 
> > Subject: Re: latex/xdvi
> > 
> > texlive-pstricks-svn58371-55.fc36.noarch
> > 
> > ===
> >  Patrick DUPRÉ | | email: pdu...@gmx.com
> >  Laboratoire interdisciplinaire Carnot de Bourgogne
> >  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
> >  Tel: +33 (0)380395988| | Room# D114A
> > =======
> > 
> > 
> > > Sent: Tuesday, January 10, 2023 at 9:17 PM
> > > From: "Ranjan Maitra" 
> > > To: "Community support for Fedora users" 
> > > Subject: Re: latex/xdvi
> > >
> > > Do you offhand know what packages are needed? I do have texlive-pstricks 
> > > installed?
> > > 
> > > Ranjan
> > > 
> > > On Tue Jan10'23 04:38:31PM, Patrick Dupre wrote:
> > > > From: Patrick Dupre 
> > > > Date: Tue, 10 Jan 2023 16:38:31 +0100
> > > > To: fedora 
> > > > Reply-To: Community support for Fedora users 
> > > > 
> > > > Subject: latex/xdvi
> > > > 
> > > > Hello,
> > > > 
> > > > I am going to provide an example of latex/pstricks file which
> > > > seems working fine an a Debian machine, but not on mine (fc36)
> > > > 
> > > > latex is OK
> > > > but xdvi:
> > > > 
> > > >  Warning: Missing charsets in String to FontSet conversion
> > > > gs: 
> > > > gs: 
> > > > gs:  WARNING: Transparency operations ignored - need to use 
> > > > -dALLOWPSTRANSPARENCY
> > > > gs: 
> > > > gs: 
> > > > gs: Error: /undefined in .setstrokeconstantalpha
> > > > gs: Operand stack:
> > > > gs:56.9055   56.9055   -85.3582   28.4527   1.0
> > > > gs: Execution stack:
> > > > gs:%interp_exit   .runexec2   --nostringval--   --nostringval--   
> > > > --nostringval--
> > > > gs:2   %stopped_push   --nostringval--   --nostringval--   
> > > > --nostringval--   fals
> > > > gs: e   1   %stopped_push   1974   1   3   %oparray_pop   1973   1   3  
> > > >  %oparray_pop
> > > > gs:1961   1   3   %oparray_pop   1817   1   3   %oparray_pop   
> > > > --nostringval--   
> > > > gs: %errorexec_pop   .runexec2   --nostringval--   --nostringval--   
> > > > --nostringval-- 
> > > > gs:   2   %stopped_push   --nostringval--   --nostringval--   
> > > > %loop_continue   --nost
> > > > gs: ringval--   --nostringval--   --nostringval--   false   1   
> > > > %stopped_push   --nos
> > > > gs: tringval--
> > > > gs: Dictionary s

Re: latex/xdvi

2023-01-10 Thread Ranjan Maitra

SOrry, that is not correct: like I said, I had that installed. But i looked 
around, and it looks like one by one, we have to install all these things: 
pst-*, with the ones that you call. Can you make a minimal example with fewer 
packages? I don't really have the bw here to install all of them. Try with them 
one by one and see where it fails.

Ranjan

On Tue Jan10'23 09:24:01PM, Patrick Dupre wrote:
> From: Patrick Dupre 
> Date: Tue, 10 Jan 2023 21:24:01 +0100
> To: users@lists.fedoraproject.org
> Cc: Community support for Fedora users 
> Reply-To: Community support for Fedora users 
> Subject: Re: latex/xdvi
> 
> texlive-pstricks-svn58371-55.fc36.noarch
> 
> ===
>  Patrick DUPRÉ | | email: pdu...@gmx.com
>  Laboratoire interdisciplinaire Carnot de Bourgogne
>  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
>  Tel: +33 (0)380395988| | Room# D114A
> ===
> 
> 
> > Sent: Tuesday, January 10, 2023 at 9:17 PM
> > From: "Ranjan Maitra" 
> > To: "Community support for Fedora users" 
> > Subject: Re: latex/xdvi
> >
> > Do you offhand know what packages are needed? I do have texlive-pstricks 
> > installed?
> > 
> > Ranjan
> > 
> > On Tue Jan10'23 04:38:31PM, Patrick Dupre wrote:
> > > From: Patrick Dupre 
> > > Date: Tue, 10 Jan 2023 16:38:31 +0100
> > > To: fedora 
> > > Reply-To: Community support for Fedora users 
> > > 
> > > Subject: latex/xdvi
> > > 
> > > Hello,
> > > 
> > > I am going to provide an example of latex/pstricks file which
> > > seems working fine an a Debian machine, but not on mine (fc36)
> > > 
> > > latex is OK
> > > but xdvi:
> > > 
> > >  Warning: Missing charsets in String to FontSet conversion
> > > gs: 
> > > gs: 
> > > gs:  WARNING: Transparency operations ignored - need to use 
> > > -dALLOWPSTRANSPARENCY
> > > gs: 
> > > gs: 
> > > gs: Error: /undefined in .setstrokeconstantalpha
> > > gs: Operand stack:
> > > gs:56.9055   56.9055   -85.3582   28.4527   1.0
> > > gs: Execution stack:
> > > gs:%interp_exit   .runexec2   --nostringval--   --nostringval--   
> > > --nostringval--
> > > gs:2   %stopped_push   --nostringval--   --nostringval--   
> > > --nostringval--   fals
> > > gs: e   1   %stopped_push   1974   1   3   %oparray_pop   1973   1   3   
> > > %oparray_pop
> > > gs:1961   1   3   %oparray_pop   1817   1   3   %oparray_pop   
> > > --nostringval--   
> > > gs: %errorexec_pop   .runexec2   --nostringval--   --nostringval--   
> > > --nostringval-- 
> > > gs:   2   %stopped_push   --nostringval--   --nostringval--   
> > > %loop_continue   --nost
> > > gs: ringval--   --nostringval--   --nostringval--   false   1   
> > > %stopped_push   --nos
> > > gs: tringval--
> > > gs: Dictionary stack:
> > > gs:--dict:772/1123(ro)(G)--   --dict:0/20(G)--   --dict:200/200(L)--  
> > >  --dict:23/
> > > gs: 250(L)--   --dict:37/200(L)--   --dict:132/200(L)--
> > > gs: Current allocation mode is local
> > > gs: Last OS error: Resource temporarily unavailable
> > > 
> > > 
> > > \documentclass[a4paper]{article}
> > > \usepackage{pst-eucl}
> > > \usepackage{calc}
> > > \usepackage{pst-3dplot}%
> > > \usepackage{pst-grad}
> > > \usepackage{pst-plot,pst-math,pstricks-add}%
> > > \usepackage{pst-all}
> > > %\usepackage{auto-pst-pdf}%PD
> > > %\RequirePackage{pst-xkey}
> > > 
> > > \begin{document}
> > > 
> > > \begin{pspicture}(-6,-6)(6,6)
> > > \psline[linecolor=blue,linewidth=1.5pt](-3,1)(2,2)
> > > \end{pspicture}
> > > 
> > > \end{document}
> > > 
> > > 
> > > ===
> > >  Patrick DUPRÉ | | email: pdu...@gmx.com
> > >  Laboratoire interdisciplinaire Carnot de Bourgogne
> > >  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
> > >  Tel: +33 (0)380395988| | Room# D114A
> > > ===
> > > ___
> >

Re: latex/xdvi

2023-01-10 Thread Patrick Dupre
texlive-pstricks-svn58371-55.fc36.noarch

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===


> Sent: Tuesday, January 10, 2023 at 9:17 PM
> From: "Ranjan Maitra" 
> To: "Community support for Fedora users" 
> Subject: Re: latex/xdvi
>
> Do you offhand know what packages are needed? I do have texlive-pstricks 
> installed?
> 
> Ranjan
> 
> On Tue Jan10'23 04:38:31PM, Patrick Dupre wrote:
> > From: Patrick Dupre 
> > Date: Tue, 10 Jan 2023 16:38:31 +0100
> > To: fedora 
> > Reply-To: Community support for Fedora users 
> > Subject: latex/xdvi
> > 
> > Hello,
> > 
> > I am going to provide an example of latex/pstricks file which
> > seems working fine an a Debian machine, but not on mine (fc36)
> > 
> > latex is OK
> > but xdvi:
> > 
> >  Warning: Missing charsets in String to FontSet conversion
> > gs: 
> > gs: 
> > gs:  WARNING: Transparency operations ignored - need to use 
> > -dALLOWPSTRANSPARENCY
> > gs: 
> > gs: 
> > gs: Error: /undefined in .setstrokeconstantalpha
> > gs: Operand stack:
> > gs:56.9055   56.9055   -85.3582   28.4527   1.0
> > gs: Execution stack:
> > gs:%interp_exit   .runexec2   --nostringval--   --nostringval--   
> > --nostringval--
> > gs:2   %stopped_push   --nostringval--   --nostringval--   
> > --nostringval--   fals
> > gs: e   1   %stopped_push   1974   1   3   %oparray_pop   1973   1   3   
> > %oparray_pop
> > gs:1961   1   3   %oparray_pop   1817   1   3   %oparray_pop   
> > --nostringval--   
> > gs: %errorexec_pop   .runexec2   --nostringval--   --nostringval--   
> > --nostringval-- 
> > gs:   2   %stopped_push   --nostringval--   --nostringval--   
> > %loop_continue   --nost
> > gs: ringval--   --nostringval--   --nostringval--   false   1   
> > %stopped_push   --nos
> > gs: tringval--
> > gs: Dictionary stack:
> > gs:--dict:772/1123(ro)(G)--   --dict:0/20(G)--   --dict:200/200(L)--   
> > --dict:23/
> > gs: 250(L)--   --dict:37/200(L)--   --dict:132/200(L)--
> > gs: Current allocation mode is local
> > gs: Last OS error: Resource temporarily unavailable
> > 
> > 
> > \documentclass[a4paper]{article}
> > \usepackage{pst-eucl}
> > \usepackage{calc}
> > \usepackage{pst-3dplot}%
> > \usepackage{pst-grad}
> > \usepackage{pst-plot,pst-math,pstricks-add}%
> > \usepackage{pst-all}
> > %\usepackage{auto-pst-pdf}%PD
> > %\RequirePackage{pst-xkey}
> > 
> > \begin{document}
> > 
> > \begin{pspicture}(-6,-6)(6,6)
> > \psline[linecolor=blue,linewidth=1.5pt](-3,1)(2,2)
> > \end{pspicture}
> > 
> > \end{document}
> > 
> > 
> > ===
> >  Patrick DUPRÉ | | email: pdu...@gmx.com
> >  Laboratoire interdisciplinaire Carnot de Bourgogne
> >  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
> >  Tel: +33 (0)380395988| | Room# D114A
> > ===
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > Fedora Code of Conduct: 
> > https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives: 
> > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> > Do not reply to spam, report it: 
> > https://pagure.io/fedora-infrastructure/new_issue
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: latex/xdvi

2023-01-10 Thread Ranjan Maitra
Do you offhand know what packages are needed? I do have texlive-pstricks 
installed?

Ranjan

On Tue Jan10'23 04:38:31PM, Patrick Dupre wrote:
> From: Patrick Dupre 
> Date: Tue, 10 Jan 2023 16:38:31 +0100
> To: fedora 
> Reply-To: Community support for Fedora users 
> Subject: latex/xdvi
> 
> Hello,
> 
> I am going to provide an example of latex/pstricks file which
> seems working fine an a Debian machine, but not on mine (fc36)
> 
> latex is OK
> but xdvi:
> 
>  Warning: Missing charsets in String to FontSet conversion
> gs: 
> gs: 
> gs:  WARNING: Transparency operations ignored - need to use 
> -dALLOWPSTRANSPARENCY
> gs: 
> gs: 
> gs: Error: /undefined in .setstrokeconstantalpha
> gs: Operand stack:
> gs:56.9055   56.9055   -85.3582   28.4527   1.0
> gs: Execution stack:
> gs:%interp_exit   .runexec2   --nostringval--   --nostringval--   
> --nostringval--
> gs:2   %stopped_push   --nostringval--   --nostringval--   
> --nostringval--   fals
> gs: e   1   %stopped_push   1974   1   3   %oparray_pop   1973   1   3   
> %oparray_pop
> gs:1961   1   3   %oparray_pop   1817   1   3   %oparray_pop   
> --nostringval--   
> gs: %errorexec_pop   .runexec2   --nostringval--   --nostringval--   
> --nostringval-- 
> gs:   2   %stopped_push   --nostringval--   --nostringval--   %loop_continue  
>  --nost
> gs: ringval--   --nostringval--   --nostringval--   false   1   %stopped_push 
>   --nos
> gs: tringval--
> gs: Dictionary stack:
> gs:--dict:772/1123(ro)(G)--   --dict:0/20(G)--   --dict:200/200(L)--   
> --dict:23/
> gs: 250(L)--   --dict:37/200(L)--   --dict:132/200(L)--
> gs: Current allocation mode is local
> gs: Last OS error: Resource temporarily unavailable
> 
> 
> \documentclass[a4paper]{article}
> \usepackage{pst-eucl}
> \usepackage{calc}
> \usepackage{pst-3dplot}%
> \usepackage{pst-grad}
> \usepackage{pst-plot,pst-math,pstricks-add}%
> \usepackage{pst-all}
> %\usepackage{auto-pst-pdf}%PD
> %\RequirePackage{pst-xkey}
> 
> \begin{document}
> 
> \begin{pspicture}(-6,-6)(6,6)
> \psline[linecolor=blue,linewidth=1.5pt](-3,1)(2,2)
> \end{pspicture}
> 
> \end{document}
> 
> 
> ===
>  Patrick DUPRÉ | | email: pdu...@gmx.com
>  Laboratoire interdisciplinaire Carnot de Bourgogne
>  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
>  Tel: +33 (0)380395988| | Room# D114A
> ===
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: latex/xdvi

2023-01-10 Thread Patrick Dupre
No
pdflatex profile a similar error

! Undefined control sequence.
\c@lor@to@ps ->\PSTricks 
 _Not_Configured_For_This_Format
l.25   \psline[linecolor=blue,linewidth=10.5pt](


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===


> Sent: Tuesday, January 10, 2023 at 6:31 PM
> From: "Ranjan Maitra" 
> To: "Community support for Fedora users" 
> Subject: Re: latex/xdvi
>
> Hi,
> 
> I stopped using vanilla latex long ago. Does pdflatex work for you? (I 
> usually use latexmk -pdf).
> 
> Sorry, I must confess that I am shooting off here, since I have not actually 
> looked into your use case.
> 
> Best wishes,
> Ranjan
> 
> 
> On Tue Jan10'23 06:12:24PM, Patrick Dupre wrote:
> > From: Patrick Dupre 
> > Date: Tue, 10 Jan 2023 18:12:24 +0100
> > To: users@lists.fedoraproject.org
> > Cc: fedora 
> > Reply-To: Community support for Fedora users 
> > Subject: Re: latex/xdvi
> > 
> > Actually,
> > If I do latex, dvips ps2pdf provides
> > Error: /undefined in .setstrokeconstantalpha
> > Operand stack:
> >56.9055   56.9055   85.3582   28.4527   1.0
> > Execution stack:
> >%interp_exit   .runexec2   --nostringval--   --nostringval--   
> > --nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
> > --nostringval--   false   1   %stopped_push   1974   1   3   %oparray_pop   
> > 1973   1   3   %oparray_pop   1961   1   3   %oparray_pop   1817   1   3   
> > %oparray_pop   --nostringval--   %errorexec_pop   .runexec2   
> > --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   
> > --nostringval--
> > Dictionary stack:
> >--dict:766/1123(ro)(G)--   --dict:0/20(G)--   --dict:196/200(L)--   
> > --dict:178/300(L)--   --dict:38/200(L)--   --dict:130/200(L)--
> > Current allocation mode is local
> > Current file position is 312027
> > GPL Ghostscript 9.56.1: Unrecoverable error, exit code 1
> > 
> > 
> > As soon as I uncomment psline in my example.
> > If not the commands are OK.
> > It has been tested to Debian, Mac, but fails on fc36 
> > 
> > 
> > ===
> >  Patrick DUPRÉ | | email: pdu...@gmx.com
> >  Laboratoire interdisciplinaire Carnot de Bourgogne
> >  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
> >  Tel: +33 (0)380395988| | Room# D114A
> > ===
> > 
> > 
> > > Sent: Tuesday, January 10, 2023 at 4:38 PM
> > > From: "Patrick Dupre" 
> > > To: "fedora" 
> > > Subject: latex/xdvi
> > >
> > > Hello,
> > > 
> > > I am going to provide an example of latex/pstricks file which
> > > seems working fine an a Debian machine, but not on mine (fc36)
> > > 
> > > latex is OK
> > > but xdvi:
> > > 
> > >  Warning: Missing charsets in String to FontSet conversion
> > > gs: 
> > > gs: 
> > > gs:  WARNING: Transparency operations ignored - need to use 
> > > -dALLOWPSTRANSPARENCY
> > > gs: 
> > > gs: 
> > > gs: Error: /undefined in .setstrokeconstantalpha
> > > gs: Operand stack:
> > > gs:56.9055   56.9055   -85.3582   28.4527   1.0
> > > gs: Execution stack:
> > > gs:%interp_exit   .runexec2   --nostringval--   --nostringval--   
> > > --nostringval--
> > > gs:2   %stopped_push   --nostringval--   --nostringval--   
> > > --nostringval--   fals
> > > gs: e   1   %stopped_push   1974   1   3   %oparray_pop   1973   1   3   
> > > %oparray_pop
> > > gs:1961   1   3   %oparray_pop   1817   1   3   %oparray_pop   
> > > --nostringval--   
> > > gs: %errorexec_pop   .runexec2   --nostringval--   --nostringval--   
> > > --nostringval-- 
> > > gs:   2   %stopped_push   --nostringval--   --nostringval--   
> > > %loop_continue   --nost
> > > gs: ringval--   --nostringval--   --nostringval--   false   1   
> > > %stopped_push   --nos
> > > gs: tringval--
> > > gs: Dictionary stack:
> > > 

Re: latex/xdvi

2023-01-10 Thread Ranjan Maitra
Hi,

I stopped using vanilla latex long ago. Does pdflatex work for you? (I usually 
use latexmk -pdf).

Sorry, I must confess that I am shooting off here, since I have not actually 
looked into your use case.

Best wishes,
Ranjan


On Tue Jan10'23 06:12:24PM, Patrick Dupre wrote:
> From: Patrick Dupre 
> Date: Tue, 10 Jan 2023 18:12:24 +0100
> To: users@lists.fedoraproject.org
> Cc: fedora 
> Reply-To: Community support for Fedora users 
> Subject: Re: latex/xdvi
> 
> Actually,
> If I do latex, dvips ps2pdf provides
> Error: /undefined in .setstrokeconstantalpha
> Operand stack:
>56.9055   56.9055   85.3582   28.4527   1.0
> Execution stack:
>%interp_exit   .runexec2   --nostringval--   --nostringval--   
> --nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
> --nostringval--   false   1   %stopped_push   1974   1   3   %oparray_pop   
> 1973   1   3   %oparray_pop   1961   1   3   %oparray_pop   1817   1   3   
> %oparray_pop   --nostringval--   %errorexec_pop   .runexec2   --nostringval-- 
>   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--
> Dictionary stack:
>--dict:766/1123(ro)(G)--   --dict:0/20(G)--   --dict:196/200(L)--   
> --dict:178/300(L)--   --dict:38/200(L)--   --dict:130/200(L)--
> Current allocation mode is local
> Current file position is 312027
> GPL Ghostscript 9.56.1: Unrecoverable error, exit code 1
> 
> 
> As soon as I uncomment psline in my example.
> If not the commands are OK.
> It has been tested to Debian, Mac, but fails on fc36 
> 
> 
> ===
>  Patrick DUPRÉ | | email: pdu...@gmx.com
>  Laboratoire interdisciplinaire Carnot de Bourgogne
>  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
>  Tel: +33 (0)380395988| | Room# D114A
> ===
> 
> 
> > Sent: Tuesday, January 10, 2023 at 4:38 PM
> > From: "Patrick Dupre" 
> > To: "fedora" 
> > Subject: latex/xdvi
> >
> > Hello,
> > 
> > I am going to provide an example of latex/pstricks file which
> > seems working fine an a Debian machine, but not on mine (fc36)
> > 
> > latex is OK
> > but xdvi:
> > 
> >  Warning: Missing charsets in String to FontSet conversion
> > gs: 
> > gs: 
> > gs:  WARNING: Transparency operations ignored - need to use 
> > -dALLOWPSTRANSPARENCY
> > gs: 
> > gs: 
> > gs: Error: /undefined in .setstrokeconstantalpha
> > gs: Operand stack:
> > gs:56.9055   56.9055   -85.3582   28.4527   1.0
> > gs: Execution stack:
> > gs:%interp_exit   .runexec2   --nostringval--   --nostringval--   
> > --nostringval--
> > gs:2   %stopped_push   --nostringval--   --nostringval--   
> > --nostringval--   fals
> > gs: e   1   %stopped_push   1974   1   3   %oparray_pop   1973   1   3   
> > %oparray_pop
> > gs:1961   1   3   %oparray_pop   1817   1   3   %oparray_pop   
> > --nostringval--   
> > gs: %errorexec_pop   .runexec2   --nostringval--   --nostringval--   
> > --nostringval-- 
> > gs:   2   %stopped_push   --nostringval--   --nostringval--   
> > %loop_continue   --nost
> > gs: ringval--   --nostringval--   --nostringval--   false   1   
> > %stopped_push   --nos
> > gs: tringval--
> > gs: Dictionary stack:
> > gs:--dict:772/1123(ro)(G)--   --dict:0/20(G)--   --dict:200/200(L)--   
> > --dict:23/
> > gs: 250(L)--   --dict:37/200(L)--   --dict:132/200(L)--
> > gs: Current allocation mode is local
> > gs: Last OS error: Resource temporarily unavailable
> > 
> > 
> > \documentclass[a4paper]{article}
> > \usepackage{pst-eucl}
> > \usepackage{calc}
> > \usepackage{pst-3dplot}%
> > \usepackage{pst-grad}
> > \usepackage{pst-plot,pst-math,pstricks-add}%
> > \usepackage{pst-all}
> > %\usepackage{auto-pst-pdf}%PD
> > %\RequirePackage{pst-xkey}
> > 
> > \begin{document}
> > 
> > \begin{pspicture}(-6,-6)(6,6)
> > \psline[linecolor=blue,linewidth=1.5pt](-3,1)(2,2)
> > \end{pspicture}
> > 
> > \end{document}
> > 
> > 
> > ===
> >  Patrick DUPRÉ | | email: pdu...@gmx.com
> >  Laboratoire interdisciplinaire Carnot de Bourgogne
> >  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
> >  Tel: +33 (0)380395988| | Room# D114A
> > ===

Re: latex/xdvi

2023-01-10 Thread Patrick Dupre
Actually,
If I do latex, dvips ps2pdf provides
Error: /undefined in .setstrokeconstantalpha
Operand stack:
   56.9055   56.9055   85.3582   28.4527   1.0
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1974   1   3   %oparray_pop   
1973   1   3   %oparray_pop   1961   1   3   %oparray_pop   1817   1   3   
%oparray_pop   --nostringval--   %errorexec_pop   .runexec2   --nostringval--   
--nostringval--   --nostringval--   2   %stopped_push   --nostringval--
Dictionary stack:
   --dict:766/1123(ro)(G)--   --dict:0/20(G)--   --dict:196/200(L)--   
--dict:178/300(L)--   --dict:38/200(L)--   --dict:130/200(L)--
Current allocation mode is local
Current file position is 312027
GPL Ghostscript 9.56.1: Unrecoverable error, exit code 1


As soon as I uncomment psline in my example.
If not the commands are OK.
It has been tested to Debian, Mac, but fails on fc36 


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===


> Sent: Tuesday, January 10, 2023 at 4:38 PM
> From: "Patrick Dupre" 
> To: "fedora" 
> Subject: latex/xdvi
>
> Hello,
> 
> I am going to provide an example of latex/pstricks file which
> seems working fine an a Debian machine, but not on mine (fc36)
> 
> latex is OK
> but xdvi:
> 
>  Warning: Missing charsets in String to FontSet conversion
> gs: 
> gs: 
> gs:  WARNING: Transparency operations ignored - need to use 
> -dALLOWPSTRANSPARENCY
> gs: 
> gs: 
> gs: Error: /undefined in .setstrokeconstantalpha
> gs: Operand stack:
> gs:56.9055   56.9055   -85.3582   28.4527   1.0
> gs: Execution stack:
> gs:%interp_exit   .runexec2   --nostringval--   --nostringval--   
> --nostringval--
> gs:2   %stopped_push   --nostringval--   --nostringval--   
> --nostringval--   fals
> gs: e   1   %stopped_push   1974   1   3   %oparray_pop   1973   1   3   
> %oparray_pop
> gs:1961   1   3   %oparray_pop   1817   1   3   %oparray_pop   
> --nostringval--   
> gs: %errorexec_pop   .runexec2   --nostringval--   --nostringval--   
> --nostringval-- 
> gs:   2   %stopped_push   --nostringval--   --nostringval--   %loop_continue  
>  --nost
> gs: ringval--   --nostringval--   --nostringval--   false   1   %stopped_push 
>   --nos
> gs: tringval--
> gs: Dictionary stack:
> gs:--dict:772/1123(ro)(G)--   --dict:0/20(G)--   --dict:200/200(L)--   
> --dict:23/
> gs: 250(L)--   --dict:37/200(L)--   --dict:132/200(L)--
> gs: Current allocation mode is local
> gs: Last OS error: Resource temporarily unavailable
> 
> 
> \documentclass[a4paper]{article}
> \usepackage{pst-eucl}
> \usepackage{calc}
> \usepackage{pst-3dplot}%
> \usepackage{pst-grad}
> \usepackage{pst-plot,pst-math,pstricks-add}%
> \usepackage{pst-all}
> %\usepackage{auto-pst-pdf}%PD
> %\RequirePackage{pst-xkey}
> 
> \begin{document}
> 
> \begin{pspicture}(-6,-6)(6,6)
> \psline[linecolor=blue,linewidth=1.5pt](-3,1)(2,2)
> \end{pspicture}
> 
> \end{document}
> 
> 
> ===
>  Patrick DUPRÉ | | email: pdu...@gmx.com
>  Laboratoire interdisciplinaire Carnot de Bourgogne
>  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
>  Tel: +33 (0)380395988| | Room# D114A
> ===
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: latex

2013-03-21 Thread Patrick Dupre


Quoting jeu, 21 mar 2013 François Patte :


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 21/03/2013 15:03, Patrick Dupre a écrit :


Quoting jeu, 21 mar 2013 Patrick Dupre
:






I fixed the issue at least temporarily by doing:
BSTINPUTS=$BSTINPUTS:/usr/share/texlive/texmf-dist/bibtex/bst/base/

But is it the right way of doing?


No! Might be a bug in fedora texlive distro. What are the permissions on
each directory: bibtex, bst, base?

ls -l /usr/share/texlive/texmf-dist/bibtex/bst/base -d
drwxr-xr-x. 2 root root 4096 Mar 11 18:48  
/usr/share/texlive/texmf-dist/bibtex/bst/base


ls -l /usr/share/texlive/texmf-dist/bibtex/bst -d
drwxr-xr-x. 108 root root 4096 Mar 11 18:47  
/usr/share/texlive/texmf-dist/bibtex/bst


ls -l /usr/share/texlive/texmf-dist/bibtex -d
drwxr-xr-x. 5 root root 4096 Mar 11 18:47 /usr/share/texlive/texmf-dist/bibtex



All paths for tex are set in file texmf.cnf in web2c directory of you
texlive installation.

- --
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAlFLHHgACgkQdE6C2dhV2JXd0gCfXHZ/r1X2ZhbiMIBYIRkPLgAp
PDYAn1jO6rfZ5kSfBEwNVU5rnUOx4sip
=bafw
-END PGP SIGNATURE-
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org





--

 Patrick DUPRÉ  | | email: pdu...@kegtux.org
 Laboratoire de Physico-Chimie de l'Atmosphère  | |
 Université du Littoral-Côte d'Opale| |
 Tel.  (33)-(0)3 28 23 76 12| | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann  | | 59140 Dunkerque, France



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: latex

2013-03-21 Thread François Patte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 21/03/2013 15:03, Patrick Dupre a écrit :
> 
> Quoting jeu, 21 mar 2013 Patrick Dupre
> :
> 

>> 
> I fixed the issue at least temporarily by doing: 
> BSTINPUTS=$BSTINPUTS:/usr/share/texlive/texmf-dist/bibtex/bst/base/
> 
> But is it the right way of doing?

No! Might be a bug in fedora texlive distro. What are the permissions on
each directory: bibtex, bst, base?

All paths for tex are set in file texmf.cnf in web2c directory of you
texlive installation.

- -- 
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAlFLHHgACgkQdE6C2dhV2JXd0gCfXHZ/r1X2ZhbiMIBYIRkPLgAp
PDYAn1jO6rfZ5kSfBEwNVU5rnUOx4sip
=bafw
-END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: latex

2013-03-21 Thread Patrick Dupre


Quoting jeu, 21 mar 2013 Patrick Dupre :


Thank for the email.


Le 21/03/2013 12:10, Patrick Dupre a écrit :

Hello,

lyx works fine but not latex, in fact bibtex! I get the following
error: I couldn't open style file unsrt.bst


as root kpsewhich unsrt.bst gives:
/usr/share/texlive/texmf-dist/bibtex/bst/base/unsrt.bst

but as a user there is not response!


what are the permissions for:

/usr/share/texlive/texmf-dist/bibtex/bst/base/unsrt.bst ?
-rw-r--r--. 1 root root 18030 Dec 14  2010  
/usr/share/texlive/texmf-dist/bibtex/bst/base/unsrt.bst



I fixed the issue at least temporarily by doing:
BSTINPUTS=$BSTINPUTS:/usr/share/texlive/texmf-dist/bibtex/bst/base/

But is it the right way of doing?


texhash can be run as a user, but:

texhash: /usr/share/texlive/texmf: directory not writable.
Skipping... texhash: /usr/share/texlive/texmf-config: directory not
writable. Skipping... texhash: /usr/share/texlive/texmf-dist:
directory not writable. Skipping...


texhash is obsolete, you should use fmtutil or fmtutil-sys (as root).
But if kpsewhich finds a file, this file is quoted in the ls-r file that
latex uses to find the files it needs.


- --
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAlFLDAQACgkQdE6C2dhV2JUZLQCfX1r9vfEIu/bkmUjlX77UB9X7
GEQAn1AcIIYXeCWlhCk4FIJzF/2/K52A
=oXc+
-END PGP SIGNATURE-
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org





--

 Patrick DUPRÉ  | | email: pdu...@kegtux.org
 Laboratoire de Physico-Chimie de l'Atmosphère  | |
 Université du Littoral-Côte d'Opale| |
 Tel.  (33)-(0)3 28 23 76 12| | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann  | | 59140 Dunkerque, France



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org





--

 Patrick DUPRÉ  | | email: pdu...@kegtux.org
 Laboratoire de Physico-Chimie de l'Atmosphère  | |
 Université du Littoral-Côte d'Opale| |
 Tel.  (33)-(0)3 28 23 76 12| | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann  | | 59140 Dunkerque, France



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: latex

2013-03-21 Thread Patrick Dupre

Thank for the email.


Le 21/03/2013 12:10, Patrick Dupre a écrit :

Hello,

lyx works fine but not latex, in fact bibtex! I get the following
error: I couldn't open style file unsrt.bst


as root kpsewhich unsrt.bst gives:
/usr/share/texlive/texmf-dist/bibtex/bst/base/unsrt.bst

but as a user there is not response!


what are the permissions for:

/usr/share/texlive/texmf-dist/bibtex/bst/base/unsrt.bst ?
-rw-r--r--. 1 root root 18030 Dec 14  2010  
/usr/share/texlive/texmf-dist/bibtex/bst/base/unsrt.bst




texhash can be run as a user, but:

texhash: /usr/share/texlive/texmf: directory not writable.
Skipping... texhash: /usr/share/texlive/texmf-config: directory not
writable. Skipping... texhash: /usr/share/texlive/texmf-dist:
directory not writable. Skipping...


texhash is obsolete, you should use fmtutil or fmtutil-sys (as root).
But if kpsewhich finds a file, this file is quoted in the ls-r file that
latex uses to find the files it needs.


- --
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAlFLDAQACgkQdE6C2dhV2JUZLQCfX1r9vfEIu/bkmUjlX77UB9X7
GEQAn1AcIIYXeCWlhCk4FIJzF/2/K52A
=oXc+
-END PGP SIGNATURE-
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org





--

 Patrick DUPRÉ  | | email: pdu...@kegtux.org
 Laboratoire de Physico-Chimie de l'Atmosphère  | |
 Université du Littoral-Côte d'Opale| |
 Tel.  (33)-(0)3 28 23 76 12| | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann  | | 59140 Dunkerque, France



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: latex

2013-03-21 Thread François Patte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 21/03/2013 12:10, Patrick Dupre a écrit :
> Hello,
> 
> lyx works fine but not latex, in fact bibtex! I get the following
> error: I couldn't open style file unsrt.bst
> 
> 
> as root kpsewhich unsrt.bst gives: 
> /usr/share/texlive/texmf-dist/bibtex/bst/base/unsrt.bst
> 
> but as a user there is not response!

what are the permissions for:

/usr/share/texlive/texmf-dist/bibtex/bst/base/unsrt.bst ?

> texhash can be run as a user, but:
> 
> texhash: /usr/share/texlive/texmf: directory not writable.
> Skipping... texhash: /usr/share/texlive/texmf-config: directory not
> writable. Skipping... texhash: /usr/share/texlive/texmf-dist:
> directory not writable. Skipping...

texhash is obsolete, you should use fmtutil or fmtutil-sys (as root).
But if kpsewhich finds a file, this file is quoted in the ls-r file that
latex uses to find the files it needs.


- -- 
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAlFLDAQACgkQdE6C2dhV2JUZLQCfX1r9vfEIu/bkmUjlX77UB9X7
GEQAn1AcIIYXeCWlhCk4FIJzF/2/K52A
=oXc+
-END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Latex format file bugs in Fedora 13

2010-06-12 Thread Zbigniew Fiedorowicz
On Sun Jun 13 00:01:06 UTC 2010 Patrick O' Callaghan wrote:
> Has it been reported to Bugzilla? If not, you should do so.
>
Yes, it has:
https://bugzilla.redhat.com/show_bug.cgi?id=603380

It was previously reported in Fedora 9, 10 and 11:
https://bugzilla.redhat.com/show_bug.cgi?id=447062
but nothing seems to have been done about it and it aged out of Bugzilla




-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Latex format file bugs in Fedora 13

2010-06-12 Thread Patrick O'Callaghan
On Sat, 2010-06-12 at 18:30 -0400, Zbigniew Fiedorowicz wrote:
> This is a long standing bug in Fedora dating back to at least version
> 9, which not only hasn't been fixed, but has gotten worse in Fedora
> 13.

Has it been reported to Bugzilla? If not, you should do so.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines