Questions tagged [pattern]

about defining or using graphical patterns, which can be used to fill a path. PDF and PostScript know tiling and shading patterns. Patterns are supported by [tikz-pgf] and [pstricks] - please also use the corresponding tag.

Patterns are graphical elements, which can be used to fill a path. Both PostScript and PDF know two kind of patterns:

  • Tiling patterns: A tile, a small graphical drawing, is repeated horizontally and vertically.

  • Shading patterns: An area is filled with colors, which change smoothly according to a gradient.

Both and are examples for packages, which support patterns.

141 questions
5
votes
3 answers

Is there a way to condition output on a given date?

I'd like to be able to print text that varies depending on whether the date matches a given date string For example suppose there was a command \iftoday#1#2#3 which printed #2 if \today matched the string in #1 and #3 otherwise. So a sample of my…
Leo Simon
  • 2,199
1
vote
1 answer

Filling Text with Pattern

Text can be colored: \documentclass{standalone} \usepackage{xcolor} \begin{document} {\textcolor{green}{\Large I}} \end{document} Areas can be filled with…