Re: [patch] add missing paper sizes to BufferParams::paperSizeName

2008-01-21 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Why is purpose a string and not an enum? Because I was lazy again? I'll change this. Jürgen

Re: [patch] add missing paper sizes to BufferParams::paperSizeName

2008-01-21 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > Jürgen Spitzmüller wrote: >> This patch adds those sizes and makes the function differentiate its output >> for different purposes (xdvi, dvips, dvipdfm), each one from whom knows a >> different subset. Xdvi knows all sizes, so the patch fixes also

Re: [patch] add missing paper sizes to BufferParams::paperSizeName

2008-01-19 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > This patch adds those sizes and makes the function differentiate its output > for different purposes (xdvi, dvips, dvipdfm), each one from whom knows a > different subset. Xdvi knows all sizes, so the patch fixes also this bug:   > > http://bugzilla.lyx.org/show_bug.cgi?

[patch] add missing paper sizes to BufferParams::paperSizeName

2008-01-19 Thread Jürgen Spitzmüller
Currently, the function only knows LaTeX's default sizes, not the additional ones provided by geometry (for those, "letter" is returned). This patch adds those sizes and makes the function differentiate its output for different purposes (xdvi, dvips, dvipdfm), each one from whom knows a differe