From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: help-guix@gnu.org
Subject: Re: LaTeX: Need help with packaging a book in GNU Guix
Date: Fri, 01 Sep 2023 06:15:23 +0300 [thread overview]
Message-ID: <87zg26mvn8.fsf@gmail.com> (raw)
In-Reply-To: <87fs3zay8j.fsf@gmail.com> (Artyom V. Poptsov's message of "Thu, 31 Aug 2023 21:00:12 +0300")
[-- Attachment #1: Type: text/plain, Size: 2316 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 519 bytes --]
next prev parent reply other threads:[~2023-09-01 3:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-28 3:51 LaTeX: Need help with packaging a book in GNU Guix Artyom V. Poptsov
2023-08-29 9:01 ` Nicolas Goaziou
2023-08-29 12:42 ` Artyom V. Poptsov
2023-08-29 12:47 ` Nicolas Goaziou
2023-08-29 18:26 ` Artyom V. Poptsov
2023-08-29 18:55 ` Nicolas Goaziou
2023-08-29 19:19 ` Artyom V. Poptsov
2023-08-31 18:00 ` Artyom V. Poptsov
2023-09-01 3:15 ` Artyom V. Poptsov [this message]
2023-09-01 5:24 ` Dr. Arne Babenhauserheide
2023-09-01 8:26 ` Andreas Enge
2023-09-01 10:58 ` Nicolas Goaziou
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=87zg26mvn8.fsf@gmail.com \
--to=poptsov.artyom@gmail.com \
--cc=help-guix@gnu.org \
--cc=mail@nicolasgoaziou.fr \
/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.