-
## Description
Using `unicode-math` version `0.8m`, installed with TeX Live 2018, causes math operators in figure captions to fail with the following error:
```
! Undefined control sequence.
\__um…
-
#469 added the option to use (some) markdown in `@description()` decorators which I think is very neat for the online documentation and helps to make it more readable, however it also makes the descri…
Bzero updated
3 months ago
-
The package manual (version 0.8q, 2020/01/31) says on page 12:
> The `\symliteral{⟨syms⟩}` command can also be used, regardless of package setting, to force the style to match the literal input cha…
-
* 現象:boldsymbolを使っても、PDFでは太字にならない。
* 原因:unicode-mathパッケージのせい
* 対策:mathbfを使う(斜体にならない)
* 対策2: XITS Mathフォントを使う
```tex
\setmainfont{XITS}
\setmathfont{XITS Math}
\setmathfont[version=bold,FakeBo…
-
What is the recommended way to do bold math with opentype fonts?
Apparently it is not the bm package, since it results in "Extended mathchar used as mathchar" with pretty much any input, so far as I …
-
Hello, I'm Jo and trying to run this faster rcnn using the MATALB 16a, Window 10, and CUDA 7.5.
When I try to run the faster_rcnn_build.m file, the below error message is coming up.
I can ignore…
-
Hey!! Thanks for this app. I've followed the instructions, but I cannot run the app. Can you help? Am on Ubuntu 22.04 LTS 64-bit. Thanks!
Kisty updated
1 month ago
-
Consider the following MnWE:
```
\documentclass{scrartcl}
\usepackage{unicode-math}
\setmathfont{MinionPro-It}[range={scr,bfscr,cal,bfcal},StylisticSet={1}]
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%…
-
## Description
Unicode-math seems incompatible with acmart. Log message says:
```tex
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/command-already-defined"
!
! Co…
thirs updated
6 years ago
-
## Description
I am trying to use version to introduce a bold version for some characters in a math font that lacks a bold version, but I do not seem to succeed. See the code samples below.
## …