Sadless is a good man, but you can not see it through.
顯示具有 latex 標籤的文章。 顯示所有文章
顯示具有 latex 標籤的文章。 顯示所有文章

2011年11月27日 星期日

texmaker需要一個會自動更新的pdf reader

texmaker重新編譯後,會重新產生一個新的pdf檔案。
如果這個pdf檔案正在被開啟,那麼就會被拒絕存取,而無法正常產生。
此時,sumatraPDF這個軟體是你的好幫手,他會自動更新該檔案,就不用手動關閉pdf reader了。

http://blog.kowalczyk.info/software/sumatrapdf/free-pdf-reader.html


2010年12月3日 星期五

Viso 轉 PS 轉 EPS

需先安裝Adobe professional

Visio 2010中:
檔案 -> 列印
1.選"Adobe PDF"
2.勾選"無背景(No Background)"
3.勾選"列印至檔案(Print to file)"
4.內容(Properties...) -> 勾掉 "rely on system fonts...."
5.版面配置 -> 進階 -> post script 選項 -> 選"封裝式 PostScript (EPS)"
6確定列印並存成.ps file

用gostview開啟.ps file
1.Orientation -> Portrait
2.檔案 -> PS to EPS (勾選 Automatically calculate bounding box)
3.存成.eps file

檢查 pdf 檔:
將圖檔轉成.pdf
File => Properties => Fonts
不要出現新細明體等,看不懂的字體出現,就ok

2010年12月2日 星期四

use TexMakder to include eps

選項->設定 TexMaker->快速編譯
選擇第五項:Latex + Dvips + ps2pdf + 檢視pdf

----------------------------------------------------------
Remember, EPS only works with the following compiling routes:
LaTeX => DVI
LaTeX => PS
LaTeX => PS => PDF

but not with LaTeX => PDF !!!


2009年5月15日 星期五

10. 數學排版

10. 數學排版


latex 跟圖相關的, \usepackage

在 \documentclass[journal]{IEEEtran} 的下面 加入這個 package

\usepackage{graphicx}

然後可以指定圖的path, 如:

\graphicspath{{./eps/}}

這樣一來, 後面的 \includegraphics{} 就只要寫檔名即可

//=========================================================

• h: 放在此處• t: 放在頂端• b: 放在底端• p: 在本頁

都不寫, Latex會自己放, [htbp] 都寫, Latex 會放在這一頁, 自己放

\begin{figure}[h]

\center

\includegraphics [width=5cm, angle=130]{./fig/Diagram1.eps}\\

\caption{Caption_for_figure_description}

\label{Label_for_reference}

\end{figure}

//=========================================================

reference Fig~ref{Label_for_reference}

//=========================================================



出現 "! undefined control sequence" "\includegraphics"

使用 WinEdt

如果出現 "! undefined control sequence" "\includegraphics"

得在 \documentclass[journal]{IEEEtran} 的下面加上

\usepackage[dvips]{graphicx}

之後使用

Latex 產生 dvi

再用 dvi2pdf產生 pdf 即可



2009年4月10日 星期五

TeX/LaTeX 相關

LaTex 用法手冊 TeX/LaTeX 語法概說

Lyx 要把.lyx檔案存在 c:/program/lyx16/的 下面


TW的TexLive install-tl.zip 載點 http://ctan.cdpa.nsysu.edu.tw/systems/texlive/tlnet/2008/
如果這個掛了,去這邊換一個站試試看 http://www.ctan.org/tex-archive/CTAN.sites

Lyx Download http://www.lyx.org/Download