Guest User

Untitled

a guest
Dec 7th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{lipsum}
  3.  
  4. newcommandabbritem[2]{item[{normalfont #1 (textbf{#2}):}]}
  5.  
  6. begin{document}
  7. begin{description}
  8. abbritem{Availability}{A} lipsum[1]
  9. abbritem{Lectures}{L} lipsum[2]
  10. end{description}
  11. end{document}
Add Comment
Please, Sign In to add comment