diff --git a/Project.toml b/Project.toml index 3dc5de7..4820cef 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MolSimToolkit" uuid = "054db54f-6694-444d-9bbb-e9ecdbfe77be" authors = ["Leandro Martinez and contributors"] -version = "1.22.3-DEV" +version = "1.22.3" [deps] CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864" diff --git a/docs/src/plotting_style.md b/docs/src/plotting_style.md index c45a7ca..99d6ef7 100644 --- a/docs/src/plotting_style.md +++ b/docs/src/plotting_style.md @@ -46,7 +46,7 @@ All other normal parameters of `Plots` function can be used to change the plot l titles, legends, font sizes, etc. !!! tip - In v1.21.2, if if setting `fontfamily="Serif"`, LaTeXStrings will be converted to `\mathsf` + In v1.21.3, if if setting `fontfamily="Serif"`, LaTeXStrings will be converted to `\mathsf` to match the overall plot fonts. This behavior can be disabled with `adjust_latex_font=false`. ## Available plotting functions