Guest User

Untitled

a guest
Feb 20th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. documentclass[a4paper,11pt]{article}
  2. usepackage{tabularx}
  3. usepackage{booktabs,caption, makecell}
  4. usepackage{pdflscape,afterpage}
  5. usepackage{graphicx}
  6. renewcommand{theadfont}{normalsizebfseries}
  7.  
  8. begin{document}
  9. section{Test}
  10. Video provides a powerful way to help you prove your point. When you click Online Video, you can paste in the embed code for the video you want to add. You can also type a keyword to search online for the video that best fits your document.
  11.  
  12. To make your document look professionally produced, Word provides header, footer, cover page, and text box designs that complement each other. For example, you can add a matching cover page, header, and sidebar. Click Insert and then choose the elements you want from the different galleries.
  13. Themes and styles also help keep your document coordinated. When you click Design and choose a new Theme, the pictures, charts, and SmartArt graphics change to match your new theme. When you apply styles, your headings change to match the new theme.
  14.  
  15. section{Test}
  16. begin{figure}[h]
  17. centering
  18. includegraphics[width=1textwidth]{Example_figure}
  19. caption{Test}
  20. end{figure}
  21.  
  22. Video provides a powerful way to help you prove your point. When you click Online Video, you can paste in the embed code for the video you want to add. You can also type a keyword to search online for the video that best fits your document.
  23.  
  24. begin{landscape}% Landscape page
  25. begin{table}[ht]
  26. caption{Table test - contents of table exceeds page width}
  27. centering
  28. small
  29. begin{tabularx}{linewidth}{@{}l*{3}{>{arraybackslash}X}}
  30. toprulemidrule[0.5pt]
  31. & thead{Column 1} & thead{Column 2} & thead{Column 3} \
  32. midrule
  33. Item 1 & item 1, item 1, item 1, item 1, item 1, item 1, item 1, item 1, item 1 & item 1, item 1, item 1, item 1, item 1,item 1, item 1, item 1, item 1, item 1, item 1 & item 1, item 1, item 1, item 1, item 1, item 1, item 1, item 1 \
  34. addlinespace
  35. Item 1 & item 1, item 1, item 1, item 1, item 1, item 1, item 1, item 1, item 1 & item 1, item 1, item 1, item 1, item 1,item 1, item 1, item 1, item 1, item 1, item 1 & item 1, item 1, item 1, item 1 \
  36. addlinespace
  37. Item 1 & item 1, item 1, item 1, item 1, item 1, item 1, item 1, item 1, item 1 & item 1, item 1, item 1, item 1, item 1,item 1, item 1, item 1, item 1, item 1, item 1 & item 1, item 1, item 1, item 1 \
  38. addlinespace
  39. Item 1 & item 1, item 1, item 1, item 1, item 1, item 1, item 1, item 1, item 1 & item 1, item 1, item 1, item 1, item 1,item 1, item 1, item 1, item 1, item 1, item 1 & item 1, item 1, item 1, item 1 \
  40. bottomrule
  41. end{tabularx}%
  42. hspace*{-12mm}%
  43. label{table:comparison of techniques}
  44. end{table}
  45. end{landscape}
  46.  
  47. end{document}
Add Comment
Please, Sign In to add comment