Monday, September 21, 2015

Buat presentation dengan latex

Sila rujuk page ini.
http://staff.aub.edu.lb/~kf09/kfbeamertutorialen.pdf

Saturday, September 19, 2015

nama penulis di muka depan

sila rujuk usepackage authblk di sini http://cs.brown.edu/about/system/managed/latex/doc/authblk.pdf

Wednesday, April 8, 2015

Writelatex dan Sharelatex

Ini adalah web latex editor. Tak perlu download miktex dan latex editor ke komputer. Boleh terus tulis dalam web sahaja. Terbaik untuk mobile tetapi keburukannya perlu internet.


Monday, May 6, 2013

Put Source under the table or figure[ usepackage[cappositon=top]{floatrow}


\documentclass{article}

\usepackage[capposition=top]{floatrow}

\begin{document}

\begin{figure}
% \centering% default with `floatrow`
\rule{1cm}{1cm}% placeholder for `\includegraphics`
\caption{A figure}
\floatfoot{A note}
\end{figure}

\end{document}
enter image description here

Monday, April 22, 2013

double summation


\usepackage{amsmath}



\begin{equation}
log L\sum\limits_{i=j}^{N}\sum\limits_{j=1}^{J}y_{ij}\begin{bmatrix}
\dfrac{exp(V_{ij}}{\sum\limits_{j=1}^{J}exp(V_{ij}}
\end{bmatrix}
\end{equation}


Monday, April 15, 2013

doublespacing

\usepackage{setspace}

tulis dimana kita nak mula doublespacing arahan berikut
\doublespacing

citation rearrange name

dalam jabref, masukkan {} pada setiap nama
{Adamowicz W.} and {Louviere J.} and {Williams M.}

hasilnya


Adamowicz W., Louviere J., and Williams M. (1994). Combining revealed and
stated preference methods for valuing environmental amenities. Journal of
environmental economics and management, 26:271{292.

Saturday, April 13, 2013

Proposisi dan bukti


\usepackage{amsmath}
\newtheorem{proposition}{Proposisi}
\newtheorem{proof}{Bukti}

Tuesday, April 9, 2013

cite newspaper


@MISC{BusinessTimes2010,
  author = {{Business Times}},
  title = {A boon to hybrid car industry, {O}ctober 10, 2010},
  month = {October 10},
  year = {2010},
  owner = {user},
  timestamp = {2013.04.09}
}


Wednesday, April 3, 2013

Monday, April 1, 2013

removing page number


\thispagestyle{empty}

after maketitle before \pagebrake as follow
\thispagestyle{empty}
\pagebreak

Saturday, March 30, 2013

quotation marks


Single quotation marks are produced in LaTeX using ` and '. Double quotation marks are produced by typing `` and ''. (The `undirected double quote character" produces double right quotation marks: it should never be used where left quotation marks are required.)
LaTeX allows you to produce dashes of various length, known as `hyphens', `en-dashes' and `em-dashes'. Hyphens are obtained in LaTeX by typing -, en-dashes by typing -- and em-dashes by typing ---.
One normally uses en-dashes when specifying a range of numbers. Thus for example, to specify a range of page numbers, one would type
on pages 155--219.