-
Feeding
```
\documentclass{article}
\pagestyle{empty}
\usepackage{tikz}
\usetikzlibrary{calc,bending}%%% ok without `bending`
\begin{document}
\begin{tikzpicture}
\node[circle,draw] (N) at (…
ghost updated
2 years ago
-
### Brief outline of the bug
I posted an issue on TEX Stack Exchange with the same title but was unable to upload the four `.tex` files so that someone can reproduce the problem and verify that it …
-
*Migrated from SourceForge*
Author: linusromer
Timestamp: 2017-12-19 17:33:59.946000
tikzpicture should have a boolean option exactboundingbox (or something similar) that calculates the bounding box …
-
Currently, when you want to use TikZ with Problemtools, you need to create a standalone LaTeX document and compile it separately, and then include the resulting PDF in the problem statement. It would …
-
### Version
3.1.9a
### Details
Section 20.3 provides an example of a graph. To draw one of the lines, a color declared only in the documentation file:
https://github.com/pgf-tikz/pgf/blob/21310438…
-
The idea is to be able to save, use, and most importantly compose soft paths. Right now, we can do things like.
```latex
\path[save path=\pathA] (0,0) -- (1,1);
\path[save path=\pathB] (1,0) -- (0…
-
It would be cool if there was a configuration option to support Open Graph protocol or Twitter cards when sharing examples:
- [Open Graph protocol](https://ogp.me/): "*enables any web page to becom…
-
I cannot get it to show a simple ipnb file I have created and downloaded from within Google Colab. There is no python3.exe, just a python.exe under Windows, even creating a python3.exe as a copy of th…
-
The purpose of this issue (#85) is to address a request from @gentzkow following ongoing discussions around our approach to formatting and autofilling `.tex` and `.tikz` tables and diagrams in `templa…
-
### Brief outline of the bug
When using fpu to do calculations in the math environment, it seems that all numbers are printed as floating point, even if they are declared to be integers.
Integer v…