When printing math formulas with the minus sign to paper, the minus sign is missing. The generated PDF look fine in digital format.
A minimal example is shown below, where all packages I use are included. I included the packages since I thought the issue might be related to some package that is missing.
Generate with tectonic -X build (using the continuous version from Sep 20 2024) and
# Tectonic.toml
[doc]
name = "Exam 2024"
bundle = "https://data1.fullyjustified.net/tlextras-2022.0r0.tar"
# The exam problem set PDF
[[output]]
name = "exam"
type = "pdf"
inputs = "main.tex"
One thing I find to solve the issue is to create a new file with ghostscript and then overwriting:
The image below show on the left a file re-written with the ghostscript hack, and on the right a PDF compiled with tectonic, both opened in okular. The left PDF is printed to paper just fine, while the right document has minus signs missing. See bottom image.
I tried a few things in the main.tex file without success:
When printing math formulas with the minus sign to paper, the minus sign is missing. The generated PDF look fine in digital format.
A minimal example is shown below, where all packages I use are included. I included the packages since I thought the issue might be related to some package that is missing.
Generate with
tectonic -X build
(using the continuous version from Sep 20 2024) andOne thing I find to solve the issue is to create a new file with ghostscript and then overwriting:
The image below show on the left a file re-written with the ghostscript hack, and on the right a PDF compiled with tectonic, both opened in okular. The left PDF is printed to paper just fine, while the right document has minus signs missing. See bottom image.
I tried a few things in the
main.tex
file without success: