Menu

#82 Clash between fillbetween and babel frenchb

v1.0 (example)
closed-fixed
nobody
5
2015-05-08
2015-05-07
No

Babel frenchb is known to change the ";" sign.

When plotting a fill between (mwe attached), pdflatex becomes nuts when encountering \addplot fill between[of=A and B] ;. It is the first pgfplots library I use in my document that leads to such a behavior. So it took me time to figure out the origin of the pb. A working solution is to add \usetikzlibrary{babel}. Maybe this could be loaded along with the fillbetween library, or outputs a comment in the log or be added to the pitfail and caveats of the library.

Thanks,
Cheers

1 Attachments

Discussion

  • Christian Feuersänger

    Thanks for the report.

    I have fixed the problem.

    In fact, it was just a stupid typo which made this operation different from the others ... good that you reported it.

     
  • Christian Feuersänger

    • status: open --> closed-fixed