Guest User

Untitled

a guest
Nov 6th, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.40 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3.    \usepackage[english,russian]{babel}
  4.  
  5.    \usepackage[T2A]{fontenc}
  6.  
  7.    \usepackage[utf8]{inputenc}
  8.  
  9.    \usepackage[footnote,printonlyused,withpage]{acronym}
  10.  
  11. \begin{document}
  12.  
  13. Пример на русском! Возьмите \ac{OC} ну итд..
  14.  
  15. ...
  16.  
  17. \begin{acronym}
  18. \acro{ОС}{Операционная Система}
  19. \end{acronym}
  20.  
  21. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment