トップ 差分 一覧 ソース 検索 ヘルプ PDF RSS ログイン

TeX

参考サイト

Cygwin で 日本語 TeX

TeX Wiki

LaTeXコマンドシート一覧

TeX/LaTeX入門

文字を修飾する

大東文化大学 コンピュータリテラシ / LaTeX / マクロ

\newcommand{コマンド名}[引数の数]{コマンドの内容}|
  • 引数は #1 で参照されている
  • コマンドの (再) 定義と同様に,環境も (再) 定義することができる. 書式は
\(re)newenvironment{環境名}{開始時のコマンド}{終了時のコマンド}
  • 環境の定義では, \begin{環境}, \end{環境} それぞれに対する定義がなされる

メモ

LaTeX2 と LaTeX2e の違い

LaTeX2 LaTeX2e
プリアンブル \documentstyle \documentclass

\documentclass のオプション

  • a4j,10pt,onecolumn
  • a4j,11pt,twocolumn

章立て

  1. part
  2. chapter
  3. section
  4. subsection
  5. subsubsection
  6. paragraph
  7. subparagraph

サイズ指定

  • \tiny
  • \scriptsize
  • \footnotesize
  • \small
  • \normalsize
  • \large
  • \Large
  • \LARGE
  • \huge
  • \Huge

フォント指定

  • \texttt
  • \textrm
  • \textit
  • \textgt
  • \textsc
  • \textsl
  • \textbf

装飾

  • \underline{...}

出力

  • \tableofcontents
  • \listoffigures
  • \listoftables
  • \theindex