Archive for the ‘TeX/LaTeX’ Category

powerdot - prosper 外的另一個選擇

Friday, March 31st, 2006

其實 powerdot 不是新的 package,他的前身是 HA-prosper,因此在使用上與原本的 prosper 是大同小異的。

我目前有用的,而且覺得很方便的功能是用 \pause 來取代 \overlay ,這樣子寫 slide 方便很多,不用自己算是那張 slide 該出現這一段。

此外可以在側邊加上連結,也是很值得一用的功能,我自己在實際報告時,才發現有那一串,找起投影片方便很多 XD

以下是我做的一個小範例,使用的環境是 MikTex 2.4 , CJK 4.6(CJKutf8 是最新的), 採用 cwmu 字型。

sample.tex

logo.eps

sample.pdf

或是直接抓打包起來的 powerdot .zip

ps. bookmark 會無法顯示中文,為什麼我就不清楚了XD (懶得管,反正一般播放都是全螢幕)

新年快樂 :) TeX

Friday, January 27th, 2006

從 Jserv’s blog 那看到這篇 新春愉快恭禧發財的 TeX 範本

一個TeX 板的動畫範例 :)

TeX賀新春
這是由 EdwardLee 在MOTO所發表的 可以在這邊抓

LaTex 下的中文標題

Wednesday, January 4th, 2006

說明

主要利用 titlesec 和 titletoc 來幫助,當然要更花俏也是可以 :)

example:

\usepackage{titlesec,titletoc}

\begin{CJK}{UTF8}{nsungu}

\CJKindent

% ————————————————————————— %
% 中文 title ,只能放在 begin CJK 之後
% ————————————————————————— %

\renewcommand{\tablename}{表~}
\renewcommand{\figurename}{圖~}
\renewcommand{\contentsname}{目~錄}
\renewcommand{\listfigurename}{圖~目~錄}
\renewcommand{\listtablename}{表~目~錄}
\renewcommand{\frefeqname}{式~}
\renewcommand{\freffigname}{圖~}
\renewcommand{\freftabname}{表~}
\renewcommand{\bibname}{參~考~文~獻}
\titleformat{\chapter}[display]{\centering\Huge\bf}{第\ \CJKnumber{\thechapter}\ 章}{0.2cm}{}

% 幫你算 123, 這段直接拿 CJK 下的 bg5.cap 的
\newcommand{\CJKnumber}[1]{\ifcase#1\or一\or二\or三\or四\or五\or六\or七\or八\or九\or十\fi}

% 換索引的 title
\titlecontents{chapter}
   [0em]
    {\large \bf}
   {第\CJKnumber{\thecontentslabel}章 }
   {}{\titlerule*{.}\contentspage}
\titlecontents{section}
   [4em]
   {}
   {\contentslabel{2em}}
   {}{\titlerule*{.} \contentspage}
\titlecontents{subsection}
   [8em]
   {}
   {\contentslabel{3em}}
   {}{\titlerule*{.} \contentspage}

ps. 這邊實在太少 post 了 XD , wiki 比較習慣 Orz

visio 輸出成 EPS

Wednesday, November 17th, 2004

dirty’s blog 看到這篇,才知道原來 visio 2003 可以透過 publisher 來輸出 eps 檔,不過目前對我來說,還是用 2002 方便,而如果要批次轉 eps(jpg -> eps, tiff -> eps 等) 的話,有 ABC winGraphic可用,不過轉出來的圖檔實在大的嚇人,用 acrobat 就不會這樣,可是這個要手動,也許直接讓 latex 去讀 jpg 檔會好一點(可不可以我忘了,反正我都轉好了 -__-”)。

相關的網頁
for 2002

for 2003 1 2

Too many unprocessed floats

Sunday, October 31st, 2004

MacKichan 找到的 :)

Error: Too many unprocessed floats

Version: 3.x, 4.x, 5.0 - Scientific WorkPlace & Scientific Word
Problem

Typesetting the document results in this LaTeX error message:

Too many unprocessed floats

The message appears in the LaTeX window and in the .log file for the document.
Explanation

Documents that contain many floating objects may occasionally encounter LaTeX processing problems. When you typeset your document, LaTeX tries to process floating objects as it encounters them, anchoring them throughout the document. However, if it can’t place an object because of its size or if float placement options don’t fit, LaTeX holds the object and all following floating objects until the end of the document. If there are too many such objects for LaTeX to handle, it generates the error message.
Solution

You can force LaTeX to process floating objects with a TeX command in the body of your document. Alternatively, you can use the float package to manage the placement of floating objects.

(more…)

TeX/LaTeX

Sunday, October 24th, 2004

什麼是 TeX

“[T]he TEX research project that I embarked on was driven by two
major goals. The first goal was quality: we wanted to produce documents
that were not just nice, but actually the best.”
“I never intended to have a system that would be universal and used
by everybody. I always wanted to write a system that would be used
for just the finest books.
-Knuth”

簡單的說,TeX 是一套很重視品質的排版軟體。

那 LaTeX 呢?
LaTeX 是一個 marco,因為 TeX 還是不夠直觀,所以 Leslie Lamport 寫了這個 marco,不過 Knuth 教授也有寫一個 plain TeX ,當然還有其他的,不過這之間的差異我沒注意過,所以也不清楚了。

接下來介紹一些我自己常用的連結…. (more…)