Skip to content

Two single-quotes in math mode not rendered properly in HTML export #41

Open
@ghamerly

Description

@ghamerly

This problem has LaTeX code which includes $s''$.

Rendered in PDF, such text looks correct. In particular, for $s''$ the two single quotes appear as two single quotes. In HTML, however, it gets converted to $s"$ (s followed by a double-quote), which looks wrong (and is wrong).

It appears that the exported HTML contains <span class="tex2jax_process">$s”$</span>, which is wrong -- so this is an HTML export issue rather than a rendering issue.

Activity

austrin

austrin commented on Feb 1, 2016

@austrin
Contributor

A potential workaround you could try: write $s'{}'$. Not pretty but I don't think this will be fixed quickly.

ghamerly

ghamerly commented on Feb 1, 2016

@ghamerly
ContributorAuthor

A potential workaround you could try: write s . Not pretty but I don't think this will be fixed quickly.

Thanks, I used that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ghamerly@austrin

        Issue actions

          Two single-quotes in math mode not rendered properly in HTML export · Issue #41 · Kattis/problemtools