PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Text » Text_Wiki » Bug #4719

In Latex, newline rule does not produce a new line

Details

Submitted2005-06-30 18:15 UTC
Fromkloor at bgsu dot edu
Assignedjustinpatrin
StatusClosed
PackageText_Wiki
PHP Version5.0.4
OSLinux
Roadmaps(Not assigned)

Comments

[2005-06-30 18:15 UTC] kloor at bgsu dot edu

Description:
------------
A single newline does not actually create a new line when converted to Latex.

Reproduce code:
---------------
Solution:
Change line 8 of Text/Wiki/Render/Latex/Newline.php from
return "\n";
to
return "\\newline\n";