From c5ef1b6370d3229f52b292fa72c5b4700a77e32f Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Wed, 2 Aug 2023 03:24:42 -0700 Subject: fixed dpi scaling --- src/writing/derivative.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/writing/derivative.php') diff --git a/src/writing/derivative.php b/src/writing/derivative.php index edf8071..aad4332 100644 --- a/src/writing/derivative.php +++ b/src/writing/derivative.php @@ -6,7 +6,7 @@ include($_SERVER["DOCUMENT_ROOT"] . "/phplatex.php"); require($_SERVER["DOCUMENT_ROOT"] . "/vars.php"); function tex($latex) { global $c_fg, $c_bg; - return texify($latex, 130, $c_fg, $c_bg, "", FALSE); + return texify($latex, 260, $c_fg, $c_bg, "", FALSE); } ?>

-- cgit v1.2.3-70-g09d2