GNU bug report logs -
#66559
13.2.2; Math symbols become bold within theorem environment
Previous Next
Reported by: Jihuan Tian <jihuan_tian <at> hotmail.com>
Date: Sun, 15 Oct 2023 14:49:02 UTC
Severity: normal
Found in version 13.2.2
Done: Arash Esbati <arash <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 66559 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Ikumi Keita <ikumi <at> ikumi.que.jp> writes:
> Ah, indeed. Now I can see the difference in the preview-latex. All
> (most?) math expressions in Theorem environnment are in bold. I'm very
> sorry, Jihuan.
>
> I guess that they inherit the boldness of the portion of the theorem
> title (in this case, "Implicit function theorem"). However, it's beyond
> my ability to work around this.
I had a second look at this. I think this isn't a bug; one has to tell
preview how to deal with the Theorem environment by setting something
like this in the preamble:
\usepackage[displaymath,floats,graphics,footnotes,textmath]{preview}
\PreviewEnvironment*[{[]}]{Theorem}
The result looks like this and Ok for me with "emacs -Q":
[preview.png (image/png, inline)]
[Message part 3 (text/plain, inline)]
Can you reproduce this? This is the file I used:
--8<---------------cut here---------------start------------->8---
\documentclass{article}
\usepackage{amsmath}
\usepackage[standard, framed, amsmath, hyperref, thmmarks, thref]{ntheorem}
\usepackage[displaymath,floats,graphics,footnotes,textmath]{preview}
\PreviewEnvironment*[{[]}]{Theorem}
\begin{document}
\begin{Theorem}[Implicit function theorem]
\label{theo:implicit-func}
Let $A$ be an open set in $\mathbb{R}^{n+r}$ and
$f: A \rightarrow \mathbb{R}^r$ be $\mathbb{C}^r$. $f$ can be
written as $f(x,y)$, where $x \in \mathbb{R}^n$ and
$y \in \mathbb{R}^{r}$. Assume $(a,b) \in A$, where
$a \in \mathbb{R}^n$, $b \in \mathbb{R}^r$ and $f(a,b) = 0$, and the
Jacobian
$\vert\frac{\partial f}{\partial y}\vert_{x=a, y=b} \neq 0$. Then
$\exists$ neighborhood $B$ of $a$ in $\mathbb{R}^n$ and a unique
$\mathbb{C}^r$ function $g: B \rightarrow \mathbb{R}^r$ such that
$g(a) = b$ and $f(x, g(x)) = 0 \; (\forall x \in B)$, i.e.
$y \in \mathbb{R}^r$ can be differentiably represented by
$x \in \mathbb{R}^n$ in a neighborhood of $(a,b)$.
\end{Theorem}
Let $A$ be an open set in $\mathbb{R}^{n+r}$ and
$f: A \rightarrow \mathbb{R}^r$ be $\mathbb{C}^r$. $f$ can be
written as $f(x,y)$, where $x \in \mathbb{R}^n$ and
$y \in \mathbb{R}^{r}$. Assume $(a,b) \in A$, where
$a \in \mathbb{R}^n$, $b \in \mathbb{R}^r$ and $f(a,b) = 0$, and the
Jacobian
$\vert\frac{\partial f}{\partial y}\vert_{x=a, y=b} \neq 0$. Then
$\exists$ neighborhood $B$ of $a$ in $\mathbb{R}^n$ and a unique
$\mathbb{C}^r$ function $g: B \rightarrow \mathbb{R}^r$ such that
$g(a) = b$ and $f(x, g(x)) = 0 \; (\forall x \in B)$, i.e.
$y \in \mathbb{R}^r$ can be differentiably represented by
$x \in \mathbb{R}^n$ in a neighborhood of $(a,b)$.
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
--8<---------------cut here---------------end--------------->8---
Best, Arash
This bug report was last modified 1 year and 127 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.