Group Abstract Group Abstract

Message Boards Message Boards

0
|
153 Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

How to control initial window size with init.m

Posted 22 days ago

I don't like the default initial window size.

In older versions (prior to 14), I could put this init.m

FrontEndExecute[
  {
    SetOptions[FrontEnd`InputNotebook[], WindowSize -> {Scaled[.8], Scaled[.7]} ],
    SetOptions[FrontEnd`InputNotebook[], WindowMargins -> {{40, Automatic}, {Automatic, 40}} ],
    $PlotTheme = "Classic";
  }
]

into C:\ProgramData\Mathematica\Kernel.

However, this does not seem to work in version 14.1.

So, in 14.1, how can I use init.m to control the initial window size?

POSTED BY: Robert Baillie
2 Replies
Posted 21 days ago

Thank you. That worked!

POSTED BY: Robert Baillie
Posted 22 days ago

Between 14.0 and 14.1 there was a change in where Mathematica is installed. Try:

C:\ProgramData\Wolfram\Kernel

POSTED BY: Hans Milton
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard