Created
December 14, 2016 10:34
-
-
Save Ohjeah/e863f2b13fe07edb524da54d1b3bd79c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{graphicx} | |
\nofiles | |
\begin{filecontents}{A.pdf} | |
%PDF-1.1 | |
%¥±ë | |
1 0 obj | |
<< /Type /Catalog | |
/Pages 2 0 R | |
>> | |
endobj | |
2 0 obj | |
<< /Type /Pages | |
/Kids [3 0 R] | |
/Count 1 | |
/MediaBox [0 0 300 144] | |
>> | |
endobj | |
3 0 obj | |
<< /Type /Page | |
/Parent 2 0 R | |
/Resources | |
<< /Font | |
<< /F1 | |
<< /Type /Font | |
/Subtype /Type1 | |
/BaseFont /Times-Roman | |
>> | |
>> | |
>> | |
/Contents 4 0 R | |
>> | |
endobj | |
4 0 obj | |
<< /Length 55 >> | |
stream | |
BT | |
/F1 18 Tf | |
0 0 Td | |
(Hello World) Tj | |
ET | |
endstream | |
endobj | |
xref | |
0 5 | |
0000000000 65535 f | |
0000000018 00000 n | |
0000000077 00000 n | |
0000000178 00000 n | |
0000000457 00000 n | |
trailer | |
<< /Root 1 0 R | |
/Size 5 | |
>> | |
startxref | |
565 | |
%%EOF | |
\end{filecontents} | |
\begin{filecontents}{B.pdf} | |
%PDF-1.1 | |
%¥±ë | |
1 0 obj | |
<< /Type /Catalog | |
/Pages 2 0 R | |
>> | |
endobj | |
2 0 obj | |
<< /Type /Pages | |
/Kids [3 0 R] | |
/Count 1 | |
/MediaBox [0 0 300 144] | |
>> | |
endobj | |
3 0 obj | |
<< /Type /Page | |
/Parent 2 0 R | |
/Resources | |
<< /Font | |
<< /F1 | |
<< /Type /Font | |
/Subtype /Type1 | |
/BaseFont /Times-Roman | |
>> | |
>> | |
>> | |
/Contents 4 0 R | |
>> | |
endobj | |
4 0 obj | |
<< /Length 55 >> | |
stream | |
BT | |
/F1 18 Tf | |
0 0 Td | |
(Hello World) Tj | |
ET | |
endstream | |
endobj | |
xref | |
0 5 | |
0000000000 65535 f | |
0000000018 00000 n | |
0000000077 00000 n | |
0000000178 00000 n | |
0000000457 00000 n | |
trailer | |
<< /Root 1 0 R | |
/Size 5 | |
>> | |
startxref | |
565 | |
%%EOF | |
\end{filecontents} | |
\begin{document} | |
\begin{figure} | |
\includegraphics{A.pdf} | |
\caption{A} | |
\end{figure} | |
\begin{figure} | |
\includegraphics{B.pdf} | |
\caption{B} | |
\end{figure} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment