Qrrbrbirlbel
Qrrbrbirlbel
This surprised me the first time, too. Using OP's example, I now remove the added `WebReceipts` part before running the command because the folder on my remote destination is actually...
> However, we need tests for the old and the new behavior. The old behaviour was: * `rectangle` used the direct [line timer previously](https://github.com/pgf-tikz/pgf/pull/1179/commits/1f50678b2f73cb07830134342b444de1add0b60e#diff-c3463f6bfdc378c13943657fea9a2f3adbfa1e1b9d9267a31c6bcdf200e3f73fL3275) (i.e. nodes were placed on the...
> These new features also need test files. What does that mean? Can I just post examples here that use these functionalities? I certainly have tests documents (either local or...
An easy workaround is to put `\let\translate\relax` before `\documentclass` thereby defining the macro. --- The problem is a combination between the order of Beamer's package-loading and how/where `\pgfutil@translate` is defined....
> In Firefox address bar enter '_about:config_' Then search for 'XDG'. It'll show '_widget.use-xdg-desktop-portal_' - change it to TRUE (it's probably false). On GitHub, revoke any previously granted OAuth for...
I'd solve this differently: ```latex \tikz[color 3/.style=pink] \foreach \x in {1, ..., 5} % allows ... notation! \node [fill=blue!20, color \x/.try, inner sep=7pt, circle] at (\x, 0) {}; ``` where...
Not really, since that returns the `center` anchor as a first suggestion and flags `\iftikz@shapeborder` for later: https://github.com/pgf-tikz/pgf/blob/ab7c1475b4acbaafd0f3ba8d166489d32fb0fe0e/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex#L5386 However, the other macros use `#2.center` so these also need to be...
> It seems to support uses of non-node coordinates in `angle` specification, uses of `#.center` in `\tikz@lib@(right)angle@(back|fore)ground` need to be generalized. Yes, I mentioned that in my post but didn't...
I know this will be fixed in 10.9.9 … > Just checked this.. wheel does indeed change volume (there is no indication at all on tv screen). I had the...
If you want to use control sequence with `@` in their name, you will need `\makeatletter`/`\makeatother`, i.e. set the catcode of `@` to letter. (A PGF/TikZ library is executed in...