Tex


Installation on Windows


Setup TexnicCenter

  • TEX => PS => PDF

Latex quick reference


Compile

  1. platex paper.tex
  2. bibtex paper
  3. repeat "platex paper.tex"

Tex command

  • Font
bold \textbf{}

  • Special characters
ä \"a
ê \^e

  • reset counter of figures, tables and equations
\setcounter{equation}{0}
  • multiple equations
\begin{eqnarray}
A + B
&=&
C
\nonumber \\
D + E
&=&
F
\label{eq:eq1}
\end{eqnarray}
 

BibTex

ABC (upper case) {ABC}


Presentation by using Beamer

  • Spacing: vertical
\vskip0pt plus.5fill
 

Tips

textcomp package

If I use 'textcomp' package, bullets for itemize are lost.

Math

Symbols

\usepackage{amsmath} %bmatrix
\usepackage{bm} %% bold face
\usepackage{stmaryrd} %%
\usepackage{gensymb} %degree

Break display of formulas in equation arrays

\allowdisplaybreaks[4]

Hyperref

Wrap linked text

add option 'breaklinks'

Add a PDF bookmark for the table of contents

\phantomsection
\pdfbookmark[0]{\contentsname}{toc} % Adds a PDF bookmark for the TOC.
\tableofcontents
最終更新:2011年03月03日 19:12
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。
添付ファイル