[問題] cwtex圖片會蓋到一些字

看板LaTeX (論文排版)作者 (我等待著前叉)時間16年前 (2009/02/12 21:15), 編輯推噓2(200)
留言2則, 1人參與, 最新討論串1/3 (看更多)
在本文並未使用圖片 作投影片時需把一些文字轉成圖片 在作投影片時遇到一個嚴重的問題 就是圖片會蓋到部分的文字 在圖片周圍加空白也無效 還是會蓋到 這是圖片檔jpg http://lyway.t35.com/paper/figure.jpg
這是pdf輸出後轉的jpg http://lyway.t35.com/paper/lywayppt03.jpg
我是使用cwtex軟體,用winedt5.4編譯 以下是我的程式碼 \documentclass[12pt,dvips,hyperref={bookmarks=false}]{beamer} \usetheme{Malmoe} \usecolortheme{dolphin} \usefonttheme{professionalfonts} \useoutertheme{miniframes} %{infolines} \usepackage{xmpmulti} \usepackage{mathrsfs} \usepackage{amsthm} \usepackage{latexsym} \usepackage{amssymb} \usepackage{amsmath} \usepackage{textcomp} \usepackage{array} \usepackage{graphicx} \newcommand{\bline}[4]{% #1 x; #2 y,#3 angle; #4 height \begin{picture}(0,0)% \setlength{\unitlength}{1pt}% \put(#1,#2){\rotatebox{#3}{\raisebox{0mm}[0mm][0mm]{% \makebox[0mm]{\rule{0.4pt}{#4pt}}}}}% \end{picture}} \theoremstyle{plain} \newtheorem{thm}{Theorem} \newtheorem{lem}[thm]{Lemma} \newtheorem{defin}{Definition} \newtheorem{cor}{Corollary} \newtheorem{rem}{Remark} \long\def\longdelete#1{} \def\quax{\hskip 1cm} \linespread{1.2} \newenvironment{num} {\leftmargini=6mm\leftmarginii=8mm \begin{itemize}}{\end{itemize}} \begin{document} \section{Introduction} %%%%% \begin{frame} The $Cartesian$ $product$ of $G$ and $H$, written $G \square H$, is the graph with vertex set $V(G)$ $\times$ $V(H)$ specified by putting $(u,v)$ adjacent to $(u',v')$ if and only if (1) $u$ = $u'$ and $vv'$ $\in$ $E(H)$, or (2) $v$ = $v'$ and $uu'$ $\in$ $E(G)$. \includegraphics[height=2cm]{figure.jpg} \end{frame} \end{document} 大致是這樣 請各位大大幫我看看哪邊有問題 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.160.148.232

02/12 22:09, , 1F
試試看文繞圖
02/12 22:09, 1F

02/12 22:14, , 2F
使用的 package 是 wrapfig
02/12 22:14, 2F
文章代碼(AID): #19b24Eq8 (LaTeX)
文章代碼(AID): #19b24Eq8 (LaTeX)