Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[T1]{fontenc}
  3. catcode`_=12 % change catcode of "_" to "other" (no. 12)
  4.  
  5. begin{document}
  6. a_long_string_with_lots_of_underscore_characters
  7. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement