eliky / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

French latex editing #232

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to use your webservice to write a french article... But I can't get 
accents to work...

My latex heading :
\documentclass[a4paper,11pt]{report}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[normalem]{ulem}
\usepackage[french]{babel}
\usepackage{verbatim}
\usepackage{graphicx}

In my local MikTex install, it works perfectly. 

Original issue reported on code.google.com by charles....@gmail.com on 28 Dec 2010 at 10:06

GoogleCodeExporter commented 8 years ago
Salut

Try 
\usepackage[utf8]{inputenc} 

instead of 

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}

It worked for me.

Phil

Original comment by philippe...@gmail.com on 3 Jan 2011 at 10:08

GoogleCodeExporter commented 8 years ago
Ok, it works!
But, when I compile my document, the preview show me only the first page. I 
have to export to pdf to see the result...

Original comment by charles....@gmail.com on 4 Jan 2011 at 3:53

GoogleCodeExporter commented 8 years ago
Hi,
You should be able to navigate through your document by choosing the page 
number at the bottom right of the page, next to the zoom buttons.

Phil

Original comment by philippe...@gmail.com on 4 Jan 2011 at 7:44