Search found 6 matches

by Maurice
Tue Mar 02, 2010 2:19 pm
Forum: General
Topic: spell check in French (TexnicCenter)
Replies: 7
Views: 9817

Re: spell check in French (TexnicCenter)

Are we only two people who have this problem with spell checking in French?
Do other people use the French dictionary without problems?
Maurice
by Maurice
Fri Jan 22, 2010 11:31 am
Forum: General
Topic: spell check in French (TexnicCenter)
Replies: 7
Views: 9817

Re: spell check in French (TexnicCenter)

I use version 1Beta 7.50 of TexnicCenter (English) with Windows XP (French).
I work in a "French environment": my documents begin with

\documentclass[10pt]{article}
\usepackage[latin1]{inputenc}
\usepackage[frenchb]{babel}
\selectlanguage{frenchb}
\usepackage[T1]{fontenc}
\usepackage{lmodern ...
by Maurice
Tue Jan 19, 2010 2:27 am
Forum: General
Topic: spell check in French (TexnicCenter)
Replies: 7
Views: 9817

Re: spell check in French (TexnicCenter)

Not yet :cry: !
by Maurice
Sun Dec 13, 2009 1:02 pm
Forum: General
Topic: spell check in French (TexnicCenter)
Replies: 7
Views: 9817

spell check in French (TexnicCenter)

Good day,
When I try to check the spelling in French all the words with accented characters are underlined. Anything to do to avoid that?
Maurice
by Maurice
Tue Dec 18, 2007 10:02 am
Forum: MiKTeX and proTeXt
Topic: ellipticalarc (pictex) and babel
Replies: 1
Views: 3078

Re: ellipticalarc (pictex) and babel

Solved by Alain Delmotte

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{:!}.
by Maurice
Wed Dec 12, 2007 11:25 am
Forum: MiKTeX and proTeXt
Topic: ellipticalarc (pictex) and babel
Replies: 1
Views: 3078

ellipticalarc (pictex) and babel

Good day,

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 ...