Re: LaTeX: Need help with packaging a book in GNU Guix

2023-09-01 Thread Nicolas Goaziou
Hello, "Dr. Arne Babenhauserheide" writes: > "Artyom V. Poptsov" writes: > >> -\usepackage{amssymb} >> -\usepackage{marvosym} >> I think that it is not worth the effort to use the "marvosym" package as >> I can easily draw the single symbol I want from the package myself. But >> maybe there's

Re: LaTeX: Need help with packaging a book in GNU Guix

2023-09-01 Thread Andreas Enge
Am Fri, Sep 01, 2023 at 07:24:19AM +0200 schrieb Dr. Arne Babenhauserheide: > Since the switch to split texlive packages, many of my documents don’t > compile yet (but I did not yet find out why, so I sadly can’t really > help you) and I also use marvosym. So maybe something more general. Did you

Re: LaTeX: Need help with packaging a book in GNU Guix

2023-08-31 Thread Dr. Arne Babenhauserheide
"Artyom V. Poptsov" writes: > -\usepackage{amssymb} > -\usepackage{marvosym} > I think that it is not worth the effort to use the "marvosym" package as > I can easily draw the single symbol I want from the package myself. But > maybe there's a problem with "texlive-marvosym" package as well, do

Re: LaTeX: Need help with packaging a book in GNU Guix

2023-08-31 Thread Artyom V. Poptsov
Hello, I found root cause of the problem -- when I remove use of "latex-marvosym" package altogether, it fixes the problem. Here's my diff: --8<---cut here---start->8--- $ git diff diff --git a/guix.scm b/guix.scm index be5a433..58304a1 100644 --- a/guix.scm +

Re: LaTeX: Need help with packaging a book in GNU Guix

2023-08-31 Thread Artyom V. Poptsov
Hello Nicolas, sorry for bothering you again with my LaTeX questions, but I faced with a new problem on my way to package my book for GNU Guix. When the build system runs "xelatex" as follows: --8<---cut here---start->8--- xelatex --shell-escape sparc.tex > sp

Re: LaTeX: Need help with packaging a book in GNU Guix

2023-08-29 Thread Artyom V. Poptsov
> It should be fixed on master, if you can guix pull again. The problem is fixed indeed, thank you very much! - avp -- Artyom "avp" Poptsov Home page: https://memory-heap.org/~avp/ CADR Hackerspace co-founder: https://cadrspace.ru/ GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F sign

Re: LaTeX: Need help with packaging a book in GNU Guix

2023-08-29 Thread Nicolas Goaziou
"Artyom V. Poptsov" writes: > Hello Nicolas! > Thanks, that worked out indeed. I've added other LaTeX packages as > well, searching by the required ".sty" files. Great! > /gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/sh: > /gnu/store/05770yhxad3d3p4q7rgw8clh0y1gi5sc-texl

Re: LaTeX: Need help with packaging a book in GNU Guix

2023-08-29 Thread Artyom V. Poptsov
Hello Nicolas! > I then suggest to add `texlive-fontspec' (a few kB) instead of `texlive' > (3 GB) to the inputs. Thanks, that worked out indeed. I've added other LaTeX packages as well, searching by the required ".sty" files. But then, I ran into the following error: --8<---cut he

Re: LaTeX: Need help with packaging a book in GNU Guix

2023-08-29 Thread Nicolas Goaziou
"Artyom V. Poptsov" writes: > When I tried to remove "texlive" from inputs, I ran into the following > error: > > --8<---cut here---start->8--- > ! LaTeX Error: File `fontspec.sty' not found. [...] > As you can see, LaTeX cannot find "fontspec.sty" file. I d

Re: LaTeX: Need help with packaging a book in GNU Guix

2023-08-29 Thread Artyom V. Poptsov
Hello Nicolas, thank you very much for the help! I've changed my "guix.scm" as you suggested and now it works. > You can also remove `texlive' and, probably, `texlive-latex-fonts' and > `texlive-ttf-utils' from your inputs, since you're using XeTeX. When I tried to remove "texlive" from inputs,

Re: LaTeX: Need help with packaging a book in GNU Guix

2023-08-29 Thread Nicolas Goaziou
Hello, "Artyom V. Poptsov" writes: > There are lots of examples of LaTeX package definitions in Guix for > sure, but unfortunately I found no examples of packaged books written in > LaTeX. There is `book-faif' in "fsf.scm". > Then I'm getting errors that "Liberation Serif" font is not found: >