Ticket #29 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Avoid foo.nbk.png naming (double dot) for figures: it confuses pdflatex

Reported by: fperez Assigned to: tzanko
Priority: normal Milestone:
Component: nbshell Version:
Severity: normal Keywords:
Cc:

Description

I just tried manually exporting a notebook to tex to run pdflatex on it. Pdflatex has an annoying limitation: multiple dots in filenames (foo.nbk.png) confuse it:

! LaTeX Error: Unknown graphics extension: .nbk_2.png.

I manually renamed the file to use _nbk_2.png and edited the latex, and it's now fine. But we should refrain from using multiple dots in filenames, to accomodate this limitation of pdflatex.

Change History

09/12/05 16:07:37 changed by tzanko

  • status changed from new to assigned.

09/13/05 12:12:50 changed by tzanko

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed