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

French conventions are not reset #68

Closed
mredaelli opened this issue Jan 19, 2014 · 6 comments · Fixed by #233
Closed

French conventions are not reset #68

mredaelli opened this issue Jan 19, 2014 · 6 comments · Fixed by #233

Comments

@mredaelli
Copy link

The following file:

\documentclass[a4paper]{article}
\usepackage{luatextra}
\usepackage{polyglossia}
\setmainlanguage{italian}
\setotherlanguage{french}
\begin{document}
ciao: ecco

\begin{french}
ciao: ecco
\end{french}

ciao: ecco
\end{document}

gives a correct space before the column in the second paragraph, but an incorrect space in the third paragraph.

I have a feeling that \nofrench@punctuation (i.e., \noextrascurrent) is not called when \end{french} is called. And in fact adding that after \end{french} everything works again.

(Actually, I also uncommented the line with \directlua{polyglossia.desactivate_frpt()}
in loss-french.ldf. I'm not sure if that's necessary - but from the comments just above it, I'd say so :) )

@franz-benjamin
Copy link

would be nice if that could be solved!

@gpl34
Copy link

gpl34 commented Dec 16, 2014

Yes, if there something we can do?

@hugoroy
Copy link
Contributor

hugoroy commented Nov 13, 2015

I cannot reproduce this with XeLaTeX (removing the luatextra package)

@adunning
Copy link

I can confirm that this does not occur under XeTeX. It also happens when using \textfrench, as in this example:

\documentclass[english]{article}
\usepackage{polyglossia}
\setmainlanguage[]{english}
\setotherlanguage[]{french}

\begin{document}

What a jolly idea! Let us do this at 8:00.

\textfrench{essai}

What a jolly idea! Let us do this at 8:00.

\end{document}

@matteocoder
Copy link

Are there any updates on this issue?

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 a pull request may close this issue.

7 participants