Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential PDF handling problem in pdf_include_page #510

Open
pkgw opened this issue Dec 2, 2019 · 2 comments
Open

Potential PDF handling problem in pdf_include_page #510

pkgw opened this issue Dec 2, 2019 · 2 comments

Comments

@pkgw
Copy link
Collaborator

pkgw commented Dec 2, 2019

As revealed in crlf0710#195. Potentially fixed with an analogy to crlf0710#227? Minimal reproducer in the oxidized version seems to be:

\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}

\begin{document}
$\widetilde{\mathbb{P}_{x}}$
\end{document}

Would be good to devise a case in the test suite for this.

CC @crlf0710 @burrbull @Mrmaxmeier

@burrbull
Copy link

burrbull commented Dec 2, 2019

This 2 issues are not related to each other.

@burrbull
Copy link

burrbull commented Dec 2, 2019

The issue with '\widetilde` was fixed somewhere in crlf0710/tectonic@test_agl...crlf0710:test_agl2 and I can't determine the cause more precisely.

Tectonic master branch don't have problem that was fixed in crlf0710#227 due to this NULL assigning

page = NULL;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants