diff options
Diffstat (limited to 'src/writing')
-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>
|