Paolo Brasolin
Paolo Brasolin
@tetrapharmakon suggests that repetitions quickly make code less readable ```latex \mor A ["h",below]:[bend right,->] B; \mor * ["k", above]:[bend left,->] *; \mor * ["\sigma\Uparrow",black,mid]:[->,white] *; ``` and suggests the haskellism...
It should be doable using the `kodi` environment. See https://tex.stackexchange.com/a/15614/82186
LaTeX has `\RequirePackage{tikz}[2013/12/13]`. What about the other dialects?
As suggested in https://github.com/paolobrasolin/krater/issues/9#issuecomment-1031870578
Apparently, unlike forks, that's impossible. See https://github.community/t/is-there-a-way-to-find-repositories-generated-from-my-template-repository/122838 The GraphQL API helps, with limited scope: ```graphql { viewer { repository(name: "krater") { stargazers(first: 100) { edges { node { repositories(first: 10)...
Then problems like #6 can be probably avoided. It should cover: * reading the log * `kpsewhich` * `\listallfiles` * using `tmate` in CI to avoid iterations
I should document the issue @jonsterling had in https://github.com/paolobrasolin/krater/issues/2 and perhaps extend the CI to cover MacOS. Related: https://github.com/paolobrasolin/jekyll-antex/issues/22
@jonsterling has implemented some high level mechanism to define and share macros between LaTeX/KaTeX/AnTeX. Context: * https://categorytheory.zulipchat.com/#narrow/stream/241990-general.3A-values/topic/goals.20and.20questions/near/267130230 * https://twitter.com/jonmsterling/status/1479238208391110659 Hopefully we can use some oh his ideas to improve the...