TeX
参考サイト
Cygwin で 日本語 TeX
- http://www.misojiro.t.u-tokyo.ac.jp/~kuroky/tex/
- cygwinパッケージを提供
- ダウンロード元に http://www.misojiro.t.u-tokyo.ac.jp/~kuroky/build
TeX Wiki
- http://oku.edu.mie-u.ac.jp/~okumura/texwiki/
- 入門
- マクロ入門
- http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?TeX%E5%85%A5%E9%96%80%2F%E3%83%9E%E3%82%AF%E3%83%AD%E3%81%AE%E4%BD%9C%E6%88%90
LaTeXコマンドシート一覧
TeX/LaTeX入門
- http://ja.wikibooks.org/wiki/TeX/LaTeX%E5%85%A5%E9%96%80
- wikibooks
- LaTeX2e
文字を修飾する
大東文化大学 コンピュータリテラシ / LaTeX / マクロ
- http://www.daito.ac.jp/~jun/computer/latex/macro.html
- 新しいコマンドの定義は \newcommand でおこなう
- 引数を使うコマンドの定義
\newcommand{コマンド名}[引数の数]{コマンドの内容}|
- 引数は #1 で参照されている
- コマンドの (再) 定義と同様に,環境も (再) 定義することができる. 書式は
\(re)newenvironment{環境名}{開始時のコマンド}{終了時のコマンド}
- 環境の定義では, \begin{環境}, \end{環境} それぞれに対する定義がなされる
メモ
LaTeX2 と LaTeX2e の違い
LaTeX2 | LaTeX2e | |
---|---|---|
プリアンブル | \documentstyle | \documentclass |
\documentclass のオプション
- a4j,10pt,onecolumn
- a4j,11pt,twocolumn
章立て
- part
- chapter
- section
- subsection
- subsubsection
- paragraph
- subparagraph
サイズ指定
- \tiny
- \scriptsize
- \footnotesize
- \small
- \normalsize
- \large
- \Large
- \LARGE
- \huge
- \Huge
フォント指定
- \texttt
- \textrm
- \textit
- \textgt
- \textsc
- \textsl
- \textbf
装飾
- \underline{...}
出力
- \tableofcontents
- \listoffigures
- \listoftables
- \theindex