Advertisement
Guest User

Untitled

a guest
Jan 4th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.29 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage[hyphens]{url}
  4. \usepackage{hyperref}
  5.  
  6. \begin{document}
  7.  
  8. First\footnote{This is justified text.  Note that there  is an indent  at the beginning  of the footnote
  9.  which prevents  the  second  line  from  continuing  below  the  footnote number.
  10.  This is justified text.  Note that there  is an indent  at the beginning  of the footnote
  11.  which prevents  the  second  line  from  continuing  below  the  footnote number.}
  12. Second\footnote{This is justified text.  Note that there  is an indent  at the beginning  of the footnote
  13.  which prevents  the  second  line  from  continuing  below  the  footnote number. The new
  14.  paragraph contains a link and should look like this:
  15.  
  16.  \raggedright
  17.  Source: \url{http://www.example.com/this-is-a-very-long-link-which-words-are-separated-by-hyphens-note-that-the-second-paragraph-contains-the-link-and-should-be-left-justified-like-this}}
  18. Third\footnote{This is justified text.  Note that there  is an indent  at the beginning  of the footnote
  19.  which prevents  the  second  line  from  continuing  below  the  footnote number.
  20.  This is justified text.  Note that there  is an indent  at the beginning  of the footnote
  21.  which prevents  the  second  line  from  continuing  below  the  footnote number.}
  22.  
  23. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement