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.

82 lines
2.1 KiB

  1. %%
  2. %% This is file `tikzposterBackgroundstyles.tex',
  3. %% generated with the docstrip utility.
  4. %%
  5. %% The original source files were:
  6. %%
  7. %% tikzposter.dtx (with options: `tikzposterBackgroundstyles.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. % Parameters
  24. % \textwidth - length
  25. % \textheight - length
  26. % \titlegraphicheight - length
  27. % \titletotopverticalspace - length
  28. % \titleinnersep - length
  29. % backgroundcolor - color
  30. % topright - coordinate
  31. % bottomleft - coordinate
  32. \definebackgroundstyle{Default}{
  33. \fill[inner sep=0pt, line width=0pt, color=backgroundcolor]%
  34. (bottomleft) rectangle (topright);
  35. }
  36. \definebackgroundstyle{Rays}{
  37. \draw[line width=0pt, top color=backgroundcolor!70, bottom
  38. color=backgroundcolor!70!black] (bottomleft) rectangle (topright);
  39. \begin{scope}
  40. \foreach \a in {10,20,...,80}{%
  41. \draw[backgroundcolor, line width=0.15cm](bottomleft) --
  42. ($(bottomleft)!1!(bottomleft)+(\a:120)$);%
  43. }
  44. \foreach \i in {1,2,...,50}{%
  45. \begin{scope}[shift={($(rand*60,rand*70)$)}]
  46. \draw[backgroundcolor!50!, line width=0.1cm] (0,0) circle (4);
  47. \end{scope}
  48. }
  49. \end{scope}
  50. }
  51. \definebackgroundstyle{VerticalGradation}{
  52. \draw[line width=0pt, bottom color=backgroundcolor, top
  53. color=backgroundcolor!60!white] (bottomleft) rectangle (topright);
  54. }
  55. \definebackgroundstyle{BottomVerticalGradation}{
  56. \draw[draw=none, line width=0pt, bottom color=titlebgcolor, top
  57. color=framecolor] (bottomleft) rectangle ($(bottomleft)+(\textwidth,3)$);
  58. }
  59. \definebackgroundstyle{Empty}{
  60. }
  61. \definebackgroundstyle{Backgroundgraphic}{
  62. \node(0,0){\TP@backgroundgraphic};
  63. }
  64. \endinput
  65. %%
  66. %% End of file `tikzposterBackgroundstyles.tex'.