Scientific Word/WorkplaceThe proof environment with babel french

Information and discussion about Scientific Word and Scientific Workplace, two commercial WYSIWYG-like editors for Windows
Post Reply
superodge
Posts: 17
Joined: Tue Jun 24, 2008 3:01 pm

The proof environment with babel french

Post by superodge »

Hello,

I'w writing a paper in French (odd enough :) ) and I have propositions and proofs to write.

When I choose the babel french package, the french word for proof (démonstration) doesn't appear in the compiled document, I get proof.

What's the solution here?

Thank you.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

The proof environment with babel french

Post by Stefan Kottwitz »

Hi,

it depends on your code. Show how you're doing it, because I've got Démonstration by this code:

Code: Select all

\documentclass[a4paper,10pt]{article}
\usepackage{amsthm}
\usepackage[french]{babel}
\begin{document}
\begin{proof}
text
\end{proof}
\end{document}
Stefan
LaTeX.org admin
superodge
Posts: 17
Joined: Tue Jun 24, 2008 3:01 pm

Re: The proof environment with babel french

Post by superodge »

Ok

I didn't have the \usepackage{amsthm} in my code and that's why it wasn't working

Thank you

Roger
Post Reply