From: "Wiktor Żelazny" <wz@freeshell.de>
To: help-guix@gnu.org
Subject: Re: XeLaTeX, fontspec, unsuccessful font search
Date: Thu, 23 Jan 2020 15:11:59 +0100 [thread overview]
Message-ID: <20200123141159.653anfiqljl3wbtl@wzguix> (raw)
In-Reply-To: <20200122152543.xjb6qvbvjsbkeuxo@wzguix>
[-- Attachment #1: Type: text/plain, Size: 2272 bytes --]
On Wed, Jan 22, 2020 at 04:25:43PM +0100, Wiktor Żelazny wrote:
> I’ve been tackling a similar problem as in [1]:
>
> $ cat minimal.tex
OK, I solved my pandoc problem by including `ghc-pandoc` along with
`texlive` among --ad-hoc inputs, rather than a regular one. From now on,
I will be using --ad-hoc, exclusively.
Still, this does not solve the issue with the fontspec example. I tried
the manual approach by following [1]. I dug through the symlinks just to
be sure.
$ guix environment … --ad-hoc texlive texlive-lm
[env]$ set | grep GUIX_ENVIRONMENT
GUIX_ENVIRONMENT=/gnu/store/z50qrshwcl155qrm1q0kbby1sqsmj4iz-profile
[env]$ cd /gnu/store/z50qrshwcl155qrm1q0kbby1sqsmj4iz-profile/share/texmf-dist/fonts/opentype/public/lm
lrwxrwxrwx 3 root root 127 Jan 1 1970 lmmono10-italic.otf -> /gnu/store/2xv24hrmq5li382za96k4gh7r7njzprw-texlive-configuration/share/texmf-dist/fonts/opentype/public/lm/lmmono10-italic.otf
[env]$ cd /gnu/store/2xv24hrmq5li382za96k4gh7r7njzprw-texlive-configuration/share/texmf-dist/fonts/opentype/public/lm
lrwxrwxrwx 4 root root 122 Jan 1 1970 lmmono10-italic.otf -> /gnu/store/q4a3l4ki8rcjlhqxkmyaws0pybvska8s-texlive-lm-49435/share/texmf-dist/fonts/opentype/public/lm/lmmono10-italic.otf
[env]$ cd /gnu/store/q4a3l4ki8rcjlhqxkmyaws0pybvska8s-texlive-lm-49435/share/texmf-dist/fonts/opentype/public/lm
-r--r--r-- 8 root root 63584 Jan 1 1970 lmmono10-italic.otf
[env]$ fc-cache /gnu/store/q4a3l4ki8rcjlhqxkmyaws0pybvska8s-texlive-lm-49435/share/texmf-dist/fonts/opentype/public/lm
[env]$ fc-cache -v /gnu/store/q4a3l4ki8rcjlhqxkmyaws0pybvska8s-texlive-lm-49435/share/texmf-dist/fonts/opentype/public/lm
/gnu/store/q4a3l4ki8rcjlhqxkmyaws0pybvska8s-texlive-lm-49435/share/texmf-dist/fonts/opentype/public/lm: skipping, existing cache is valid: 72 fonts, 0 dirs
[env]$ ls | wc
72 72 1653
[env]$ fc-list | grep Modern
# nothing
[env]$ fc-list | grep lm
# nothing
I also tried doing the fc-* stuff with sudo, nothing again.
There was no
$GUIX_ENVIRONMENT/etc/fonts/conf.avail/09-texlive-fonts.conf
, so I could not try the second approach mentioned in [1].
WŻ
[1]: https://wiki.archlinux.org/index.php/TeX_Live#Making_fonts_available_to_Fontconfig
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 963 bytes --]
prev parent reply other threads:[~2020-01-23 14:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-22 15:25 XeLaTeX, fontspec, unsuccessful font search Wiktor Żelazny
2020-01-23 14:11 ` Wiktor Żelazny [this message]
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=20200123141159.653anfiqljl3wbtl@wzguix \
--to=wz@freeshell.de \
--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.