Documentation in syntax cheat sheet

This commit is contained in:
Denis Merigoux 2022-03-17 12:35:03 +01:00
parent cdac6de9fe
commit f312c6bc6a
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3
2 changed files with 17 additions and 0 deletions

Binary file not shown.

View File

@ -1090,6 +1090,23 @@ integer_to_decimal of ...
```catala
entier_vers_décimal de ...
```
\end{minted}
\vspace*{-1.75em}
\\
Money rounding &
\vspace*{-1.75em}
\begin{minted}{catala_en}
```catala
round_money of ...
```
\end{minted}
\vspace*{-1.75em}
&
\vspace*{-1.75em}
\begin{minted}{catala_fr}
```catala
arrondi_argent de ...
```
\end{minted}
\vspace*{-1.75em}
\\