diff options
Diffstat (limited to 'graphics/pgf/contrib/tikzbricks/tikzbricks-doc.tex')
-rw-r--r-- | graphics/pgf/contrib/tikzbricks/tikzbricks-doc.tex | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/graphics/pgf/contrib/tikzbricks/tikzbricks-doc.tex b/graphics/pgf/contrib/tikzbricks/tikzbricks-doc.tex index 3895d6675e..f1ad0c2c59 100644 --- a/graphics/pgf/contrib/tikzbricks/tikzbricks-doc.tex +++ b/graphics/pgf/contrib/tikzbricks/tikzbricks-doc.tex @@ -8,18 +8,10 @@ % https://github.com/samcarter/TikZbricks % % Released under the LaTeX Project Public License v1.3c or later -% See http://www.latex-project.org/lppl.txt +% See https://www.latex-project.org/lppl.txt % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% !TeX program = txs:///arara -% arara: latexmk: { -% arara: --> engine: pdflatex, -% arara: --> options: [ -% arara: --> '-shell-escape', -% arara: --> '-synctex=1', -% arara: --> '-interaction=nonstopmode', -% arara: --> ] -% arara: --> } +% arara: latexmk \documentclass{scrartcl} % meta %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -34,7 +26,7 @@ \url{https://github.com/samcarter/TikZbricks}\\ \url{https://www.ctan.org/pkg/tikzbricks} }{samcarter}} -\date{Version v0.5 \textendash{} 2024/04/26} +\date{Version v0.6 \textendash{} 2024/12/16} \usepackage[ themecolor=samred @@ -75,7 +67,7 @@ The package allows to draw bricks with \TikZ. The user can modify their colour, The package is included in both \texlive and \miktex and available from \CTAN (\url{https://ctan.org/pkg/tikzbricks}). The development version of this package is located on github at \url{https://github.com/samcarter/TikZbricks}. If you have any problems, ideas or other feedback, please make constructive use of its bug tracker. -Copyright \raisebox{0.2em}{\tiny\fontfamily{cmr}\selectfont\textcopyright} \texttt{samcarter}. Permission is granted to copy, distribute and\slash or modify this software under the terms of the \href{http://www.latex-project.org/lppl.txt}{LaTeX project public licence, version 1.3c or later}. +Copyright \raisebox{0.2em}{\tiny\fontfamily{cmr}\selectfont\textcopyright} \texttt{samcarter}. Permission is granted to copy, distribute and\slash or modify this software under the terms of the \href{https://www.latex-project.org/lppl.txt}{LaTeX project public licence, version 1.3c or later}. \section{Basic usage} @@ -143,6 +135,11 @@ In addition to this basic block, the user can customise the block via the follow \brick[studtext={TikZ}]{2}{3} \end{tikzpicture} \end{tcblisting} +\begin{tcblisting}{title={Brick text ()}} +\begin{tikzpicture} + \brick[bricktext={TikZ}]{2}{3} +\end{tikzpicture} +\end{tcblisting} All the above options are also available as package options to change the value for the whole document. The default colour can for example be specified like this: \begin{tcolorbox}[title={Package options ()}] |