mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add acceptance test for hebrew
This commit is contained in:
parent
3434f365bb
commit
491528f5a5
2 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
\documentclass{article}
|
||||
\usepackage[utf8x]{inputenc}
|
||||
\usepackage[hebrew,english]{babel}
|
||||
|
||||
\begin{document}
|
||||
\selectlanguage{hebrew}
|
||||
|
||||
כדי לכתוב משהו באנגלית חייבים להשתמש במקרו הבא וכאן
|
||||
|
||||
ממשיכים לכתוב בעברית. טקסט נוסחאות תמיד יהיה בכיוון שמאל-לימין
|
||||
|
||||
\selectlanguage{english}
|
||||
This is a test.
|
||||
\end{document}
|
Binary file not shown.
Loading…
Reference in a new issue