作者lyway (我等待着前叉)
看板LaTeX
标题[问题] cwtex图片会盖到一些字
时间Thu Feb 12 21:15:57 2009
在本文并未使用图片
作投影片时需把一些文字转成图片
在作投影片时遇到一个严重的问题
就是图片会盖到部分的文字
在图片周围加空白也无效
还是会盖到
这是图片档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
1F:推 roloc:试试看文绕图 02/12 22:09
2F:推 roloc:使用的 package 是 wrapfig 02/12 22:14