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

Conflict with babel-french commands #16

@yguilhem

Description

@yguilhem

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions