Problem with wrapping text in pdf documentation
Take a look here https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/lastSuccess... code is cut out and does not wrap. Looks it exceeds its boundaries. Maybe some sort of bug ?
Verbatim in LaTeX does not cut the line if they exceed the page width No way to control that easily :) Ben On 19 Dec 2013, at 11:54, kilon alios <kilon.alios@gmail.com> wrote:
Take a look here
https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/lastSuccess...
code is cut out and does not wrap. Looks it exceeds its boundaries. Maybe some sort of bug ?
On Thu, Dec 19, 2013 at 11:54 AM, kilon alios <kilon.alios@gmail.com> wrote:
Take a look here
https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/lastSuccess...
code is cut out and does not wrap. Looks it exceeds its boundaries. Maybe some sort of bug ?
Fixed. That was a problem in the sources. The text was: =User >> fuelAfterMaterialization = acumulatedLogins := 0. whereas it should have been: [[[language=Smalltalk User >> fuelAfterMaterialization acumulatedLogins := 0. ]]] -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (3)
-
Benjamin -
Damien Cassou -
kilon alios