Search found 3 matches

by raduned
Fri Feb 15, 2013 8:40 am
Forum: Others
Topic: Vim/GVim | Configuration with MiKTeX
Replies: 1
Views: 9549

Re: Vim/GVim | Configuration with MiKTeX

Hello Jma,

This is a long shot since the post is old, I had the same problem on the same configuration, you probably figured it out by now that the latex menu is there only when you open a LaTeX specific file, e.g. something.tex.
by raduned
Thu Jun 09, 2011 7:42 am
Forum: Fonts & Character Sets
Topic: Romanian hyphenation with utf8 diacritics
Replies: 2
Views: 3314

Romanian hyphenation with utf8 diacritics

Hello Thorsten,

Sorry for the delay, but thank you very much, that fixed my problem. I was missing the

Code: Select all

\usepackage[T1]{fontenc}
.

I am new to LaTeX, but it is not my intention to use office suites to generate LaTeX sources, I am learning it hardcore, with a plain text editor.

Best Regards,

Radu
by raduned
Thu Jun 02, 2011 1:00 pm
Forum: Fonts & Character Sets
Topic: Romanian hyphenation with utf8 diacritics
Replies: 2
Views: 3314

Romanian hyphenation with utf8 diacritics

Hello,

Does anybody know how to make hyphenation to work with Romanian diacritics?

Is there a way to convert OpenOffice hyphenation patterns to LaTeX? The default ones are old and do not work with diacritics from

Code: Select all

inputenc{utf8}
.

It is very frustrating to hyphenate manually.

Any ideas?