Advertisement
Guest User

Untitled

a guest
May 5th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. documentclass[margin=10pt]{standalone}
  2. usepackage[utf8]{inputenc}
  3. usepackage[russian]{babel}
  4. usepackage{xcolor}
  5.  
  6. begin{document}
  7. begin{tabular}{|c|c|}hline
  8. мой & моtextcolor{blue}{его} \
  9. твой & твоtextcolor{blue}{его} \
  10. его/её & его/её \
  11. наш & нашtextcolor{blue}{его} \
  12. ваш & вашtextcolor{blue}{его} \
  13. их & их \ hline
  14. end{tabular}
  15. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement