phd_thesis_markdown icon indicating copy to clipboard operation
phd_thesis_markdown copied to clipboard

include PDF pages in other files

Open BioinfoTongLI opened this issue 5 years ago • 2 comments

Hi, thank you for sharing this wonderful tool. I'm wondering whether it's possible to use these commands in MD ?

\usepackage{pdfpages}
\includepdf[pages=-]{myfile.pdf}

Is this package import and usage wrapped in MD ? I just want to combine some appendix to the main thesis. Of course, I can do it manually. But I think you must have smarter solutions. Best.

BioinfoTongLI avatar May 20 '19 12:05 BioinfoTongLI

Well, I solved it. I don't even think it worth a PR. Maybe you can add it for the others? All you need to do is to add \usepackage{pdfpages} in preamble.tex Then, you can use \includepdf[pages=-]{myfile.pdf} wherever you want.

BioinfoTongLI avatar May 20 '19 13:05 BioinfoTongLI

Thanks! This would worth it to be added somewhere in the documentation.

mmiladi avatar Aug 22 '19 15:08 mmiladi