5

I am trying to configure the MastersDoctoralThesis class in overleaf to accept greek character (My thesis has to be written in Greek).

What I did was to add the option greek when opening the document class. like that

\documentclass[greek,english,
11pt, % The default document font size, options: 10pt, 11pt, 12pt,
...,
]{MastersDoctoralThesis}

I also use the packages above

\usepackage[utf8]{inputenc} % Required for inputting international characters

\usepackage[T1]{fontenc} % Output font encoding for international characters

\usepackage{palatino} % Use the Palatino font by default

When I add some greek characters in the title I get

LaTeX Error: Command \textalpha unavailable in encoding T1.

Any idea how to fix that?

0 Answers0