FIX chinese character are hard to deal with in latex #7533

Merged
merged 1 commit into from Nov 30, 2016

Conversation

Projects
None yet
3 participants
Contributor

NelleV commented Nov 30, 2016 edited

Following the addition of unicode chinese char in the documentation, it failed to build in pdf. This PR aims at fixing this issue.

  • Removed the offending lines and replaced them with the output of the command
    on my computer.
  • The documentation now builds properly using latex.

closes #7443

@NelleV NelleV FIX chinese character are hard to deal with in latex
- Removed the offending lines and replaced them with the output of the command
  on my computer.
- The documentation now builds properly using latex.

closes #7443
09e2685
Owner

efiring commented Nov 30, 2016

Looks good. It also looks like Travis and Appveyor are both swamped.

Contributor

NelleV commented Nov 30, 2016

I could upload the pdf, but it is massive (3k pages).

efiring changed the title from [MRG] FIX chinese character are hard to deal with in latex to FIX chinese character are hard to deal with in latex Nov 30, 2016

@efiring efiring merged commit 0487ec2 into matplotlib:master Nov 30, 2016

0 of 2 checks passed

continuous-integration/appveyor/pr Waiting for AppVeyor build to complete
Details
continuous-integration/travis-ci/pr The Travis CI build is in progress
Details

@efiring efiring added a commit that referenced this pull request Nov 30, 2016

@efiring efiring Merge pull request #7533 from NelleV/7443_pdf
FIX chinese character are hard to deal with in latex
ac15633
Owner

efiring commented Nov 30, 2016

Backported to v2.x as ac15633. Thank you--good solution to the problem.

Owner

tacaswell commented Nov 30, 2016

Thanks for cleaning up a mess I made!

NelleV deleted the unknown repository branch Apr 8, 2017

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