GeneralProblem with typing in Greek

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
stefanos87
Posts: 1
Joined: Sat Dec 26, 2009 2:31 pm

Problem with typing in Greek

Post by stefanos87 »

Hello,

My Latex editor is TeXnicCenter and my Latex Distribution is MikTex (last versions). I can perfectly work with these in English. However, I want to type in Greek too but I can not. I load :
\usepackage[english,greek]{babel}
\usepackage[iso-8859-7]{inputenc}

but it only gives me a warning saying that: ''no hyphenation patterns were loaded for the language 'greek'. I will use the patterns loaded for \language=0 instead.'' and basically gives my no output. Also, when I try to type Greek in TXC it gives me strange unreadable characters (like ''aaooaoo'', with dots above them) instead of greek characters.

Do I have to make changes in TXC? I can not understand what the problem is.

Could you please help?

Thank you very much for your time and help.

Wishes,
Stefanos.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

sentient6
Posts: 3
Joined: Fri May 08, 2009 11:07 am

Problem with typing in Greek

Post by sentient6 »

Code: Select all

\documentclass[12pt,a4paper]{report}
\usepackage[english, greek]{babel}
\usepackage[iso-8859-7]{inputenc}

\begin{document}
\selectlanguage{greek}
Κείμενο στα Ελληνικά και \textlatin{in latin}!
\end{document}
Have you tried something like the above? If it still not working, try adding the greek hyphen option manually from the miktex settings.

Hope it helps, Dimitris :)
\LaTeX ftw.
Post Reply