Re: installing aa

2019-12-15 Thread Patrick Dupre
OK,

It works that way (installing in ~/textmf).
Why can we not choose a specific directory?


===
 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
===


> Sent: Sunday, December 15, 2019 at 10:18 PM
> From: "Paul A. Rubin" 
> To: "Patrick Dupre" 
> Cc: lyx-users@lists.lyx.org
> Subject: Re: installing aa
>
> On 12/15/19 4:07 PM, Patrick Dupre wrote:
> >> On 12/15/19 2:49 PM, Patrick Dupre wrote:
> >>> Hello,
> >>>
> >>> I wanted to have the class aa available, but I failed in the installation
> >>> on a linux machine
> >>> aa.layout
> >>> is installed  in /usr/share/lyx/layouts
> >>> I installed the aa-package in ~/latex/styles
> >>> I set the variable TEXINPUTS at ~/latex/styles
> >>>
> >>> This is the out of configure.log
> >>>
> >>> INFO: +checking for document class aa [aa,answers.sty]... no
> >>>
> >>> What else should I do?
> >>>
> >>> Thank.
> >>>
> >>> ===
> >>>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
> >>> ===
> >>>
> >> Did you run 'texhash ~/latex/styles' in a terminal? Something like this
> >> is required whenever you install individual packages on your own, to add
> >> them to the database of packages used by your LaTeX distribution.
> > Yes, I did, I tried
> > texhash
> > texhash /home/pdupre/latex/styles
> >
> > but it did not help.
> >
> >> Paul
> >>
> >> -- 
> >> lyx-users mailing list
> >> lyx-users@lists.lyx.org
> >> http://lists.lyx.org/mailman/listinfo/lyx-users
> >>
> This may have to do with installing it in a nonstandard location. Do you 
> have a ~/texmf directory? If so, trying putting the aa directory in 
> ~/texmf/tex/latex/ (so that the path to the class file is 
> ~/texmf/tex/latex/aa/aa.cls) and then running texhash again.
> 
> Paul
> 
> 
>
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: installing aa

2019-12-15 Thread Paul A. Rubin

On 12/15/19 4:07 PM, Patrick Dupre wrote:

On 12/15/19 2:49 PM, Patrick Dupre wrote:

Hello,

I wanted to have the class aa available, but I failed in the installation
on a linux machine
aa.layout
is installed  in /usr/share/lyx/layouts
I installed the aa-package in ~/latex/styles
I set the variable TEXINPUTS at ~/latex/styles

This is the out of configure.log

INFO: +checking for document class aa [aa,answers.sty]... no

What else should I do?

Thank.

===
   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
===


Did you run 'texhash ~/latex/styles' in a terminal? Something like this
is required whenever you install individual packages on your own, to add
them to the database of packages used by your LaTeX distribution.

Yes, I did, I tried
texhash
texhash /home/pdupre/latex/styles

but it did not help.


Paul

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

This may have to do with installing it in a nonstandard location. Do you 
have a ~/texmf directory? If so, trying putting the aa directory in 
~/texmf/tex/latex/ (so that the path to the class file is 
~/texmf/tex/latex/aa/aa.cls) and then running texhash again.


Paul


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: installing aa

2019-12-15 Thread Patrick Dupre

> On 12/15/19 2:49 PM, Patrick Dupre wrote:
> > Hello,
> >
> > I wanted to have the class aa available, but I failed in the installation
> > on a linux machine
> > aa.layout
> > is installed  in /usr/share/lyx/layouts
> > I installed the aa-package in ~/latex/styles
> > I set the variable TEXINPUTS at ~/latex/styles
> >
> > This is the out of configure.log
> >
> > INFO: +checking for document class aa [aa,answers.sty]... no
> >
> > What else should I do?
> >
> > Thank.
> >
> > ===
> >   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
> > ===
> >
> Did you run 'texhash ~/latex/styles' in a terminal? Something like this 
> is required whenever you install individual packages on your own, to add 
> them to the database of packages used by your LaTeX distribution.

Yes, I did, I tried
texhash
texhash /home/pdupre/latex/styles

but it did not help.

> Paul
> 
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: installing aa

2019-12-15 Thread Paul A. Rubin

On 12/15/19 2:49 PM, Patrick Dupre wrote:

Hello,

I wanted to have the class aa available, but I failed in the installation
on a linux machine
aa.layout
is installed  in /usr/share/lyx/layouts
I installed the aa-package in ~/latex/styles
I set the variable TEXINPUTS at ~/latex/styles

This is the out of configure.log

INFO: +checking for document class aa [aa,answers.sty]... no

What else should I do?

Thank.

===
  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
===

Did you run 'texhash ~/latex/styles' in a terminal? Something like this 
is required whenever you install individual packages on your own, to add 
them to the database of packages used by your LaTeX distribution.


Paul

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users