[問題] \picture中 上色後圖卻偏掉

看板LaTeX (論文排版)作者 (請加油~)時間12年前 (2013/04/12 22:41), 編輯推噓0(002)
留言2則, 2人參與, 最新討論串1/3 (看更多)
\documentclass{beamer} \usetheme{Warsaw} \begin{document} \begin{frame} \begin{center} \begin{picture}(250,70) \put(90,48){\circle*{3}} \put(100,20){\circle*{3}} \put(130,20){\circle*{3}} \put(140,48){\circle*{3}} \put(115,66){\circle*{3}} \put(101,0){$\mu(K_{2})$} \qbezier(100,20)(115,20)(130,20) \textcolor[rgb]{1.00,0.00,0.00}{\qbezier(90,48)(95,34)(100,20) \qbezier(130,20)(135,34)(140,48)} \textcolor[rgb]{0.00,0.00,1.00}{\qbezier(140,48)(127.5,57)(115,66) \qbezier(115,66)(102.5,57)(90,48)} \end{picture} \end{center} \end{frame} \end{document} 我想畫一個有邊著色的五邊形 輸入如上 可是上色後邊卻跑掉了 (沒上色就正常) 找不出問題在哪裡 拜託寫過類似語法的人能幫忙 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 111.251.219.133 ※ 編輯: adifdtd 來自: 111.251.219.133 (04/12 22:43)

04/12 23:44, , 1F
把\qbezier連上色指令一起用\put(0,0){}包起來
04/12 23:44, 1F

04/13 12:01, , 2F
哈哈我自己發現解法了 先畫一次 同樣座標上色再畫一次
04/13 12:01, 2F
文章代碼(AID): #1HQ1qj0G (LaTeX)
文章代碼(AID): #1HQ1qj0G (LaTeX)