Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I wanted to try to write letters in LaTeX but the problem about the layout of the letter is the fact that the sender's address is on the left and the recipient on the right but in French it is supposed to be the opposite. I wanted to know if it was possible to change that. I tried to use the babel package but it didn't change anything. This is the preamble of the document.

\documentclass[12pt,a4paper]{letter}
\usepackage[utf8x]{inputenc} \usepackage{ucs}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\address{my address} 
\signature{my name} 
share|improve this question
1  
Note that Texmaker has nothing to do with this; it's a LaTeX question. There is a lettre class that might be what you're looking for. – egreg Mar 8 at 23:43
Thanks. The class "lettre" seems to be working, I just need to find out how to use it now. Because texmaker would automatically show all environment in the class "letter". – esmitex Mar 9 at 0:02

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.