Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. documentclass[twoside,openright]{report}
  2. usepackage[utf8]{inputenc}
  3. usepackage[T1]{fontenc}
  4. usepackage[english]{babel}
  5. usepackage[nottoc]{tocbibind}
  6. usepackage[title,titletoc,toc]{appendix}
  7. usepackage{graphics,float}
  8. captionsetup[subfigure]{labelformat=empty}
  9. %
  10. %
  11. begin{document}
  12. tableofcontents
  13. chapter{dummy}
  14. begin{appendices}
  15. chapter{Additional results}
  16. begin{figure}[H]
  17. centering
  18. begin{subfigure}[b]{0.7textwidth}
  19. centering
  20. includegraphics[width=textwidth]{Ret_dirdiff_s15_Scatterplot}
  21. end{subfigure}
  22. hfill
  23. begin{subfigure}[b]{0.7textwidth}
  24. centering
  25. includegraphics[width=textwidth]{FA_dirdiff_s15_Scatterplot}
  26. end{subfigure}
  27. caption[Scatterplots of direction angle difference and PLI retardation and DTI FA]{Scatterplots of direction angle difference and PLI retardation (top) and DTI FA (bottom)}
  28. label{fig:dirdifffaret}
  29. end{figure}
  30. begin{figure}
  31. centering
  32. begin{subfigure}[b]{0.7textwidth}
  33. centering
  34. includegraphics[width=textwidth]{Scatterplot_Direction_Ret}
  35. end{subfigure}
  36. hfill
  37. begin{subfigure}[b]{0.7textwidth}
  38. centering
  39. includegraphics[width=textwidth]{Scatterplot_Directions_FA}
  40. end{subfigure}
  41. caption[Scatterplot of direction angles as a function of PLI retardation and DTI FA]{Scatterplot of direction angles as a function of Retardation (top) and FA (bottom)}
  42. label{fig:scatterdifffaret}
  43. end{figure}
  44. begin{figure}[H]
  45. centering
  46. begin{subfigure}[b]{0.7textwidth}
  47. centering
  48. includegraphics[width=textwidth]{Ret_incl_diff_s15_Scatterplot}
  49. end{subfigure}
  50. hfill
  51. begin{subfigure}[b]{0.7textwidth}
  52. centering
  53. includegraphics[width=textwidth]{FA_incldiff_s15_Scatterplot} end{subfigure}
  54. caption[Scatterplots of inclination angle difference and PLI retardation and DTI FA]{Scatterplots of inclination angle difference and PLI retardation (top) and DTI FA (bottom)}
  55. label{fig:incldifffaret}
  56. end{figure}
  57. begin{figure}
  58. centering
  59. begin{subfigure}[b]{0.7textwidth}
  60. centering
  61. includegraphics[width=textwidth]{Scatterplot_Inclinations_Ret}
  62. end{subfigure}
  63. hfill
  64. begin{subfigure}[b]{0.7textwidth}
  65. centering
  66. includegraphics[width=textwidth]{Scatterplot_Inclinations_FA}
  67. end{subfigure}
  68. caption[Scatterplot of inclination angles as a function of PLI retardation and DTI FA]{Scatterplot of direction angles as a function of PLI retardation (top) and DTI FA (bottom)}
  69. label{fig:scatterinclfaret}
  70. end{figure}
  71. end{appendices}
  72. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement