Re: using texlive class from a private texmf tree

2019-12-08 Thread Andreas Enge
Hello, On Fri, Dec 06, 2019 at 11:31:07AM +, Myles English wrote: > These are the packages installed: > > $ guix package -I | grep tex > texlive 20180414 out > /gnu/store/wlba9v03ypi0z5qz7p89sa0w12lh37zb-texlive-20180414 > texlive-bin 20180414 out > /gnu/store/znf7mmx3vslsscn9v3ilxmgkirqwsw

Re: using texlive class from a private texmf tree

2019-12-06 Thread Myles English
Andreas, Thanks a lot for your reply. I have tried what you suggested but It still doesn't work. on [2019-12-04] at 20:33 Andreas Enge writes: > I am using a private class without problems from > > On Tue, Nov 26, 2019 at 01:36:57PM +, Myles English wrote: >> In what follows I try to put m

Re: using texlive class from a private texmf tree

2019-12-04 Thread Andreas Enge
Hello, I am using a private class without problems from On Tue, Nov 26, 2019 at 01:36:57PM +, Myles English wrote: > In what follows I try to put my private latex tree under ~/.texmf but ~/.texlive2018/texmf-var/tex/latex/myclass.cls with the big non-modular "texlive" package. Could you may

using texlive class from a private texmf tree

2019-11-26 Thread Myles English
Hello guix, I don't know if the problem I am having is with texlive or Guix. How do I use my own (xe)latex class with the guix texlive? Why does using a private texmf.cnf to specify the path to my class not work? Does anyone have a setup that works or any suggestions what else can be tried? In