Angus Leeming <[EMAIL PROTECTED]> writes:

| Norbert Koksch has discovered a problem with the preview code that is 
| triggered if a document contains more than 999 (!) formulae.
>
| The formulae are numbered so:
>
|               ostringstream os;
|               os << base_
|                  << setfill('0') << setw(3) << counter_++
|                  << "." << to_format_;
>
| ie they appear like
|       lyxpreview001.ppm -> lyxpreview999.ppm

and what is the problem with using f.ex. setw(6) always? (or setw(10)
for that matter)

-- 
        Lgb

Reply via email to