-
To my knowledge randomized is not a MetaPost function: from where do you get it ?
-
Check whether MetaPost calculates the same curve.
(curve (pt u 0) up .. (pt (- u) 0) down -- cycle)
-
Importing an eps file that contains erased areas in fontforge is most of the time buggy. If one relies on tools such as METAPOST, this is quite problematic. This is a bug that exists since years. An e…
-
The `gmp` LaTeX package is listed as both supported and unsupported, but I think it should be disallowed because it uses metapost and requires shell access.
In reviewing the documentation, we stil…
-
## Description of bug / unexpected behavior
The first function below is not passing a required positional argument for the call to the second function below.
https://github.com/ManimCommunity/ma…
-
I found a strange feature of Therion with logs “Warning: scrap outline intersects itself” on some scraps, but there is no outline intersect.
I understood it’s happen on wall line junction, when the …
-
Hi, looking for a package for something else I came across this nice figure.
![Captura de pantalla -2021-03-08 20-46-33](https://user-images.githubusercontent.com/2289461/110396811-6e865080-804f-11eb…
-
```
小改动十分频繁,1.66 又出来了。
话说
cvgmt,你那个第二章,我觉得不用写得太刻板,非把程序控制
流的部分放在最
后,前面就不用它了。最简单的循环可以在前面就使用,这��
�比较基本的内容。
而反倒是精确控制 Bézier
曲线的内容其实是很高级的内容,需要相当的数学基础,
应用也不广,可以推后——曲线控制的介绍,还是依 MetaPost
教程一般的讲法,讲讲
..、--…
-
[[XeTeX] Random number primitives](http://tug.org/pipermail/xetex/2016-December/026920.html) を拾ったので一応。
~~~~ tex
%#!platex
\loop\ifodd\pdfuniformdeviate 536870912\relax\else\repeat
~~~~
が無限ループ…
-
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…