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.

169 lines
6.2 KiB

  1. %%
  2. %% This is file `tikzposterTitlestyles.tex',
  3. %% generated with the docstrip utility.
  4. %%
  5. %% The original source files were:
  6. %%
  7. %% tikzposter.dtx (with options: `tikzposterTitlestyles.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. % width
  24. % roundedcorners
  25. % linewidth
  26. % innersep
  27. % titletotopverticalspace
  28. % titletoblockverticalspace
  29. % titlegraphictotitledistance
  30. % titletextscale
  31. % Parameter:
  32. % \textwidth - length
  33. % \textheight - length
  34. % \titlewidth - length
  35. % \titlegraphicheight - length
  36. % \titlelinewidth - length
  37. % \titleinnersep - length
  38. % \titleposleft, \titleposright, \titleposbottom, \titlepostop - length
  39. % \titletotopverticalspace - length
  40. % titlebgcolor - color
  41. \definetitlestyle{Default}{
  42. width=600mm, roundedcorners=30, linewidth=0.4cm, innersep=1cm,
  43. titletotopverticalspace=15mm, titletoblockverticalspace=20mm,
  44. titlegraphictotitledistance=10pt, titletextscale=1
  45. }{
  46. \begin{scope}[line width=\titlelinewidth, rounded corners=\titleroundedcorners]
  47. \draw[color=framecolor, fill=titlebgcolor]%
  48. (\titleposleft,\titleposbottom) rectangle (\titleposright,\titlepostop);
  49. \end{scope}
  50. }
  51. \definetitlestyle{Basic}{
  52. width=770mm, roundedcorners=0, linewidth=0pt, innersep=10pt,
  53. titletotopverticalspace=20mm, titletoblockverticalspace=20mm,
  54. titlegraphictotitledistance=25mm, titletextscale=1
  55. }{
  56. \coordinate (topright) at (0.5\textwidth-0.5\titlelinewidth, 0.5\textheight-0.5\titlelinewidth);
  57. \coordinate (bottomleft) at (-0.5\textwidth+0.5\titlelinewidth, 0.5\textheight-\titlegraphicheight-0.5\titlelinewidth-2\titletotopverticalspace-2\titleinnersep);
  58. \draw[line width=\titlelinewidth, inner sep=\titleinnersep, fill=titlebgcolor] (bottomleft) rectangle (topright);
  59. }
  60. \definetitlestyle{Envelope}{
  61. width=\paperwidth, roundedcorners=0, linewidth=0pt, innersep=1.5cm,
  62. titletotopverticalspace=0mm, titletoblockverticalspace=20mm,
  63. titlegraphictotitledistance=10pt, titletextscale=1
  64. }{
  65. \coordinate (topleft) at (\titleposleft,\titlepostop);
  66. \coordinate (topright) at (\titleposright,\titlepostop);
  67. \coordinate (lefttoright) at (\titlewidth,0);
  68. \coordinate (head) at (0,\titlepostop-\titleposbottom);
  69. \draw[draw=none, bottom color=titlebgcolor!90!black, %
  70. top color=titlebgcolor!90] %
  71. (topleft) -- ($(topleft)-0.2*(head)$) .. controls ($(topleft)-(head)+(1,0)$)
  72. .. ($(topleft)-(head)+0.2*(lefttoright)$) --
  73. ($(topleft)-(head)+0.8*(lefttoright)$) .. controls ($(topright)-(head)-(1,0)$)
  74. .. %
  75. ($(topright)-0.2*(head)$) -- (topright) -- cycle;
  76. \draw[draw=none, right color=titlefgcolor, left color=titlebgcolor]
  77. ($(topleft)-(head)+0.8*(lefttoright)$) .. controls
  78. ($(topleft)-(head)+0.92*(lefttoright)+(0,0.7)$) and %
  79. ($(topright)- 0.13*(lefttoright)$) .. %
  80. (topright) .. controls %
  81. ($(topright)- 0.11*(lefttoright)$) and%
  82. ($(topleft)-(head)+0.95*(lefttoright)$) .. %
  83. ($(topleft)-(head)+0.82*(lefttoright)$);
  84. \draw[draw=none, right color=titlefgcolor, left color=titlebgcolor]
  85. ($(topleft)-(head)+0.83*(lefttoright)$) .. controls
  86. ($(topleft)-(head)+0.97*(lefttoright)+(0,0.2)$) and %
  87. ($(topright)- 0.08*(lefttoright)$) .. %
  88. (topright) .. controls %
  89. ($(topright)- 0.06*(lefttoright)$) and %
  90. ($(topleft)-(head)+0.99*(lefttoright)$) .. %
  91. ($(topleft)-(head)+0.85*(lefttoright)$); %
  92. }
  93. \definetitlestyle{Wave}{
  94. width=\paperwidth, roundedcorners=0, linewidth=0pt, innersep=1.5cm,
  95. titletotopverticalspace=0mm, titletoblockverticalspace=20mm,
  96. titlegraphictotitledistance=10pt, titletextscale=1
  97. }{
  98. \coordinate (topleft) at (\titleposleft,\titlepostop);
  99. \coordinate (topright) at (\titleposright,\titlepostop);
  100. \coordinate (lefttoright) at (\titlewidth,0);
  101. \coordinate (head) at (0,\titlepostop-\titleposbottom);
  102. \draw[draw=none, left color=titlebgcolor!90!black, right color=titlebgcolor!95]%
  103. (topright) -- (topleft) -- %
  104. ($(topleft) - (head)-(0,6)$) .. controls %
  105. ($(topleft) - (head)-(0,6) + 0.25*(lefttoright) + (0,9)$) and %
  106. ($(topright) - (head) - 0.5*(lefttoright) - (-10,16)$) .. %
  107. ($(topright) - (head)$) -- cycle;
  108. \draw[draw=none, left color=titlebgcolor, right color=titlefgcolor] %
  109. ($(topleft) - (head)-(0,2)$) .. controls %
  110. ($(topleft) - (head)-(-6,3) + 0.25*(lefttoright) + (0,10)$) and ($(topright) -
  111. (head) - 0.25*(lefttoright) - (-6,17)$).. %
  112. ($(topright) - (head)$) .. controls %
  113. ($(topright) - (head) - 0.25*(lefttoright)-(-7,19)$) and %
  114. ($(topleft) - (head)-(-9,5) + 0.25*(lefttoright) + (0,10)$) .. %
  115. ($(topleft) - (head)-(0,4)$);
  116. \draw[draw=none, left color=titlefgcolor, right color=titlebgcolor!90!black]%
  117. ($(topleft) - (head)-(0,2)$) .. controls %
  118. ($(topleft) - (head)-(-6,3) + 0.25*(lefttoright) + (0,10)$) and ($(topright) -
  119. (head)+(0,6) - 0.25*(lefttoright) - (-6,20)$)..%
  120. ($(topright) - (head)+(0,6)$) -- %
  121. ($(topright) - (head)$) .. controls %
  122. ($(topright) - (head) - 0.25*(lefttoright) - (-6,17)$) and %
  123. ($(topleft) - (head)-(-8,4) + 0.25*(lefttoright) + (0,10)$) .. %
  124. ($(topleft) - (head)-(0,2)$);
  125. \setlength{\TP@titletoblockverticalspace}{5\TP@titletoblockverticalspace}
  126. }
  127. \definetitlestyle{VerticalShading}{
  128. width=\paperwidth, roundedcorners=0, linewidth=0pt, innersep=1.5cm,
  129. titletotopverticalspace=0mm, titletoblockverticalspace=20mm,
  130. titlegraphictotitledistance=10pt, titletextscale=1
  131. }{
  132. \draw[draw=none, bottom color=framecolor, top color=titlebgcolor]%
  133. (\titleposleft,\titleposbottom) rectangle (\titleposright,\titlepostop); %
  134. }
  135. \definetitlestyle{Filled}{
  136. width=\paperwidth, roundedcorners=0, linewidth=0pt, innersep=1.5cm,
  137. titletotopverticalspace=0mm, titletoblockverticalspace=20mm,
  138. titlegraphictotitledistance=10pt
  139. }{
  140. \draw[draw=none, fill=titlebgcolor]%
  141. (\titleposleft,\titleposbottom) rectangle (\titleposright,\titlepostop); %
  142. }
  143. \definetitlestyle{Empty}{
  144. width=750mm, roundedcorners=0, linewidth=0pt, innersep=8mm,
  145. titletotopverticalspace=5mm, titletoblockverticalspace=20mm,
  146. titlegraphictotitledistance=10pt
  147. }{}
  148. \endinput
  149. %%
  150. %% End of file `tikzposterTitlestyles.tex'.