You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
The redefinition of
\scalefont
command changes the result of babel-french commands\ier
and\ieme
, based on\up{...}
command. Here is a MWE.Maybe instead of redefining
\scalefont
command, it is possible to define a new\pgfpie@scalefont
command and use it in place of\scalefont
inside thepgf-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
The text was updated successfully, but these errors were encountered: