Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.93 KB | None | 0 0
  1. % Preview source code
  2.  
  3. %% LyX 2.3.2-2 created this file.  For more info, see http://www.lyx.org/.
  4. %% Do not edit unless you really know what you are doing.
  5. \documentclass[english,hebrew]{article}
  6. \usepackage[T1]{fontenc}
  7. \usepackage[latin9,cp1255]{inputenc}
  8.  
  9. \makeatletter
  10. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
  11. \usepackage{theorem}
  12. \theorembodyfont{\upshape}
  13. \newtheorem{theorem}{\R{משפט}}[section]
  14. \AtBeginDocument{\make@lr\thetheorem}
  15.  
  16. % The following chunk fixes export with XeTeX.
  17. % It is needed because polyglossia is used by default
  18. % and \make@lr is only defined by babel.
  19. \@ifundefined{make@lr}
  20. {\def\make@lr#1{\begingroup
  21.    \toks@=\expandafter{#1}%
  22.     \edef\x{\endgroup
  23.  \def\noexpand#1{\noexpand\@number{\the\toks@}}}%
  24.   \x}}{\relax}
  25.  
  26. \makeatother
  27.  
  28. \usepackage{babel}
  29. \begin{document}
  30. בדיקה \cite{Ruan2003}
  31.  
  32. \bibliographystyle{plain}
  33. \bibliography{db}
  34.  
  35. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement