Guest User

Untitled

a guest
Mar 20th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. documentclass{report}
  2. usepackage{url}
  3.  
  4. urldef{myparturl}url{https://www.nowhere.org/#part}
  5. urldef{mychapterurl}url{https://www.nowhere.org/#chapter}
  6. urldef{mysectionurl}url{https://www.nowhere.org/#section}
  7. urldef{mysubsectionurl}url{https://www.nowhere.org/#subsection}
  8. urldef{mysubsubsectionurl}url{https://www.nowhere.org/#subsubsection}
  9. urldef{myparagraphurl}url{https://www.nowhere.org/#paragraph}
  10. urldef{mysubparagraphurl}url{https://www.nowhere.org/#subparagraph}
  11.  
  12. begin{document}
  13.  
  14. part[No sharp]{No sharp: url{https://www.nowhere.org/part}}
  15. chapter[No sharp]{No sharp: url{https://www.nowhere.org/chapter}}
  16. section[No sharp]{No sharp: url{https://www.nowhere.org/section}}
  17. subsection[No sharp]{No sharp: url{https://www.nowhere.org/subsection}}
  18. subsubsection[No sharp]{No sharp: url{https://www.nowhere.org/subsubsection}}
  19. paragraph[No sharp]{No sharp: url{https://www.nowhere.org/paragraph}}
  20. subparagraph[No sharp]{No sharp: url{https://www.nowhere.org/subparagraph}}
  21.  
  22. part[Not so sharp]{Not so sharp: myparturl}
  23. chapter[Not so sharp]{Not so sharp: mychapterurl}
  24. section[Not so sharp]{Not so sharp: mysectionurl}
  25. subsection[Not so sharp]{Not so sharp: mysubsectionurl}
  26. subsubsection[Not so sharp]{Not so sharp: mysubsubsectionurl}
  27. paragraph[Not so sharp]{Not so sharp: myparagraphurl}
  28. subparagraph[Not so sharp]{Not so sharp: mysubparagraphurl}
  29.  
  30. part[ Sharp]{ Sharp: url{https://www.nowhere.org/#part}}
  31. chapter[ Sharp]{ Sharp: url{https://www.nowhere.org/#chapter}}
  32. section[ Sharp]{ Sharp: url{https://www.nowhere.org/#section}}
  33. subsection[ Sharp]{ Sharp: url{https://www.nowhere.org/#subsection}}
  34. subsubsection[ Sharp]{ Sharp: url{https://www.nowhere.org/#subsubsection}}
  35. paragraph[ Sharp]{ Sharp: url{https://www.nowhere.org/#paragraph}}
  36. subparagraph[ Sharp]{ Sharp: url{https://www.nowhere.org/#subparagraph}}
  37.  
  38. end{document}
Add Comment
Please, Sign In to add comment