b***g 发帖数: 4 | 1 Psnup puts multiple logical pages onto each physical sheet
of paper.
However, when I use
psnup -4 test.ps
instead of 1 page as ( test.ps has 4 pages)
-----------------
| | |
| 1 | 2 |
| | |
-----------------
| | |
| 3 | 4 |
| | |
-----------------
I got 4 pages like this:
----------------- ------------------
| | | | | |
| 1 | | | | |
|
I**n 发帖数: 23 | 2 I use
psnup -4 input.pdf out.pdf
but the 'out.pdf' cannot be opened by acroread. Is that
a .pdf file? If I want to get a .pdf or .ps output, how
to do that? thanks |
|
r*****s 发帖数: 985 | 3 % acroread -toPostScript input.pdf output.ps
% psnup -nup 4 output.ps final.ps |
|
a******e 发帖数: 95 | 4 man psnup, and you will know what is wrong. |
|
m**h 发帖数: 207 | 5 there are set of ps manipulate tools:
psnup, psbook, pstops, psresize, psmerge, ps2ps, ps2pdf, ps2ascii,
ps2epsi, psdraft, html2ps, pdf2ps.
for your purpose its psnup |
|
z*****n 发帖数: 7639 | 6 I just put the example code from
http://latex-beamer.sourceforge.net/
and made a ps output, but it generate slide at left-bottom
corner of every page. What is the problem?
by the way, how many page styles I can use and
where I can find the samples of them?
【clustering】
Run the following command after replacing %1 with your
latex file, without the "tex" extension.
latex --src-specials %1
bibtex %1
latex --src-specials %1
latex --src-specials %1
dvips -P pdf -tletter %1.dvi -o temp.ps
psnup -1 -W1 |
|
c*********r 发帖数: 32 | 7 I use html2ps to transform a html file into a ps file, and then
I want to use a2ps to merge 2 pages into 1 page, but a2ps always
said the ps file has 0 pages.
I check the ps I created using html2ps using ghostview, it can not
show a page number.
Is it the problem, how can I solve that. Thanks a lot. |
|
|
r*****s 发帖数: 985 | 9 under unix, you can use
psnup -nup n psfile.ps psfilen.ps
n is the # of pages per page. psfilen.ps is the new file.
you don't have to sent it to the printer first. |
|
p**v 发帖数: 853 | 10 try psnup -n 2/4/more -l or -t yourfile.ps new.ps
you can either use -l or -t to see the effect.
or you can simply skip this. |
|
k**y 发帖数: 320 | 11 thanks. no psnup in my unix:( |
|
p***p 发帖数: 559 | 12 【 以下文字转载自 Software 讨论区 】
【 原文由 pingp 所发表 】
以前的版本还可以先输出成PS文件,UNIX下面用PSNUP
5.0版本似乎不能输出PS文件了请问怎么办 |
|
r*****s 发帖数: 985 | 13 under unix:
%acroread -toPostScript file.pdf file.ps
then use
%psnup -nup 2 file.ps file2.ps |
|
s***e 发帖数: 284 | 14 课程的slides,是横放的格式,打印起来太多了,想两页合在一页里。
用psnup搞不定。有什么程序搞吗? |
|
a******e 发帖数: 95 | 15 psnup certainly can do the job. Read its manual carefully.
For advanced features, try pstops. |
|
D****g 发帖数: 2860 | 16 try to convert it to ps and use psnup |
|
D****g 发帖数: 2860 | 17 If you were using "seminar" package, it's just a snap. But I guess you are not.
You can generate postscript and use "psnup" to generate handouts. |
|
W****n 发帖数: 141 | 18 psnup -w8.5in -h11in -2 epslatex.ps epslatex2.ps
-2
-4
-8
.. |
|
c*****t 发帖数: 1879 | 19 If you already have the ps files, psnup can help as well. |
|