Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage[utf8]{inputenc}
  3. usepackage[T1]{fontenc}
  4. begin{document} noindent
  5. Test emph{test} test.newline % This is working
  6. Test~emph{test}~test.newline % Extra space before and after emph{}
  7. Testemph{test}test.newline % Extra space before and after emph{}
  8.  
  9. noindent
  10. Test.footnote{Test emph{test} test.}newline % Missing space after emph{}
  11. Test.footnote{Testemph{test} test.}newline %Extra space before and missing space after emph{}
  12. Test.footnote{Test emph{test}test.} %Missing space before and extra space after emph{}
  13. end{document} ``
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement