2013年5月1日

org-mode で export latex した時のpackage意味を一言でメモ

utf 対応
usepackage[utf8]{inputenc}

pdf での検索でアンダーライン付きのものも検索できるように
usepackage[T1]{fontenc}

図の位置とかのバグ対応
http://anorien.csc.warwick.ac.uk/mirrors/CTAN/macros/latex/base/00readme.txt
usepackage{fixltx2e}

ページをまたがる長い表
usepackage{longtable}

思い通りの位置に図表
usepackage{float}

文字の周り込み
usepackage{wrapfig}

http://ctan.mackichan.com/macros/latex/contrib/soul/soul.txt
hyphenatable letterspacing (spacing out),underlining
usepackage{soul}

特殊記号の追加
usepackage{textcomp}
usepackage{marvosym}
usepackage{latexsym}
usepackage{amssymb}

org-mode でインライン表示
usepackage{wasysym}

ハイパーリンク
usepackage{hyperref}

文字配置の改善 txfont の後継
usepackage{newtxtext,newtxmath}

pLaTeX + hyperref + dvipdfmx の環境における日本語の「しおり」の作成
usepackage{pxjahyper}

0 件のコメント:

コメントを投稿