Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage[utf8]{inputenc}
  3. usepackage[english]{babel}
  4. RequirePackage{xstring}
  5.  
  6. begin{document}
  7.  
  8. begin{tabular}{@{}*{8}{l@{}}}
  9. Wo-&ah we're & half way there, && Wo-&oah & livin' on a prayer \
  10. {StrSubstitute{Wo-&ah we're & half way there, && Wo-&oah & livin' on a prayer}{& }{&,,}} \
  11. end{tabular}
  12.  
  13. Wo-ah we're half way there, Wo-oah livin' on a prayer
  14.  
  15. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement