Radek Miček

Results 4 comments of Radek Miček

I'm on MacOS 12.5. For me it was sufficient to allow `valec` and `backend` in `Security & Privacy`.

Documentation https://www.sqlite.org/datatype3.html recommends INT: > # 2.1. Boolean Datatype > > SQLite does not have a separate Boolean storage class. Instead, Boolean values are stored as integers 0 (false) and...

Hmm, seems that using BOOLEAN in schema definition works. Now `REAL` can't be converted to decimal only to float... So following works without `CLIMutable` (still it would be nice to...

Ok. Can these macros be used inside math? When I define ``` \newmacro{nat}{0}{[$ \mathbb{N} $]} ``` then I can use the macro in a paragraph. But writing ``` \begin{mathtex} n...