Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. ( x+y = z )
  2.  
  3. ( {x+y = z} )
  4.  
  5. documentclass{article}
  6.  
  7. begin{document}
  8.  
  9. Here is an example formula ( x+y = z ) which we repeat at several
  10. times during the paragraph. Notice that the spacing changes on
  11. different uses ( x+y = z ) depending on how much the line is
  12. stretch. This is useful as it helps with even spacing of the whole
  13. paragraph despite the presence of formulae ( x+y = z ). Stretchable
  14. spacing in the mathematics ( x+y = z ) is often to be preferred.
  15.  
  16. Using braces verb!{}! around the forumla ( {x+y = z} ) freezes the
  17. spacing. It also prevents line breaks occuring in the middle of the
  18. formula ( {x+y = z} ). This prevention of line breaks can also be
  19. used in subformals, but we are demonstrating that in the case of (
  20. {x+y = z} ). I expect to see that the spacing in this paragraph is
  21. not as good as the previous because of the lack of flexibility
  22. associated to the formula ( {x+y = z} ).
  23.  
  24. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement