pgf
pgf copied to clipboard
A Portable Graphic Format for TeX
Currently, this works in TikZ: ```tex \documentclass{article} \usepackage{tikz} \usetikzlibrary{arrows.meta} \begin{document} \begin{tikzpicture} \draw[red] (0,0) -- (1,1); \draw[blue, shorten = 2pt] (0,0) -- (1,1); \end{tikzpicture} \end{document} ``` Sometimes you want (like in...
### Version 3.1.9a ### Details Trying to print the manual using Adobe Acrobat Pro DC `2022.001.20169` gives the following errors. > The document could not be printed. and > There...
Calendar
## TikZ * Changed the keys * `/tikz/day xshift`, * `/tikz/day yshift`, * `/tikz/month xshift`, * `/tikz/month yshift` * `/tikz/tikz@lib@cal@width` to actual value keys ( `.initial`) so that they can...
### Brief outline of the bug When used outside of `tikzpicture`, coordinate transformation options, like `rotate` and `xshift`, will throw error `! Undefined control sequence. [...] \tikz@transform`. ### Minimal working...
Adding timers for the `parabola`, `rectangle`, `sin` and `cos` path operators using the same calculations as `\pgfpathparabola`, `\pgfpathsine` and `\pgfpathcosine` in `pgfcorepathconstruct.code.tex`. The rectangle timer uses the timer for `-|`,...
### Brief outline of the bug When using `pattern=Lines[...]` to fill a node, I get significantly different results depending on the PDF viewer. Here are screenshots of renderings of the...
### Brief outline of the bug Reported by matrix room member @Qrrbrbirlbel: https://matrix.to/#/!NuxCISwYQJuyWwNsEI:matrix.org/$iDth_Lt97-iQc5hP3K394OgvoMpE_EKR0DRXHi7T9dc?via=matrix.org&via=matrix.uni-hannover.de&via=matrix.qrrbr.duckdns.org In `path picture`, coordinate transformations given in `\tikzset{...}` are ignored. ### Minimal working example (MWE) ```tex \documentclass{article}...
### Brief outline of the bug An unknown plot mark should give some prompt instead of failing silently and drawing nothing. _Edit:_ Sorry for using the bug issue template. It...
**Brief outline of the bug** `\tikz@transform` is compared to `\relax`, but sometimes set to `\pgfutil@empty`, sometimes set to `\relax`. https://github.com/pgf-tikz/pgf/blob/88f5a0efce527de4af0c28f829dcb33411e98563/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex#L53-L62 In `\tikz@normal@fig`: https://github.com/pgf-tikz/pgf/blob/88f5a0efce527de4af0c28f829dcb33411e98563/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex#L3860 In `\tikz@children@collected`: https://github.com/pgf-tikz/pgf/blob/88f5a0efce527de4af0c28f829dcb33411e98563/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex#L4646-L4649 and more This may...
### Brief outline of the bug For example, https://tex.stackexchange.com/q/646391 finds that `tikzlibraryexternal.code.tex` doesn't use `\ProvidesFileRCS` but source file for `calc` library does. With (forgive my bash) ```bash for file in...