Skip to content

Commit

Permalink
Compile manual
Browse files Browse the repository at this point in the history
manual: add warning for reset
  • Loading branch information
vanilla-extracts authored Feb 14, 2025
2 parents fb00a84 + f4ab007 commit b638d0a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Binary file modified manual.pdf
Binary file not shown.
Binary file modified manual/main.pdf
Binary file not shown.
15 changes: 13 additions & 2 deletions manual/main.typ
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ There is a `toggle_float` command in the REPL now.

Its usage is easy and it is auto-completed.
```
toggle_float <normal|science|exact>
> toggle_float <normal|science|exact>
```

It then displays a message telling you in which mode you toggled.
Expand All @@ -612,5 +612,16 @@ You can alter it by modifying the config file directly or by using the `config s

And then reload the config with
```
config reload
> config reload
```

#colorbox(color: "red", title: "Warning")[
The addition of `default_float_mode` in config *resets* your config.

If you don't want your config to be overwritten, add the following in your
config (e.g `$HOME/.config/mini-calc/mini-calc.toml`)

```toml
default_float_mode = 'exact|science|normal'
```
]

0 comments on commit b638d0a

Please sign in to comment.