all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Myles English <mylesenglish@gmail.com>
To: help-guix <help-guix@gnu.org>
Subject: Re: using texlive class from a private texmf tree
Date: Fri, 06 Dec 2019 11:31:07 +0000	[thread overview]
Message-ID: <877e39snb8.fsf@gmail.com> (raw)
In-Reply-To: <20191204203323.GA4407@jurong>


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 +0000, 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. 

These are the packages installed:

$ guix package -I | grep tex
texlive 20180414 out /gnu/store/wlba9v03ypi0z5qz7p89sa0w12lh37zb-texlive-20180414
texlive-bin 20180414 out /gnu/store/znf7mmx3vslsscn9v3ilxmgkirqwswy8-texlive-bin-20180414
texlive-base 49435 out /gnu/store/5qg546zydvcjcqvbf7d49yg4iq7yhn9d-texlive-base-49435

> Could you maybe try this directory? 

These are the directories I have put my-class.cls in:

$ tree ~/.texlive2018
/home/myles/.texlive2018
└── texmf-var
    ├── tex
    │   ├── latex
    │   │   ├── my-class.cls
    │   │   └── mypkg
    │   │       └── my-class.cls
    │   └── xelatex
    │       ├── my-class.cls
    │       └── mypkg
    │           └── my-class.cls
    └── web2c
        └── xetex
            ├── xelatex.fmt
            └── xelatex.log

> There should not be any need to fiddle with environment variables.

Here are the relevant environment variables:

$ env | grep TEX                        
TEXMF=/home/myles/.guix-profile/share/texmf-dist
TEXMFCNF=/home/myles/.guix-profile/share/texmf-dist/web2c

But still the class isn't found:

$ xelatex a         
This is XeTeX, Version 3.14159265-2.6-0.99999 (TeX Live 2018) (preloaded format=xelatex)
 restricted \write18 enabled.
entering extended mode
(./a.tex
LaTeX2e <2018-04-01> patch level 2

! LaTeX Error: File `my-class.cls' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)

Enter file name: X

Is there anything else I can try?

Myles

  reply	other threads:[~2019-12-06 14:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-26 13:36 using texlive class from a private texmf tree Myles English
2019-12-04 20:33 ` Andreas Enge
2019-12-06 11:31   ` Myles English [this message]
2019-12-08 14:30     ` Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877e39snb8.fsf@gmail.com \
    --to=mylesenglish@gmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.