help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Artyom V. Poptsov
Subject: Re: LaTeX: Need help with packaging a book in GNU Guix
Date: Fri, 01 Sep 2023 06:15:23 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

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
+++ b/guix.scm
@@ -74,7 +74,6 @@
           gnu-make
           inkscape
           lilypond
-          texlive-marvosym
           texlive-fontspec
           texlive-koma-script
           texlive-trimspaces
diff --git a/sections/dialogues-with-computer-multimeter.tex 
b/sections/dialogues-with-computer-multimeter.tex
index ef8197d..b8b4064 100644
--- a/sections/dialogues-with-computer-multimeter.tex
+++ b/sections/dialogues-with-computer-multimeter.tex
@@ -30,11 +30,11 @@
   \hline
   mV$\sim$ & Измерение напряжения переменного тока, милливольты (мВ.) \\
   \hline
-  V\Beam & Измерение напряжения постоянного тока. \\
+  V & Измерение напряжения постоянного тока. \\
   \hline
   mV & Измерение напряжения постоянного тока, милливольты (мВ.) \\
   \hline
-  A\Beam & Измерение постоянного тока. \\
+  A & Измерение постоянного тока. \\
   \hline
   A$\sim$ & Измерение переменного тока. \\
   \hline
diff --git a/sparc.tex b/sparc.tex
index dfb156b..8777409 100644
--- a/sparc.tex
+++ b/sparc.tex
@@ -23,8 +23,7 @@
 \usepackage{glossaries}
 \usepackage{makeidx}
 \usepackage{expl3}
-\usepackage{amssymb}
-\usepackage{marvosym}
+%% \usepackage{marvosym}
 
 \makeindex
 \makeglossaries
--8<---------------cut here---------------end--------------->8---

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, don't
know for sure though.

Thanks!

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]