Re: [問題] 請問要如何將數篇pdf檔合成一篇?

看板LaTeX (論文排版)作者時間19年前 (2006/12/07 02:01), 編輯推噓2(200)
留言2則, 2人參與, 最新討論串3/4 (看更多)
※ 引述《ANAS.bbs@ptt.cc (Engine)》之銘言: > 教授指示我要將幾篇paper的所有內容 > 跟我自己的東西合成一個pdf檔, > 請問各位該如何做? 多謝! 假設你有 a, b, c, d, e 五個 pdf 檔: \documentclass{article} \usepackage{pdfpages} \begin{document} \includepdf[pages=-]{a.pdf} \includepdf[pages=-]{b.pdf} \includepdf[pages=-]{c.pdf} \includepdf[pages=-]{d.pdf} \includepdf[pages=-]{e.pdf} \end{document} 使用 pdflatex 執行過後就會合成一個 pdf 檔。要挑某些頁數來 合成或其他更細節的調整,請參考 pdfpages package 的使用手冊。 -- 有些人有種奇怪的想法 -- 認為一些客觀知識的總合即為智慧。 (林語堂.啼笑皆非) -- ※ Origin: SayYA 資訊站 <bbs.sayya.org> ◆ From: edt1023.sayya.org

12/07 07:49, , 1F
thx
12/07 07:49, 1F

12/18 03:54, , 2F
太棒了,非常感謝!!
12/18 03:54, 2F
文章代碼(AID): #15TmLl00 (LaTeX)
文章代碼(AID): #15TmLl00 (LaTeX)