diff --git a/autotex/__main__.py b/autotex/__main__.py index 0c27501..a064e87 100644 --- a/autotex/__main__.py +++ b/autotex/__main__.py @@ -78,7 +78,7 @@ async def send_latex(message: types.Message) -> None: magick_bin, # type: ignore "convert", "-density", - "250", + "300", f"{name}.pdf", "-quality", "100",