Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Conflict with babel-french commands #16

Open
yguilhem opened this issue Jun 4, 2020 · 0 comments
Open

Conflict with babel-french commands #16

yguilhem opened this issue Jun 4, 2020 · 0 comments

Comments

@yguilhem
Copy link

yguilhem commented Jun 4, 2020

The redefinition of \scalefont command changes the result of babel-french commands \ier and \ieme, based on \up{...} command. Here is a MWE.

\documentclass[french]{article}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{pgf-pie} % loading it or not -> it will change the superscripts position
\begin{document}
1\ier{} 2\ieme{} 3\up{e}
\end{document}

Maybe instead of redefining \scalefont command, it is possible to define a new \pgfpie@scalefont command and use it in place of \scalefont inside the pgf-pie package?
I tested it and it solved my problem, but it might bring other issues with pgf-pie features.

PS : I also opened an issue on the forked project pgf-tikz#1

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

No branches or pull requests

1 participant