Search found 3 matches

by John Kiouvrekis
Thu Dec 06, 2012 12:28 am
Forum: Fonts & Character Sets
Topic: babel | Turn off Translations
Replies: 7
Views: 7887

babel | Turn off Translations

Ηi, i think that the problem is deeper. For example, babel messes with your package, exsheets.

\documentclass[10pt,a4paper,twocolumn]{article}
\usepackage[english,greek]{babel}
\usepackage[iso-8859-7]{inputenc}
\usepackage{gfsartemisia-euler}
\usepackage[load-headings,headings=runin]{exsheets ...
by John Kiouvrekis
Wed Dec 05, 2012 10:39 pm
Forum: Fonts & Character Sets
Topic: babel | Turn off Translations
Replies: 7
Views: 7887

babel | Turn off Translations

Obvious you didn't understand my question. I want Greek to be the default language of the document and not English. It's very annoying to put \greektext ελληνικο κειμενο = this is greek text
or
\textgreek{αυτο ειναι ενα ελληνικο κειμενο}
in every entry of Greek text.
With that way, the ...
by John Kiouvrekis
Wed Dec 05, 2012 9:19 pm
Forum: Fonts & Character Sets
Topic: babel | Turn off Translations
Replies: 7
Views: 7887

babel | Turn off Translations

I would like to know if there is an option which stops the automatically translation of the babel package because it messes with other packages and I get various problems with it. For example the following code


\documentclass[12pt]{article}
\usepackage[english,greek]{babel}
\usepackage[iso-8859 ...