Stats

Popular Posts

Followers

Mac TeXShop上的引用pdf圖形

戴忠淵 於 2010年8月15日星期日 下午11:52 發表
Q: 目前手邊的工作是用R語言畫出圖後儲存(pdf檔)
在引用pdf圖檔,所以我用了
\usepackage[dvipdfm]{graphicx}
... ...
... ...
\begin{figure}
\centering
\includegraphics[width=0.9\textwidth]{R圖檔名.pdf}
\end{figure}

但是就是沒辦法跑出圖來 囧



Ans: 這邊只能用pdflatex,所以在TeXShop上將編譯器改成pdftex

Step 1.


Step 2.
OK!收工~~


\documentclass[a4paper,11pt]{article}
\usepackage{graphicx}
\usepackage{CJKutf8}


\begin{document}
\begin{CJK}{UTF8}{cwmc}
爬了文跟翻了手邊的教學書還是搞不定

目前手邊的工作是用R語言畫出圖後儲存(pdf檔)
在引用pdf圖檔
\begin{figure}
\centering
\includegraphics[width=0.2\textwidth]{kennydye.pdf}
\end{figure}

\newpage
爬了文跟翻了手邊的教學書還是搞不定

目前手邊的工作是用R語言畫出圖後儲存(pdf檔)

在引用pdf圖檔
\begin{figure}
\centering
\includegraphics[width=0.5\textwidth]{kennydye.pdf}
\end{figure}

\newpage
爬了文跟翻了手邊的教學書還是搞不定

目前手邊的工作是用R語言畫出圖後儲存(pdf檔)

在引用pdf圖檔
\begin{figure}
\centering
\includegraphics[width=0.7\textwidth]{kennydye.pdf}
\end{figure}
\end{CJK}
\end{document}
Tags: ,

讀者回應 ( 0 意見 )

發佈留言

Please leave your name and tell me what you thought about this site. Comments, suggestions and views are welcomed.

如果這篇文章對你有幫助,那請留個訊息給我~