diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-08-02 03:24:42 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-08-02 03:24:42 -0700 |
commit | c5ef1b6370d3229f52b292fa72c5b4700a77e32f (patch) | |
tree | 299e03f01a24a45a19a98b7e733d5e49e022342b /src/writing/derivative.php | |
parent | e2a5476389ef350aed3857ccd5a5cafc51acbbbf (diff) |
fixed dpi scaling
Diffstat (limited to 'src/writing/derivative.php')
-rw-r--r-- | src/writing/derivative.php | 2 |
1 files changed, 1 insertions, 1 deletions
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);
}
?>
<p>
|