diff --git a/autotex/__main__.py b/autotex/__main__.py
index 0c27501f61b7d2c08092d3efea01953d72ab473e..a064e87f67e4d3b043fb94670d79d1c90089126c 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",