That makes perfect sense. It's unlikely to occur very often really,
since I would typically know in advance if I want landscape or not,
I'm surprised I even ran into this at all. Thanks for the quick
feedback.
Haris
On Sep 4, 2007, at 6:43 PM, Christiaan Hofman wrote:
> OK, that explains i
OK, that explains it all. It's not a Skim bug, and works exactly as
expected. The print settings are only changed when the file
initially loads, not when it reloads. Doing it any other way would be
wrong, as it would overwrite possible edits to the print settings.
Note that reloading for t
On Sep 4, 2007, at 6:03 PM, Christiaan Hofman wrote:
> As Ted Pavlic, I cannot reproduce it (using pdflatex). And from the
> code, I also cannot imagine it (we set the print orientation to
> landscape when either the page is rotated by 90 or 270 degrees, or
> (as in xor) the page is wider than hig
As Ted Pavlic, I cannot reproduce it (using pdflatex). And from the
code, I also cannot imagine it (we set the print orientation to
landscape when either the page is rotated by 90 or 270 degrees, or
(as in xor) the page is wider than high). Does the print settings
sheet show the correct ori
Hi Ted,
the whole thing goes through the TextMate compile command, but it
eventually calls pdflatex, and I believe the arguments passed at that
point are something like "-interaction=nonstopmode -file-line-error-
style". But as I said in my email, Skim shows the file in landscape
ju
> pdflatex test.tex
NOTE: Running:
pdflatex -output-format pdf test.tex
does not even produce a landscape formatted PDF.
--Ted
>
> I get a PDF that opens properly in Skim.
>
> Additionally, I have no trouble doing this:
>
> latex test.tex
> dvips -t landscape test.dvi
> ps2pd
Haris --
You should specify how you are running LaTeX.
For example, when I run your code through pdflatex:
pdflatex test.tex
I get a PDF that opens properly in Skim.
Additionally, I have no trouble doing this:
latex test.tex
dvips -t landscape test.dvi
ps2pdf test.ps
Sorry to revisit this old slightly thread, but I had a problem today
with specifying landscape mode in a different way. My document this
time was set by:
\documentclass{article}
\usepackage[landscape, vmargin=1cm,hmargin=1cm]{geometry}
\begin{document}
... stuff here ...
\end{document}
It
I thought at some point I did try the first option you listed, but I
am no stranger to misremembering.
Thank you! (for your patience and your help)
Johnnie
On 4 Sep 2007, at 7:06 AM, Christiaan Hofman wrote:
> You should write
>
> defaults write -app Skim SKKeepNoteWindowsOnTop -boolean true
This is just to say thanks for the great 'bundle' feature in v 0.8.
It means I can now move pdfs between two computers (which I do
constantly), without losing the ability to edit the notes afterwards.
Perfect!
Maurice
You should write
defaults write -app Skim SKKeepNoteWindowsOnTop -boolean true
or
defaults write -app Skim SKKeepNoteWindowsOnTop 1
read the man page for 'defaults' or the wiki carefully.
Christiaan
On 4 Sep 2007, at 12:54 PM, [EMAIL PROTECTED]
wrote:
> Thanks for getting back so quickly,
Thanks for getting back so quickly, Christiaan.
I used
defaults write -app Skim SKKeepNoteWindowsOnTop true
and see in ~/Library/Preferences/net.sourceforge.skim-app.skim.plist
that SKKeepNoteWindowsOnTop has been added with the key "true", but
it doesn't seem to have any effect on n
Updated. I thought I had already done that, but apprently I missed
this one.
Christiaan
On 4 Sep 2007, at 2:47 AM, [EMAIL PROTECTED]
wrote:
> Skim is great and I'm looking forward to getting my hands dirty with
> 0.8.
>
> The release notes indicate
>
> * New hidden default to keep note
13 matches
Mail list logo