mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
870f183595
Detect encoding of non-utf8 files and convert during load GitOrigin-RevId: 1856a42457c52b125793dd001b92a014f358da69
8 lines
472 B
TeX
8 lines
472 B
TeX
\documentclass[12pt]{article}
|
||
\usepackage[greek,english]{babel}
|
||
\usepackage[utf8x]{inputenc}
|
||
\begin{document}
|
||
\title{Untitled}
|
||
\selectlanguage{greek}
|
||
Η γρήγορη καστανή αλεπού πήδηξε χαλαρά πάνω από το σκυλί.
|
||
\end{document}
|