Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3272
hyphen.diff
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 9:25 PM
2014-11-21 21:25:48 (UTC+0)
Size
442 B
Referenced Files
None
Subscribers
None
hyphen.diff
View Options
--- render.ml 2006-09-27 13:22:14.000000000 +0200
+++ render.ml.new 2006-09-27 13:21:21.000000000 +0200
@@ -19,7 +19,8 @@
Sys.remove (tmpprefix ^ ".aux");
Sys.remove (tmpprefix ^ ".log");
Sys.remove (tmpprefix ^ ".tex");
- Sys.remove (tmpprefix ^ ".ps");
+ if Sys.file_exists (tmpprefix ^ ".ps")
+ then Sys.remove (tmpprefix ^ ".ps");
end in
let f = (Util.open_out_unless_exists (tmpprefix ^ ".tex")) in
begin
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2841
Default Alt Text
hyphen.diff (442 B)
Attached To
Mode
T9367: Hyphens sometimes erroneously appended to equations when not converted to PNG
Attached
Detach File
Event Timeline
Log In to Comment