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.

70 lines
1.6 KiB

  1. \documentclass[a1paper,landscape]{tikzposter}
  2. \tikzposterlatexaffectionproofon %shows small comment on how the poster was made
  3. % Commands
  4. \newcommand{\bs}{\textbackslash} % backslash
  5. \newcommand{\cmd}[1]{{\bf \color{red}#1}} % highlights command
  6. % -- PREDEFINED THEMES ---------------------- %
  7. % Backgrounds: Default, Empty, Rays, VerticalGradation, BottomVerticalGradation
  8. % Titles: Default, Basic, Empty, Filled, Envelope, Wave, VerticalShading
  9. % Blocks: Default, Basic, Minimal, Envelope, Corner, Slide, TornOut
  10. % Notes: Default, Sticky, Corner, VerticalShading
  11. \usetheme{$themevar}
  12. $colorvar
  13. $backgroundvar
  14. $titlevar
  15. $blockvar
  16. $notevar
  17. % Title, Author, Institute
  18. \title{$messagevar}
  19. \author{$submessagevar}
  20. \institute{}
  21. \begin{document}
  22. % Title block with title, author, logo, etc.
  23. \maketitle
  24. \block{Block with title}{Content\\~\\~
  25. % \vspace{1cm}
  26. % \innerblock{Theorem}{like environment}
  27. % \vspace{1cm}
  28. % \innerblock{}{inner block without title}
  29. }
  30. \block{}{~\\
  31. Block without title\\
  32. ~\\
  33. }
  34. \note[targetoffsety=-2cm, width=20cm]{
  35. Note\\ ~\\ ~\\}
  36. \block[titleoffsety=-2cm,bodyoffsety=-2cm]%
  37. {If you like this setting, use the following code:}{
  38. \bs documentclass\{tikzposter\} \\
  39. \\
  40. $themestylevar$colorstylevar$backgroundstylevar$titlestylevar$blockstylevar$notestylevar\\
  41. \bs title\{Title\}
  42. \bs author\{Author\}
  43. \bs institute\{Institute\}\\
  44. \\
  45. \bs begin\{document\}\\
  46. \\
  47. \bs maketitle\\
  48. \\
  49. \bs block\{Block\}\{Content\}\\
  50. \bs end\{document\}
  51. }
  52. \end{document}