MiKTeX and proTeXt ⇒ ellipticalarc (pictex) and babel
ellipticalarc (pictex) and babel
I'm novice in LaTeX. I use MikTeX and TeXnicCenter.
I have to translate documents from English into French. Figures are drawn with pictex.
The original file compiles well, but as soon as I use the babel package (Frenchb) the compiler reports fatal errors concerning ellipticalarc.
Is that a known problem or have I missed something?
Maurice
test files are accessible at
http://pageperso.canl.nc/mstarck/stuff/S16_test.tex
http://pageperso.canl.nc/mstarck/stuff/amcsec.sty
http://pageperso.canl.nc/mstarck/stuff/S16_test.pdf
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: ellipticalarc (pictex) and babel
In French one needs to redefine the behavior of ":" and "!".
One solution is to put before the pictex code
\shorthandoff{:} and after \shorthandon{:}
to get back the normal management of ":" in French.
If there is till an error, try with \shorthandoff{:!} \shorthandon{:!}.