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

The resulting PDF also opens fine in Skim. Notice the "-t landscape" 
option that I added to dvips. This option is necessary to make landscape 
work across the conversion, and it may not be included in your default 
methods for generating your PDF.

        --Ted

Charilaos Skiadas wrote:
> 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 seems that this is not handled by Skim as expected, i.e. the same  
> problem is encountered: Viewing is in landscape mode, printing is  
> not. Using version 0.8
> 
> Haris
> 
> On Aug 28, 2007, at 10:52 AM, Christiaan Hofman wrote:
> 
>> Are you using 0.7 ? It should contain a fix for this.
>>
>> Christiaan
>>
>> On 28 Aug 2007, at 4:18 PM, Charilaos Skiadas wrote:
>>
>>> Hi all,
>>>
>>>     I encountered a problem today when I tried to print a document that
>>> was in landscape mode. The document was creating from a tex file with
>>> the following structure:
>>>
>>> \documentclass{article}
>>> \usepackage{pdflscape}
>>> \usepackage[vmargin=1cm,hmargin=1cm]{geometry}
>>> \begin{document}
>>> \begin{landscape}
>>>
>>> ... stuff here
>>>
>>> \end{landscape}
>>> \end{document}
>>>
>>>
>>>
>>> When I open the file in Skim, it shows it in its landscape mode.
>>> However, when I try to print, it prints it normally (of course
>>> resulting in half the data being lost). Even when I do a preview of
>>> the file from the print menu, it already shows up as not landscape.
>>>
>>> When on the other hand I open the file in Preview.app, and then  
>>> print/
>>> preview from there, everything is fine and the file stays in
>>> landscape mode.
>>>
>>> Any thoughts?
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Skim-app-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/skim-app-users
> 

-- 
Ted Pavlic <[EMAIL PROTECTED]>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users

Reply via email to