General ⇒ Problem with typing in Greek
-
- Posts: 1
- Joined: Sat Dec 26, 2009 2:31 pm
Problem with typing in Greek
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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Problem with typing in Greek
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}
Hope it helps, Dimitris
