Guest User

Untitled

a guest
Dec 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. ! Missing $ inserted.
  2. <inserted text>
  3. $
  4. l.94 ...iontextfoo [@hawking_thermodynamics_1983]}
  5.  
  6. pandoc.exe: Error producing PDF
  7. Error: pandoc document conversion failed with error 43
  8.  
  9. ---
  10. title: "Untitled"
  11. author: "Author"
  12. output: pdf_document
  13. # bibliography: bibliography.bib
  14. references:
  15. - id: hawking_thermodynamics_1983
  16. author:
  17. - family: Hawking
  18. given: S. W.
  19. - family: Page
  20. given: Don. N.
  21. publisher: Communications in Mathematical Physics
  22. title: Thermodynamics of Black Holes in Anti-de Sitter Space.
  23. volume: 87
  24. type: article-journal
  25. issued:
  26. year: 1983
  27. ---
  28.  
  29. ```{r setup, include=FALSE}
  30. knitr::opts_chunk$set(echo = TRUE)
  31. ```
  32.  
  33. ## R Markdown
  34.  
  35. begin{figure}[h]
  36. centering
  37. includegraphics[width=13cm]{example.jpg}
  38. caption{Captiontextfoo}label{fig1}
  39. end{figure}
  40.  
  41. [@hawking_thermodynamics_1983]
  42.  
  43. # Bibliography
Add Comment
Please, Sign In to add comment