Created
October 12, 2017 19:19
-
-
Save dginev/527b933b1ecb6cfebe75834e96da72e9 to your computer and use it in GitHub Desktop.
Babel locale activation example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage[greek,english]{babel} | |
\usepackage[utf8]{inputenc} | |
\begin{document} | |
This works well: \selectlanguage{greek}αβγ\selectlanguage{english}, | |
this not so much: αβγ | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment