Guest User

Untitled

a guest
Nov 16th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{hyperref}
  3. usepackage{amsmath, bm, multirow,booktabs,mathtools}
  4. usepackage{setspace, relsize, booktabs, needspace, epic}
  5. usepackage{longtable, color, colortbl, lscape, dcolumn}
  6. usepackage[table]{xcolor}
  7.  
  8. begin{document}
  9. <<fig_test,eval=TRUE>>=
  10. pdf("test_fig.pdf")
  11. par(las=1, cex.axis=1.5,cex.lab=1.5,cex.main=1.5)
  12. plot(x=c(1,5.1), y=c(0.75,3), typ='n',
  13. main=expression(paste('X(',alpha[1],')',sep='')),ylab='',xlab='')
  14. graphics.off()
  15. @
  16.  
  17. begin{figure}
  18. caption{Caption}
  19. centering
  20. includegraphics[scale=0.5]{"test_fig"}⁩
  21. end{figure}
  22.  
  23. end{document}
  24.  
  25. U+0074 LATIN SMALL LETTER T t
  26. U+0065 LATIN SMALL LETTER E e
  27. U+0073 LATIN SMALL LETTER S s
  28. U+0074 LATIN SMALL LETTER T t
  29. U+005f LOW LINE &lowbar; &UnderBar; _
  30. U+0066 LATIN SMALL LETTER F f
  31. U+0069 LATIN SMALL LETTER I i
  32. U+0067 LATIN SMALL LETTER G g
  33. U+0022 QUOTATION MARK " &QUOT; "
  34. U+007d RIGHT CURLY BRACKET &rcub; &rbrace; rbrace
  35. U+2069 POP DIRECTIONAL ISOLATE
Add Comment
Please, Sign In to add comment