Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

latex_comands.tex 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. %-----------------------------------------------------------------
  2. % INSERT 1 IMAGE
  3. %-----------------------------------------------------------------
  4. \begin{figure}[!ht]
  5. \centering
  6. \includegraphics[width=1\textwidth]{IMAGE_NAME}
  7. \caption{IMAGE_CAPTION}\label{fig:IMAGE_LABEL}
  8. \end{figure}
  9. \FloatBarrier
  10. %-----------------------------------------------------------------
  11. % START PARAGRAPH WITH NO SPACE
  12. %-----------------------------------------------------------------
  13. \noindent
  14. %-----------------------------------------------------------------
  15. % INSERT 2 OR MORE IMAGES - SIDE BY SIDE
  16. %-----------------------------------------------------------------
  17. \begin{figure}[!ht]
  18. \centering
  19. \begin{subfigure}[b]{0.3\textwidth}
  20. \includegraphics[width=\textwidth]{IMAGE_NAME}
  21. \caption{IMAGE_CAPTION}\label{fig:IMAGE_LABEL}
  22. \end{subfigure}
  23. \begin{subfigure}[b]{0.3\textwidth}
  24. \includegraphics[width=\textwidth]{IMAGE_NAME}
  25. \caption{IMAGE_CAPTION}\label{fig:IMAGE_LABEL}
  26. \end{subfigure}
  27. \caption{GLOBAL_FIGURE_CAPTION}\label{fig:GLOBAL_FIGURE_LABEL}
  28. \end{figure}
  29. \FloatBarrier
  30. %-----------------------------------------------------------------
  31. % INSERT 2 OR MORE IMAGES - ONE BELOW OTHER
  32. %-----------------------------------------------------------------
  33. \begin{figure}[!ht]
  34. \centering
  35. \begin{subfigure}[b]{0.3\textwidth}
  36. \includegraphics[width=\textwidth]{IMAGE_NAME}
  37. \caption{IMAGE_CAPTION}\label{fig:IMAGE_LABEL}
  38. \end{subfigure}
  39. \begin{subfigure}[b]{0.3\textwidth}
  40. \includegraphics[width=\textwidth]{IMAGE_NAME}
  41. \caption{IMAGE_CAPTION}\label{fig:IMAGE_LABEL}
  42. \end{subfigure}
  43. \caption{GLOBAL_FIGURE_CAPTION}\label{fig:GLOBAL_FIGURE_LABEL}
  44. \end{figure}
  45. \FloatBarrier
  46. %-----------------------------------------------------------------
  47. % INSERT TABLE
  48. %-----------------------------------------------------------------
  49. \begin{table}[!ht]
  50. \caption {Mesh Parameters}\label{tab:meshpara}
  51. \centering
  52. \begin{tabular}{ccccc}
  53. \hline \hline
  54. Element Type & Elements & Nodes & Degrees of Freedom \\
  55. \hline
  56. Shell181 & 8000 & 8241 & 49206 \\
  57. \hline \hline
  58. \end{tabular}
  59. \end{table}
  60. \FloatBarrier
  61. %-----------------------------------------------------------------
  62. % INSER (ANOTHER) TABLE
  63. %-----------------------------------------------------------------
  64. \begin{table}[!ht]
  65. \caption {Mesh Parameters}\label{tab:meshpara}
  66. \centering
  67. \begin{tabular}{ccccc}
  68. \toprule
  69. Element Type & Elements & Nodes & Degrees of Freedom \\
  70. \midrule
  71. Shell181 & 8000 & 8241 & 49206 \\
  72. \bottomrule
  73. \end{tabular}
  74. \end{table}
  75. \FloatBarrier
  76. %-----------------------------------------------------------------
  77. % INSERT EQUATION
  78. %-----------------------------------------------------------------
  79. \begin{equation}\label{eq:EQUATION_NAME}
  80. EQUATION FORMULA
  81. \end{equation}
  82. %-----------------------------------------------------------------
  83. % REFERENCES
  84. %-----------------------------------------------------------------
  85. \cite{REFERENCE_HERE} - reference documents
  86. \eqref{EQUATION_HERE} - reference equations
  87. \ref{fig:...} - reference images, tables, sections, chapters
  88. $ EQUATION HERE $ - reference equations in the text OR insert numbers in the text