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

don't use combine option on ucs package #5133

Merged
merged 1 commit into from Feb 20, 2014

Conversation

minrk
Copy link
Member

@minrk minrk commented Feb 16, 2014

Caused problems with unicode.

It seems f9c32fc was actually the right fix for the original error, not faf51b858a8c5757944822ee1d75c11367e994f.

closes #5129

Caused problems with unicode.

It seems f9c32fc was actually the right fix for the original error, not faf51b858a8c5757944822ee1d75c11367e994f.

closes ipython#5129
@ivanov
Copy link
Member

ivanov commented Feb 20, 2014

pinging @Carreau who originally reported the bug to see if this fixes it for him.

@Carreau
Copy link
Member

Carreau commented Feb 20, 2014

I haven't actually fired up IPython in a week. I'll Try to have a look, but no promises.

Envoyé de mon iPhone

Le 20 févr. 2014 à 04:38, Paul Ivanov notifications@github.com a écrit :

pinging @Carreau who originally reported the bug to see if this fixes it for him.


Reply to this email directly or view it on GitHub.

@Carreau
Copy link
Member

Carreau commented Feb 20, 2014

Works for me.

merging ... (yeah first use of IPython in a week !)

Carreau added a commit that referenced this pull request Feb 20, 2014
Don't use combine option on ucs package

**never** use combine when mixing ascii and non-ascii chars or all the non-ascii chars will be rendered after the ascii one have been.
@Carreau Carreau merged commit a208ff6 into ipython:master Feb 20, 2014
@minrk
Copy link
Member Author

minrk commented Feb 22, 2014

Arg, now I'm seeing the original failure in test_filename_accent_pdf:

! Package ucs Error: Please activate option 'combine'.

See the ucs package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.222 

? 
! Emergency stop.
 ...                                              

@minrk
Copy link
Member Author

minrk commented Feb 22, 2014

The newly revitalized error should be fixed¹ by #5194.

¹ for sad values of fixed.

@minrk minrk deleted the latex-unicode-nightmare branch February 22, 2014 08:33
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Don't use combine option on ucs package

**never** use combine when mixing ascii and non-ascii chars or all the non-ascii chars will be rendered after the ascii one have been.
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

Successfully merging this pull request may close these issues.

UCS package break latex export on non-ascii
3 participants