Re: [問題] 有關圖文混用--picins

看板LaTeX (論文排版)作者時間11年前 (2013/12/22 09:32), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/2 (看更多)
※ 引述《banmi.bbs@ptt.cc (數學小天兵)》之銘言: > 原本我是用wrapfig,不過覺得不太好用, > 爬文的結果,好像有另一個package picins比較好用, > 可以查文的結果,卻連怎麼用也看不出來, > 連下載的picins.sty放在哪裡都搞不清楚 = = > 小弟的英文實在不是很好,想請問版上是否有大大會用?? > 對了,小弟編輯的環境是用Cwtex。 edt1023:~$ ltxpkg picins The position of this package is installed at: /home/edt1023/opt/texlive/2011/../texmf-local/tex/latex/local/picins/picins.sty Version: I can't determine the version. Please read the source. The preloaded package(s) of picins is(are): 找你系統上相對應的目錄放在那裡,texhash 一下就可以使用了。 如果還是搞不清楚,就放在你 tex 文稿同一目錄。 以下是簡單的例子: \documentclass[a4paper]{article} \usepackage{graphicx,epic} \usepackage{picins} \newcommand{\mytext}{ \countdef\myno=0 \loop \advance\myno by 1 \ifnum\myno < 18 This is more picture inside paragrph test. This is \textsf{picinpar} package test. \repeat} \newcommand{\mypic}{ \unitlength=1mm \begin{picture}(40, 30) \multiput(5, 0)(5, 0){8}{\line(0, 1){30}} \multiput(0, 5)(0, 5){6}{\line(1, 0){40}} \thicklines \put(0, 0){\vector(0, 1){30}} \put(0, 0){\vector(1, 0){40}} \put(0, 0){\circle*{1}} \end{picture} } \begin{document} \begin{figure} \parpic[r]{\mypic} \mytext \end{figure} \mytext \end{document} -- ※ Origin: 交大次世代(bs2.to) ◆ From: 220.133.241.31

12/22 13:10, , 1F
謝謝果正大,不知道圖文混合果正大覺得哪個比較好用??
12/22 13:10, 1F
文章代碼(AID): #1Ija4IzX (LaTeX)
文章代碼(AID): #1Ija4IzX (LaTeX)