diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-10 13:29:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-10 13:29:46 +0000 |
commit | c7e5c8d61feea2d7bf20d1bbd9f3088ddc74da06 (patch) | |
tree | c78ada8559f42136d8dec14179b2aa2f3766a9c8 /Master/texmf-dist/doc/latex | |
parent | 1e86edc06fe14a9fe7a6814d6697aab68f49b003 (diff) |
greek-inputenc update (30may08)
git-svn-id: svn://tug.org/texlive/trunk@8645 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/greek-inputenc/test.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/greek-inputenc/test.tex b/Master/texmf-dist/doc/latex/greek-inputenc/test.tex new file mode 100644 index 00000000000..39ae99c5b4f --- /dev/null +++ b/Master/texmf-dist/doc/latex/greek-inputenc/test.tex @@ -0,0 +1,7 @@ +\documentclass[a4paper,11pt]{article} +\usepackage[greek]{babel} +\usepackage[iso-8859-7]{inputenc} +\begin{document} +Αυτή είναι μια πάρα πολύ όμορφη μέρα! +\textlatin{This is a text in english} +\end{document} |