Guest User

Untitled

a guest
Mar 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. documentclass[a4paper,12pt]{article}
  2.  
  3. title{Here goes the title}
  4. author{Here goes my name}
  5. date{today}
  6.  
  7. usepackage{amsmath}
  8.  
  9. usepackage{amssymb}
  10.  
  11. usepackage[english]{babel}
  12.  
  13. usepackage[pdftex]{graphicx}
  14.  
  15. usepackage{apacite}
  16.  
  17. begin{document}
  18. maketitle
  19.  
  20. Here is the text
  21.  
  22. bibliographystyle{apacite}
  23. bibliography{HL_Literature}
  24.  
  25. end{document}
  26.  
  27. ! Misplaced alignment tab character &.
  28. <argument> ...ov/articlerender.fcgi?artid=3153785&
  29. tool=pmcentrez&rendertype=...
  30. l.115 pmcentrez&rendertype=abstract}
  31. end{APACrefURL}
  32. I can't figure out why you would want to use a tab mark
  33. here. If you just want an ampersand, the remedy is
  34. simple: Just type `I&' now. But if some right brace
  35. up above has ended a previous alignment prematurely,
  36. you're probably due for more error messages, and you
  37. might try typing `S' now just to see what is salvageable.
Add Comment
Please, Sign In to add comment