-
The following code used to work fine but produces a missing number error after I made an update to the current LaTeX 3 packages (see file list below). I.e. although stated in the manual the TeX syntax…
-
After updating my TeX Live installation running `tlmgr update --all`, I'm getting the following error:
`bug.tex`:
```latex
\documentclass{article}
\listfiles
\usepackage{amsmath}
\usepackage{u…
-
We encountered an issue in which the NumRelative and UnitsRelative answer tests behave incorrectly when the teacher answer is on the order of 1e-9 and smaller. In these situations, the student answer …
-
An open question for the WPUB WG is the relationship of [MathML](https://www.w3.org/TR/2010/REC-MathML3-20101021/) to the developing specification.
MathML is a [complex specification](https://en.w…
-
This small example demonstrates the problem:
```
\documentclass{article}
\usepackage{unicode-math}
\usepackage{fontspec}
\setmainfont{TeX Gyre Pagella}
\setmathfont{Asana Math}
\begin{document}
\[
\…
-
I have a Pandocomatic issue whilst using the `authorRemoveHash` filter when outputting to docx, using citeproc.
I may be misunderstanding this, but — in the `docx-with-refs` template — I must repe…
ghost updated
7 years ago
-
Hi there, great package.
Any idea why this doesn't render properly:
```
using LaTeXStrings
using Plots
pyplot()
plot(0:1,0:1,annotations=(0.5,0.5, L"x_l"))
```
Though the underscore…
-
sublime Text 3 (Build 3126) + LaTeXTools + Texlive
According to [the answer to this problem](https://tex.stackexchange.com/questions/203369/citation-not-found-if-bib-file-in-parent-directory), I tr…
-
Compare:
![maths-pdf](https://cloud.githubusercontent.com/assets/131713/14060254/8bfacb0e-f356-11e5-976c-64e4149bac73.png)
The top half is what the spec currently produces. The bottom part is what y…
-
It would be great if Mastodon client could render mathematical equations in the toots. This can be very easily accomplished for web clients by including the [MathJax](https://www.mathjax.org/) script …