<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pdf &#8211; Luxing Huang</title>
	<atom:link href="https://luxing.im/tag/pdf/feed/" rel="self" type="application/rss+xml" />
	<link>https://luxing.im</link>
	<description>Thoughs and things</description>
	<lastBuildDate>Wed, 12 Feb 2014 14:20:24 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
<site xmlns="com-wordpress:feed-additions:1">58771605</site>	<item>
		<title>Join PDFs together using LaTeX</title>
		<link>https://luxing.im/join-pdfs-together-using-latex/</link>
					<comments>https://luxing.im/join-pdfs-together-using-latex/#respond</comments>
		
		<dc:creator><![CDATA[Luxing Huang]]></dc:creator>
		<pubDate>Wed, 12 Feb 2014 14:18:57 +0000</pubDate>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[pdf]]></category>
		<guid isPermaLink="false">http://blog.luxing.im/?p=278</guid>

					<description><![CDATA[There is a package called pdfpages, its usage can be found here. \documentclass{article}% or something else \usepackage{pdfpages} \begin{document} \includepdf[pages=-]{paper1} \includepdf[pages=-]{paper2} \end{document} This is a sample code copied from here. Under Unix-like systems, after installing texlive and pdfjam, we could always join PDFs together by such command: pdfjoin 1.pdf 2.pdf 3.pdf --outfile combine.pdf see pdfjoin &#8211;help &#8230; <p class="link-more"><a href="https://luxing.im/join-pdfs-together-using-latex/" class="more-link">Continue reading<span class="screen-reader-text"> "Join PDFs together using LaTeX"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>There is a <img decoding="async" src="https://s0.wp.com/latex.php?latex=%5CLaTeX&#038;bg=ffffff&#038;fg=000&#038;s=0&#038;c=20201002" alt="&#92;LaTeX" class="latex" /> package called pdfpages, its usage can be found <a href="http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf" target="_blank">here</a>.<br />
<span id="more-278"></span></p>
<pre>
\documentclass{article}% or something else
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-]{paper1}
\includepdf[pages=-]{paper2}

\end{document}
</pre>
<p>This is a sample <img decoding="async" src="https://s0.wp.com/latex.php?latex=%5CLaTeX&#038;bg=ffffff&#038;fg=000&#038;s=0&#038;c=20201002" alt="&#92;LaTeX" class="latex" /> code copied from <a href="http://tex.stackexchange.com/questions/8662/merge-two-pdf-files-output-by-latex" target="_blank">here</a>.</p>
<p>Under Unix-like systems, after installing texlive and pdfjam, we could always join PDFs together by such command:</p>
<pre>pdfjoin 1.pdf 2.pdf 3.pdf --outfile combine.pdf</pre>
<p>see pdfjoin &#8211;help for more information.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://luxing.im/join-pdfs-together-using-latex/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">278</post-id>	</item>
	</channel>
</rss>
