-- 2008/08/02 bbs backup --
http://www.eng.cam.ac.uk/help/tpl/textprocessing/squeeze.html
2010/04/04
[latex] ieeetran citation
-- 2010 --
I expect it shows [1-10] for 10 continuous citations but [1]-[10] instead.
I cannot find any solution for it until I give up then try to trace codes
in IEEEtrans.cls.
I expect it shows [1-10] for 10 continuous citations but [1]-[10] instead.
I cannot find any solution for it until I give up then try to trace codes
in IEEEtrans.cls.
[latex] 表格小數點對齊置中欄寬 / dot(decimal point) aligned to the centerline of a table cell
\usepackage{dcolumn, array}
\newcolumntype{z}{D{.}{.}{-1}}
Defining a new command, z is as c, l, r in tabular environment. The z is replaced with D{.}{.}{-1} in tabular.
It seems like new command only can be 1 character.
D : D is the command of dcolumn
{.} : . is the character to be aligned
{.} : . is the character above to be replaced with.
-1 : centered. If it's a positive number, it represents the digits after decimal point
\newcolumntype{z}{D{.}{.}{-1}}
Defining a new command, z is as c, l, r in tabular environment. The z is replaced with D{.}{.}{-1} in tabular.
It seems like new command only can be 1 character.
D : D is the command of dcolumn
{.} : . is the character to be aligned
{.} : . is the character above to be replaced with.
-1 : centered. If it's a positive number, it represents the digits after decimal point
2010/03/28
[latex] bibtex
-- 2010 --
How the citation be displayed depends on the bibliography style.
I suggest to save author's full name in the file. It may display the
acronym if the style assigns. We don't spend too much effort on it.
-- 2005/10/26 bbs backup --
為了要引入參考資料而設計的工具
How the citation be displayed depends on the bibliography style.
I suggest to save author's full name in the file. It may display the
acronym if the style assigns. We don't spend too much effort on it.
-- 2005/10/26 bbs backup --
為了要引入參考資料而設計的工具
[latex] save utf8 file
--2010--
Now I use vim. Vim does not add BOM in files.
--2005/09/27 bbs backup --
檔頭有問題要儲存成
utf8 without BOM
Now I use vim. Vim does not add BOM in files.
--2005/09/27 bbs backup --
檔頭有問題要儲存成
utf8 without BOM
[latex] utf8
-- 2010 --
Now I use vim.
-- 2005/09/15 bbs backup --
參考 http://www.ece.uci.edu/~chou/unicode-tex.html
dia
-- 2005/07/27 bbs backup --
結果FAQ就有了 http://www.gnome.org/projects/dia/faq.html#AddingShapes dia是畫流程圖的軟體 但是也有畫電路的元件 因為一直覺得他的電路原件太醜了 一直都沒有採用 後來查他的檔案才發現可以簡單改成想要的樣子
[latex] Chinese
-- 2010 --
Now I love to just download fonts from here cwTeX Unicode Type 1 and
copy the fonts to the directory described in section 4.1.2 of the 1st link below.
It easy! Under CJK package it works. I usually embed cwmu and cwku. They are
enough for my purpose.
-- 2005/02/02 bbs backup --
如果是抓果正兄做的王漢宗type1字型的話 http://info.sayya.org/~edt1023/tex/mycjk/n中文中文ode5.html 參考這個 把資料夾弄到指定目錄即可 在參考這個 http://neural.ee.ncku.edu.tw/~ccy0927/blog/archives/000179.html 路徑要改 如果要內嵌自行 miktex要改這個 http://project.ktug.or.kr/dvipdfmx/ 不內嵌字型可避免字型授權問題
[latex] 調邊界留白 (margin) 的方法
-- 2004/06/29 bbs backup --
※ 本文轉錄自 [TeX] 看板 發信人: hoch.bbs@bbs.cis.nctu.edu.tw (prolactin), 看板: TeX 標 題: Re: [FYI] 調邊界留白 (margin) 的方法 發信站: 交大資科_BBS (Wed Oct 15 13:58:27 2003) 轉信站: wretch!netnews.csie.nctu!freebsd.ntu!news.cis.nctu!cis_nctu Origin: 202.90.17.4
2010/03/06
[latex] 學習歷史
原來我從2003年和latex初次見面,那時只是想找個數學式子寫得很漂亮的軟體,半年之後因為中文和繪圖問題一度放棄,而且其他人還在用word,無法有討論的對象,直到大四才有時間慢慢刻這些程式碼,後來竟然變成生活圈當中最會latex的,研究所時有些人被迫學latex,只是要排論文,我卻發現更多功能更開心,不過也好久沒用了。
這方面大都看Edward Lee的文章,台灣latex他應該算研究者吧,有寫過很多好文在blog。
繪圖從Dia轉向Inkscape了,都是用eps匯入,因為Dia自己開發描述出來的圖形無法符合想要的結果,而且嵌入字型後會移位,因此改用別的,雖然少了連線的功能,不過畫出來更漂亮了。
這方面大都看Edward Lee的文章,台灣latex他應該算研究者吧,有寫過很多好文在blog。
繪圖從Dia轉向Inkscape了,都是用eps匯入,因為Dia自己開發描述出來的圖形無法符合想要的結果,而且嵌入字型後會移位,因此改用別的,雖然少了連線的功能,不過畫出來更漂亮了。
訂閱:
意見 (Atom)