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.

104 lines
2.6 KiB

  1. %%
  2. %% This is file `tikzposter-template.tex',
  3. %% generated with the docstrip utility.
  4. %%
  5. %% The original source files were:
  6. %%
  7. %% tikzposter.dtx (with options: `tikzposter-template.tex')
  8. %%
  9. %% This is a generated file.
  10. %%
  11. %% Copyright (C) 2014 by Pascal Richter, Elena Botoeva, Richard Barnard, and Dirk Surmann
  12. %%
  13. %% This file may be distributed and/or modified under the
  14. %% conditions of the LaTeX Project Public License, either
  15. %% version 2.1 of this license or (at your option) any later
  16. %% version. The latest version of this license is in:
  17. %%
  18. %% http://www.latex-project.org/lppl.txt
  19. %%
  20. %% and version 2.1 or later is part of all distributions of
  21. %% LaTeX version 2014/10/15 or later.
  22. %%
  23. \documentclass{tikzposter} %Options for format can be included here
  24. % Title, Author, Institute
  25. \title{Template Poster}
  26. \author{Author(s)}
  27. \institute{Institute}
  28. \titlegraphic{LogoGraphic Inserted Here}
  29. %Choose Layout
  30. \usetheme{Default}
  31. \begin{document}
  32. % Title block with title, author, logo, etc.
  33. \maketitle
  34. % First block
  35. \block{Basic Block}{Text}
  36. \begin{columns}
  37. % FIRST column
  38. \column{0.6}% Width set relative to text width
  39. \block{Large Column}{Text\\Text\\Text Text Text}
  40. \note{Note with default behavior}
  41. \note[targetoffsetx=12cm, targetoffsety=-1cm, angle=20, rotate=25]
  42. {Note \\ offset and rotated}
  43. % First column - second block
  44. \block{Block titles with enough text will automatically obey spacing requirements }
  45. {Text\\Text}
  46. % First column - third block
  47. \block{Sample Block 4}{T\\E\\S\\T}
  48. % SECOND column
  49. \column{0.4}
  50. % Second column with first block's top edge aligned with with previous column's top.
  51. % Second column - first block
  52. \block[titleleft]{Smaller Column}{Test}
  53. % Second column - second block
  54. \block[titlewidthscale=0.6, bodywidthscale=0.8]
  55. {Variable width title}{Block with smaller width.}
  56. % Second column - third block
  57. \block{}{Block with no title}
  58. % Second column - A collection of blocks in subcolumn environment.
  59. \begin{subcolumns}
  60. \subcolumn{0.27} \block{1}{First block.} \block{2}{Second block}
  61. \subcolumn{0.4} \block{Sub-columns}{Sample subblocks\\Second subcolumn}
  62. \subcolumn{0.33} \block{4}{Fourth} \block{}{Final Subcolumn block}
  63. \end{subcolumns}
  64. % Bottomblock
  65. \block{Final Block in column}{
  66. Sample block.
  67. }
  68. \end{columns}
  69. % Final block
  70. \block[titleleft, titleoffsetx=2em, titleoffsety=1em, bodyoffsetx=2em,%
  71. bodyoffsety=-2cm, roundedcorners=10, linewidth=0mm, titlewidthscale=0.7,%
  72. bodywidthscale=0.9, bodyverticalshift=2cm, titleright]
  73. {Block outside of Columns}{Along with several options enabled}
  74. \end{document}
  75. \endinput
  76. %%
  77. %% End of file `tikzposter-template.tex'.