"R. Lahaye" <[EMAIL PROTECTED]> writes:
| I don't agree qualifying this as "wrong fix"; I agree that the
| "default" should leave the paper
| choice untouched, as Jean-Marc explains. But what the "default" does
| now is totally bullocks, and
| need to go anyway (it's stupidly hardcoded to defau
"R. Lahaye" <[EMAIL PROTECTED]> writes:
| BTW: My total patch to present CVS is really big now (mainly to
| Xforms dialogs and related code)
| and I start worrying how to merge it in, eventually. It's fun to
| contribute and improve the code,
| but I don't want my efforts to be waisted.
| What
Lars Gullik Bjønnes wrote:
> "R. Lahaye" <[EMAIL PROTECTED]> writes:
>
> | Hi,
>
> | In the preferences dialog, Outputs->Misc->Papersize has a choice "default", which
> | I only can see as a nonsense option.
>
> | 1) This so called "default" merely refers to the hard coded choice by LyX:
> |
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> | I suggest to get rid of the choice option "default"
Lars> altogether. | Set the pagesize by default to something (US
Lars> letter, A4, or whatever) but don't call that | *the* default.
Lars> Wrong fix.
Lars> The fix is to s
"R. Lahaye" <[EMAIL PROTECTED]> writes:
| Hi,
>
| In the preferences dialog, Outputs->Misc->Papersize has a choice "default", which
| I only can see as a nonsense option.
>
| 1) This so called "default" merely refers to the hard coded choice by LyX:
| src/lyxrc.C line 191
|default
Rob Lahaye wrote:
> So at present, PAPER_DEFAULT is redundant and even worse: it suggests
> things that it does not! I think, either we get rid of it altogether, or do
> a major code-change so that indeed the class default is used.
Agreed.
> I decided for the removal.
That's fine with me.
Jürg
Juergen Spitzmueller wrote:
> R. Lahaye wrote:
>
>>In the preferences dialog, Outputs->Misc->Papersize has a choice "default",
>>which I only can see as a nonsense option.
>
>
> It /should/ use the default paper option of the class, which is e.g. A4 for
> scrbook and some us value for the stan
R. Lahaye wrote:
> In the preferences dialog, Outputs->Misc->Papersize has a choice "default",
> which I only can see as a nonsense option.
It /should/ use the default paper option of the class, which is e.g. A4 for
scrbook and some us value for the standard classes.
But you're right, it always
Hi,
In the preferences dialog, Outputs->Misc->Papersize has a choice "default", which
I only can see as a nonsense option.
1) This so called "default" merely refers to the hard coded choice by LyX:
src/lyxrc.C line 191
default_papersize = BufferParams::PAPER_USLETTER;
This s