I'm trying to make an English document with a Greek summary at the start.
I found the following example of how to use both languages. However, now it doesn't seem to work. I just get semi-colons instead of Greek text.
Does anyone know what the problem might be? Thanks in advance...
Code: Select all
\documentclass[12pt]{article}
\usepackage[english,greek]{babel}
\usepackage[iso-8859-7]{inputenc}
\begin{document}
\section{Εισαγωγή}
Σήμερα είδα για πρώτη φορά το
\selectlanguage{english} site
\selectlanguage{greek}του Γιάννη.
\end{document}