David Carlisle
David Carlisle
@muzimuzhi well I can ask Karl:-) epstopdf relies on gs and (on most platforms) that isn't part of texlive but needs to be in installed in the system. texosquery is...
fancyverb's listing environment unconditionally sets the global flag `\if@nobreak` to false which seems wrong, but anyway as this is global, if it is set at all it should be saved...
perhaps you'd prefer relsize package then use `\smaller` so it's always a bit smaller than the current text font.
@muzimuzhi `\leavevmode` would be wrong here, it prematurely starts the paragraph so if the following thing _is_ a new paragraph (or any kind of vertical display environment) then you will...
As far as I can see this is the lowercase of thecomments in the original ISO entity files (which I dropped in versions generated at W3C) You will see them...
actually you just need `newtxmath` You can undefine the commands to let unicode-math define them ``` \documentclass{article} \usepackage{newtxmath} \expandafter\let\csname not=\endcsname\relax \expandafter\let\csname not\endcsname\relax \usepackage{fontspec} \usepackage{unicode-math} \begin{document} \end{document} ```
I would guess this is more of a hyperref issue unicode. actually two issues * probably psdextra probably ought to be set by default for luatex and xetex and *...
until more math fonts are available in two weights it's probably not worth doing a lot. The original intention was to be able to do `\bm{\sum}` or whatever although probably...
I did spend some time getting bm not to error with the extended mathchar settings, there are some experiments at https://github.com/davidcarlisle/dpctex/tree/master/bm But fundamentally the problem isn't solvable within TeX as...
>I think that both xits math and lucida math now have the bold variant. It seems like its over a year since I looked at that I should try with...