Re: [問題] \includepdf figures 並存問題
※ 引述《cholauda (cholauda)》之銘言:
: 如果要使用\includepdf,必須使用pdftexify,不過這個指令不能接受eps圖檔。
: 請問該怎麼設定,才能完成這件事?
: 謝謝
我今天測試了一下,可以在同一個 tex 檔中加入 pdf 檔與 eps 檔,
\input epsf %load the epsf library
\usepackage{graphicx} %這是為了加 pdf 圖檔
上面兩個應該是放在 \documentclass 的下面
\begin{frame}
\frametitle{關於 Star graph}
\begin{figure}
\begin{center}
\leavevmode \hbox{ \epsfxsize = 2.2in \epsffile{S4-1.eps}}
\end{center}
\caption{The graph $S_4$}
\label{S4}
\end{figure}
這是我加入 eps 圖檔的寫法。
\begin{frame}
\begin{figure}[ht]
\begin{center}
\includegraphics[width = 3.5in]{illustrated31.pdf}
\caption{pdf檔測試。}
\label{illustrated31}
\end{center}
\end{figure}
這是我加入 pdf 圖檔的寫法。
我是用 xelatex 編譯的,在 miktex 2.8 版中就有提供。
我是用 Texmaker 來編譯,已經很多年沒有用 winedt 了,
或許您可以找一下 xelatex 的編譯方式,還蠻不錯的。
只是說真的,我不是很確定這是不是您所要的。
--
Xuite日誌:http://blog.xuite.net/springman/
網路城邦:http://blog.udn.com/springman
聖經查詢系統:http://springbible.fhl.net/
芳苑教會:http://fychurch.fhl.net/
信望愛bbs:http://wbbs.fhl.net/
自由軟體使用經驗分享 http://springbible.blogspot.com/
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 163.23.24.187
→
09/24 22:25, , 1F
09/24 22:25, 1F
→
09/25 13:11, , 2F
09/25 13:11, 2F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章