作者inch01742 (穎奇種筍子)
看板LaTeX
標題[請益] 使用overleaf遇到enumerate裡wrapfigure
時間Wed Oct 10 23:40:19 2018
今天爬了許多國內外的文,都沒有找到一個可以順利在enumerate中順利把圖片擺到右側的方法(左側是有找到幾種,但還是想要放在右側)
參考了一個"用LaTeX做數學考卷"的文章
我仿照他的做法但我的文字會跟圖片重疊在一起,想了很久跟他唯一的差別是他使用的是
/usepackage[CJKnumber]{xeCJK}
但我在overleaf使用這個會無法顯示中文,所以我都是用
/usepackage{CJKutf8}
附上自己打的和出現的結果
\documentclass[12pt]{article}
\usepackage[a4paper, margin=1.5cm]{geometry}
\usepackage{CJKutf8}
\usepackage{graphicx}
\usepackage{wrapfig}
\newcommand\longch{\parbox[t]{0.92\linewidth}}
\begin{document}
\begin{CJK}{UTF8}{bsmi}
\begin{enumerate}
\item \parbox[t]{\dimexpr\textwidth-\leftmargin}{
\vspace{-3.2mm}
\begin{wrapfigure}[3]{r}{6cm}
\includegraphics[]{1.eps}
\end{wrapfigure}測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試測試}
\end{enumerate}
\end{CJK}
\end{document}
知道如何改善的大神們幫我一下,感謝!!!
http://i.imgur.com/1V3SOwF.jpg
-----
Sent from JPTT on my Samsung SM-N9208.
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 42.75.157.211
※ 文章網址: https://webptt.com/m.aspx?n=bbs/LaTeX/M.1539186022.A.914.html
※ 編輯: inch01742 (42.75.157.211), 10/10/2018 23:47:08
※ 編輯: inch01742 (42.75.157.211), 10/10/2018 23:51:41
1F:→ andrew43: 確實是CJKutf8的關係。建議改用xeCJK 10/11 08:49
2F:→ inch01742: 感謝你!!!照您說的換成xeCJK就可以,可是還是遇到好 10/12 21:33
3F:→ inch01742: 多困難,嘗試了很久目前應該是成功了 10/12 21:35