Changeset 63 for trunk/man

Show
Ignore:
Timestamp:
11/19/11 10:26:47 (6 months ago)
Author:
mirko
Message:

manpage updated

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/man/pdfcube.1

    r28 r63  
    1 .TH "\fBpdfcube\fR"  "1" "11/2008" "pdfcube 0.0.3" "pdfcube presentation viewer" 
     1.TH "\fBpdfcube\fR"  "1" "11/2011" "pdfcube 0.0.4" "pdfcube presentation viewer" 
    22.SH "NAME" 
    3 \fBpdfcube\fP - a PDF presentations viewer with some eye-candy in 3D. 
     3\fBpdfcube\fP - a PDF presentation viewer with 3D effects. 
    44.SH "SYNOPSIS" 
    55.HP 24 
    6 \fBpdfcube\fP \fIFILE\fP [\fB--help\fP] [\fB--bgcolor\fP \fIf,f,f\fP] [\fB--top-color\fP \fIf,f,f\fP] [\fB--no-fullscreen\fP] [\fB--transitions\fP \fIn\fP \fIn\fP \fIn\fP \.\.\.]  
     6\fBpdfcube\fP \fIFILE\fP [\fB--help\fP] [\fB--bgcolor\fP \fIf:f:f\fP] [\fB--top-color\fP \fIf:f:f\fP] [\fB--no-fullscreen\fP]  
    77.SH "DESCRIPTION" 
    88.PP 
    99\fBpdfcube\fP(1) is a tiny (about 30KiB) viewer for Portable Document 
    1010Format (PDF) files that adds spinning cube transition effect to your 
    11 PDF presentation files (like Compiz or Mac ones). It can also zoom on 
    12 5 predefined areas with a smooth zooming effect. This program is 
    13 suited only for landscape PDF files, mostly presentations done with 
    14 LaTeX (Beamer, Prosper, etc.) or OpenOffice.org Impress. 
     11PDF presentation files. It can also zoom on 5 predefined areas with a 
     12smooth zooming effect. This program is suited only for landscape PDF 
     13files, mostly presentations done with LaTeX (Beamer, Prosper, etc.) or 
     14OpenOffice.org Impress. 
    1515.PP 
    1616\fBpdfcube\fP(1) is an open source, low-effort, spare-time, money-less 
     
    2525.TP 
    2626\fB\-b\fR [ \fB\-\-bgcolor\fR ] arg 
    27 Background color is 'r,g,b' with real values between 
     27Background color is 'r:g:b' with real values between 
    28280.0 and 1.0, no spaces. 
    2929.TP 
    3030\fB\-t\fR [ \fB\-\-top\-color\fR ] arg 
    31 Cube top color in 'r,g,b' format again with reals in 
     31Cube top color in 'r:g:b' format again with reals in 
    3232[0,1]. 
    3333.TP 
    34 \fB\-c\fR [ \fB\-\-transitions\fR ] arg Pages at wich to do a cube transition by default eg. 
    35 2 4 7 
    36 Must be the last option on the command line. 
     34\fB\-c\fR [ \fB\-\-transitions\fR ]  
     35This option has been removed. Use 
     36the \transboxin transition in your beamer latex source to program 
     37transitions in advance. 
    3738.TP 
    3839\fB\-i\fR [ \fB\-\-input\-file\fR ] arg 
     
    4445.SS Notes 
    4546The "-i" option can be omitted, the first non-option string is treated 
    46 as the input file. Since the "-c" option accepts an undetermined 
    47 number of parameters it should be, if present, the last option on the 
    48 command line. 
     47as the input file.  
    4948.SH "INTERACTIVE CONTROL" 
    5049.TP 
     
    5352.TP 
    5453\fBSPACE, PG-DOWN\fP 
    55 Will switch to the next page with the programmed ("-c" option) effect. 
     54Will switch to the next page with the programmed effect. 
    5655.TP 
    5756\fBh, j, k, l, z\fP 
     
    8685Will display 'foo.pdf' in full-screen. 
    8786.TP 
    88 \fBpdfcube\fP foo.pdf \fB--bgcolor\fP 0,0,0 \fB--top-color\fP 0.6,0.2,0.2 \fB--transitions\fP 1 5 7 
    89 Will display 'foo.pdf' with custom background and cube color, it 
    90 will also prepare three transistions for 1-2 5-6 and 7-8 page turns. 
     87\fBpdfcube\fP foo.pdf \fB--bgcolor\fP 0:0:0 \fB--top-color\fP 0.6:0.2:0.2 
     88Will display 'foo.pdf' with custom background and cube color. 
    9189.SH "BUGS" 
    9290\fBpdfcube\fP(1) can view only PDF files with a 4:3 aspect ratio. This 
     
    9492a projected screen. 
    9593.PP 
     94On some systems color values are locale dependant (e.g. you may have 
     95to write 0,6 instead of 0.6) 
     96.PP 
    9697See http://code.100allora.it/pdfcube/report/ for the bugtracker of 
    97 \fBpdfcube\fP(1) (you should obtain an account first). Or please report any bug 
    98 to the author. 
     98\fBpdfcube\fP(1) (you should obtain an account contacting the author 
     99first). Or please report any bug to the author. 
    99100.SH "AUTHORS" 
    100101Written by Mirko Maischberger, <mailto:mirko.maischberger@gmail.com> 
     
    108109This manpage is available under the same GPL v2 or later license as 
    109110the main program, the original manpage was written by Alexander Wirt 
    110 <mailto:formorer@debian.org> for the Debian distribution. The 0.0.3 
    111 version is Copyright (C) 2008 Mirko Maischberger. 
     111<mailto:formorer@debian.org> for the Debian distribution. The 0.0.4 
     112version is Copyright (C) 2008-2011 Mirko Maischberger.