-
Mogan_note4
如何画曲线 1public: 2 inline curve_rep () {} 3 inline virtual ~curve_rep () {} 4 5 inline virtual int nr_components () { return 1; } 6 // the number of components of the curve is useful for getting 7 // nice parameterizations when concatenating curves 8 9 virtual point evaluate (double t)= 0; 10 // gives a point on the curve for its intrinsic parameterization 11 // curves are parameterized from 0.
Read more… -
TeXmacs/Mogan Note 3
修改为两点画圆 研究三点画圆的代码实现 菜单中选择画圆的时候使用
Read more… -
Change0729
Now I changed the theme of this blog to https://github.
Read more… -
Vscode 返回上一个位置快捷键
非常有用的一个功能。 Windows: $Alt + \leftarrow$
Read more… -
Texmacs/Mogan Note 2
23_15 1(get-init-tree "text-at-halign") 这个与缓存有关。缓存位置在~/.
Read more… -
Archlinux/Manjaro Install Guide
manjaro I3新电脑配置 假设已经安装好了manjaro i3,接下来要做的是:
Read more… -
Texmacs Graphics Tutorial
原文:https://www.texmacs.org/tmweb/documents/tutorials/TeXmacs-graphics-tutorial.pdf
-
Texmacs/Mogan Note
Note graphics-utils.scm 1;;These abbreviations are very convenient 2;;to use.
Read more… -
Scheme Review 1
https://courses.cs.washington.edu/courses/cse341/04wi/lectures/14-scheme-quote.html Quote Scheme has a convenient syntax for representing data literals: prefix any expression with ’ (single quote) and the expression, rather than being evaluated, will be returned as data:
Read more… -
In archlinux, chrome cannot be displayed normally under AMD.
Solution: 1rm -rf .
Read more…