Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] [Package request] SageTEX
@ 2022-04-01 13:44 Eloitor
  2022-04-05 10:21 ` Eloitor
  2022-04-17 11:27 ` tornaria
  0 siblings, 2 replies; 3+ messages in thread
From: Eloitor @ 2022-04-01 13:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 595 bytes --]

New issue by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/36452

Description:
https://github.com/sagemath/sagetex
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *output of ``xuname`` (part of xtools)*
* package:  
  *affected package(s) including the version*: ``xbps-query -p pkgver <pkgname>``

### Expected behavior

### Actual behavior

### Steps to reproduce the behavior



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Package request] SageTEX
  2022-04-01 13:44 [ISSUE] [Package request] SageTEX Eloitor
@ 2022-04-05 10:21 ` Eloitor
  2022-04-17 11:27 ` tornaria
  1 sibling, 0 replies; 3+ messages in thread
From: Eloitor @ 2022-04-05 10:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 745 bytes --]

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/36452#issuecomment-1088527395

Comment:
I tried to install it manually from https://ctan.org/pkg/sagetex, but `tlmgr` does not work...
```
$ tlmgr 
Can't locate TeXLive/TLConfig.pm in @INC (you may need to install the TeXLive::TLConfig module) (@INC contains: /texmf-dist/scripts/texlive /tlpkg /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at /usr/share/texmf-dist/scripts/texlive/tlmgr.pl line 60.
BEGIN failed--compilation aborted at /usr/share/texmf-dist/scripts/texlive/tlmgr.pl line 60.
```
How can I install it?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Package request] SageTEX
  2022-04-01 13:44 [ISSUE] [Package request] SageTEX Eloitor
  2022-04-05 10:21 ` Eloitor
@ 2022-04-17 11:27 ` tornaria
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2022-04-17 11:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 826 bytes --]

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/issues/36452#issuecomment-1100857016

Comment:
> How can I install it?

I'll work on a package.

Meanwhile, try the following:
```
$ sage --pip install sagetex
...
$ mkdir -p ~/texmf/tex
$ cp -ia ~/.sage/local/share/texmf/tex/latex/sagetex/sagetex.sty  ~/texmf/tex/
```

This should place `sagetex.sty` in a user location where latex can find it, and `sagetex.py` in a location where sage can find it.

----

Note that using `pip install sagetex` won't work since it will install in `~/.local/` but sage doesn't look for python modules there but only in `~/.sage/local`. Ideally sage should use python packages installed in `~/.local`. I'm not sure texlive will find files in `~/.local` either (maybe it should).

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-17 11:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 13:44 [ISSUE] [Package request] SageTEX Eloitor
2022-04-05 10:21 ` Eloitor
2022-04-17 11:27 ` tornaria

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).