View previous topic :: View next topic |
Author |
Message |
vicodin's Tux's lil' helper
Joined: 11 Jun 2004 Posts: 109
|
Posted: Mon Aug 15, 2005 5:48 pm Post subject: [latex] Avoir les accents sous Vim (Résolu) |
|
|
Bonjour,
J'ai commencé à taper mon rapport de stage sous Vim en latex. Pour le moment, les accents ne s'affichent pas. Il y a t-il un moyen d'avoir les accents sous latex en utilisant Vim?
Est-ce que ça pourrait provenir de mes locales:
Code: | LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
|
Last edited by vicodin's on Mon Aug 15, 2005 6:42 pm; edited 1 time in total |
|
Back to top |
|
|
Apsforps Guru
Joined: 27 Sep 2004 Posts: 520 Location: Belgium
|
Posted: Mon Aug 15, 2005 5:56 pm Post subject: |
|
|
Bon, deux questions : tu utilises latexsuite? vim est configuré pour un encodage avec accents (pub : utf8 ) _________________ Apsforps |
|
Back to top |
|
|
vicodin's Tux's lil' helper
Joined: 11 Jun 2004 Posts: 109
|
Posted: Mon Aug 15, 2005 6:02 pm Post subject: |
|
|
non, je n'utilises pas latexsuite. Il faudrait? |
|
Back to top |
|
|
Apsforps Guru
Joined: 27 Sep 2004 Posts: 520 Location: Belgium
|
Posted: Mon Aug 15, 2005 6:06 pm Post subject: |
|
|
euh, disons que c'est plus facile dans vim c'est fait pour non?
Mais ça ne change normalement rien à tes problèmes d'accents. Donc vérifie ton encoding. _________________ Apsforps |
|
Back to top |
|
|
vicodin's Tux's lil' helper
Joined: 11 Jun 2004 Posts: 109
|
Posted: Mon Aug 15, 2005 6:10 pm Post subject: |
|
|
Ok, je vais l'installer alors.
J'ai essayé avec Jedit, et là c'est pire, il met des carrés à la place des lettres accentuées. Je n'y connait pas grand à l'encodage. Qu'est-ce que je dois faire? |
|
Back to top |
|
|
vicodin's Tux's lil' helper
Joined: 11 Jun 2004 Posts: 109
|
Posted: Mon Aug 15, 2005 6:18 pm Post subject: |
|
|
J'ai mis mes locales comme ça:
Code: | LANG=
LC_CTYPE="fr_FR"
LC_NUMERIC="fr_FR"
LC_TIME="fr_FR"
LC_COLLATE="fr_FR"
LC_MONETARY="fr_FR"
LC_MESSAGES="fr_FR"
LC_PAPER="fr_FR"
LC_NAME="fr_FR"
LC_ADDRESS="fr_FR"
LC_TELEPHONE="fr_FR"
LC_MEASUREMENT="fr_FR"
LC_IDENTIFICATION="fr_FR"
LC_ALL=fr_FR
|
J'ai aussi installé latexsuite, mais je n'arrive toujours pas à avoir des accents. |
|
Back to top |
|
|
vicodin's Tux's lil' helper
Joined: 11 Jun 2004 Posts: 109
|
Posted: Mon Aug 15, 2005 6:41 pm Post subject: |
|
|
Il semblerait que ça fonctionne. J'ai dû oublier de relancer mon aterm. Donc c'était bien un problème de locales.
Après mon rapport, je passe en UTF-8
Et latexsuite, ça apporte quoi exactement? |
|
Back to top |
|
|
Apsforps Guru
Joined: 27 Sep 2004 Posts: 520 Location: Belgium
|
Posted: Tue Aug 16, 2005 7:50 am Post subject: |
|
|
Ben lance gvim à la place de vim et tu verras que quand tu éditeras un .tex (ou un .bib pour les bibliographies), tu auras plein de menus avec des trucs intéressant genre la compil et l'affichage à partir de vim (oui, je sais, on peut lancer une commande console dans vim mais bon...) _________________ Apsforps |
|
Back to top |
|
|
|