Project

General

Profile

Actions

Patch #9692

closed

Fix Textilized description in PDF for CodeRay

Added by Jun NAITOH over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Toshi MARUYAMA
Category:
PDF export
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

If I use CodeRay syntax, so PDF export can't properly line break on trunk (1.3.0).

sample code.

#include <stdio.h>

int main(void) {
    printf("Hello, World!\n");

    return 0;
}

I fixed this patch.


Files

tcpdf.rb_r8000.patch (729 Bytes) tcpdf.rb_r8000.patch Jun NAITOH, 2011-11-29 23:01
coderay_pdf.png (17.8 KB) coderay_pdf.png Jun NAITOH, 2011-11-29 23:01
coderay_pdf_fix.png (19.3 KB) coderay_pdf_fix.png Jun NAITOH, 2011-11-29 23:01
Actions #1

Updated by Toshi MARUYAMA over 12 years ago

  • Assignee set to Toshi MARUYAMA
  • Target version set to 1.3.0
Actions #2

Updated by Toshi MARUYAMA over 12 years ago

  • Status changed from New to Closed

Committed in trunk r8001 and 1.3-stable r8003, thanks.

Actions

Also available in: Atom PDF