It seems I have a problem with the newest release of TeXstudio 2.5.1
The PDF Viewer window is created much too large.
Even if it already exists and has been brought to adequate size, it resizes upon recompile
sometimes (may even depend on built project).
This is not influenced by Preferences>Preview>Scale Option or Scaling.
Machine latest update of Lion on Mac.
Benito van der Zander
2012-11-29
Have you tried resizing it and then immediately restart texstudio
afterwards?
That should set a new default size..
Klaus
2012-11-29
Just tried following cycle
- open TexStudio
- run (double arrow): the (too large) Viewer opens
- resize viewer
- quit
- start Texstudio
- restore session (if I only open the document same effect)
- run (double arrow)
- the (too large) Viewer opens (initial size not resized)
- resize again
- run (double arrow)
- the Viewer resizes to the too large size (independent of whether I use run from editor window or from viewer window
Robert
2012-11-30
Hi Klaus. I'm an OSX user as well. What happens if you try to embed the viewer? On my system, it defaults to the size I specify (large or small) when I disengage the embedded viewer and restart TXS. Like you state, it does seem to forget the way I last had it at (but it goes to a smaller size).
Robert
2012-11-30
After playing around more, it seems that TXS does two different things:
1. Open TXS
2. Open the viewer
3. Resize viewer
4. Close TXS
In that case, it memorizes the size and position of the viewer upon reopening. On the other hand, if I
1. Open TXS
2. Open the viewer
3. Embed the viewer
4. Close TXS
the next time I open TXS and the viewer, it defaults to some other size (in my case a smaller size).
Benito van der Zander
2012-12-01
The default pdf viewer size is set by hidden options in the texstudio.ini file, e.g.:
Geometries\PdfViewerLeft=70
Geometries\PdfViewerTop=75
Geometries\PdfViewerWidth=1000
Geometries\PdfViewerHeight=580
does it change the lines, if you resize the viewer and restart?
Or otherwise, does changing the ini changes the viewer of a newly started texstudio?
Perhaps there is something else in the viewer window that forces a larger size.
Tim suggested it might be that issue http://sourceforge.net/p/texstudio/discussion/907840/thread/33800b35
Or do you have some sub window activated in the viewer (e.g. search, fonts...)
Benito van der Zander
2012-12-01
Paolo
2012-12-02
The fix for https://sourceforge.net/p/texstudio/discussion/907840/thread/33800b35 (rev3494) fix the issue for me.
Klaus
2012-12-02
Kind of strange: First thing I tried was to do the embedding to see how it behaves.
Thanks for the tips..!
BTW: I also tried the thing with different path-lengths. (I.e., moving the directories around so I get smaller paths) In my case did not change a thing, but perhaps the paths were to small to start with. Also in the non-embedded mode only the name is shown over the viewer. The path is only shown over the editor, so I would not expect it to be the culprit..
Klaus
Klaus
Tim Hoffmann
2012-12-03
Independent of the viewer mode, the name is shown in statusbar for approximately 2 seconds.
Tim Hoffmann
2012-12-05
Is this fixed now?