0

I have a latex thesis template, written in english. I would like to use it in french but i didn't translate the defined layout like the word "chapter", " List of ...".

Have you any idea how to translate the layout.

  • 3
    Do you use the babel package? Then pass the option french to it. Otherwise we definitely need to see your code (MWE). – TeXnician May 21 '17 at 11:04
  • 3
    Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with \documentclass{...} and ending with \end{document}. – Moriambar May 21 '17 at 11:05
  • Thank you for your response, when i use \usepackage[french]{babel}, i get this error : ! LaTeX Error: Option clash for package babel. – Fatma Belabed May 21 '17 at 14:37
  • In that case you need to show us an MWE and your template. But if it already loads babel it can be (it need not be at all) hard to get it to use French. Maybe the developer did not intend the template to be used with other languages. – moewe May 21 '17 at 15:26
  • I didn't add the code but this is the URL of the template : http://www.latextemplates.com/template/masters-doctoral-thesis. – Fatma Belabed May 21 '17 at 16:12
  • @FatmaBelabed somewhere in the template files there should be a line calling the babel package where you can probably just add French. – cgnieder May 21 '17 at 16:20
  • 1
    Put french in the documentclass options. – Johannes_B May 24 '17 at 12:36
  • Search the net for the mdt unofficial quick guide and you will find a probably helpful github site. There is also already a Q/A for that on TeX.SX – Johannes_B May 24 '17 at 12:40
  • "english or ngerman is passed down to package babel. babel takes care of proper hyphenation. The language you use also changes predefined strings (for example Contents in english and Inhaltsverzeichnis in german). You can use any langauge known to babel, but might need to add strings for the language you are using." (from MDT-Quick-Manual) and Add one more Abstract – Johannes_B May 25 '17 at 07:57
  • Is there any news here? There was no response to my suggestions. – Johannes_B Nov 05 '17 at 09:59

0 Answers0