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.

tukar nama


\renewcommand{\refname}{Rujukan}
 \renewcommand{\abstractname}{Abstrak}

untuk menukar nama rujukan dan abstrak. daripada english ke malay.

Thursday, March 28, 2013

two equation one number


\begin{equation}\label{Ionx}
\begin{split}
x_I=\dfrac{\partial x}{\partial I}=\dfrac{t'(I)\pi^{*}_{x^*x^*}}{D}>0 \\
x^{*}_{I}=\dfrac{\partial x^*}{\partial I}=-\dfrac{t'(I)\pi^{*}_{x^*x}}{D}<0
\end{split}
\end{equation}

Lagi link utk latex

Klik disini

Wednesday, March 27, 2013

World Bank in biblio


@TECHREPORT{World,
  author = {{World Bank}},
  title = {Improving trade and transport for Landlocked Developing Countries:
World Bank contribution to implementing the Almaty Programme of Action},
  institution = {World Bank},
  year = {2008},
  type = {Mid Term Review},
  owner = {user},
  timestamp = {2013.03.19}
}

see {} for the World Bank. 
Result
World Bank (2008). Improving trade and transport for landlocked developing countries:
World bank contribution to implementing the almaty programme of action. Mid term
review, World Bank.
Link for latex'shttp://tex.stackexchange.com bloggers.

Sunday, March 10, 2013

Beamer

Cite, Graphic, Equation


\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{mdframed}
\usepackage[authoryear]{natbib}
\usepackage{fullpage}
\newtheorem{proposition}{Proposition}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{endnotes}

%\label kemudiaan \eqlabel
\begin{document}
\title{Strategic }
\author{name}                   
\date{Seminar }
\maketitle
\begin{center}
\textit{Preliminary and Incomplete}
\end{center}



\pagebreak
\doublespacing

\section{Introduction}



Namely, in the case of competition between the PTP and the PSA, where the two ports locate at the closer proximity and  the intervention of both governments are critical. The government use the port as the strategic trade policy is questioning. In this similar case, \cite{Minjuetal2011} have 


\section{Model}

The characteristics of the model are depicted in Figure 1.
\begin{figure}[h]
\caption{Model Structure}
\centering
\includegraphics[width=0.8\textwidth]{Figure1.png}
\label{figure}
\end{figure}



The port user costs depend on the port capacity, $K$, and volume of total traded good, $X$. 
 
\begin{equation}\label{port user cost}
\tau_m = S_m(\omega_i/K_i)+t,\: i,m=1,2,\: i\neq m
\end{equation}



\bibliographystyle{kluwer}
\bibliography{iame}
\end{document}

Latex Contoh


\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[round]{natbib}
\usepackage{fullpage}
\newtheorem{proposition}{Proposition}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{endnotes}
\usepackage{authblk}
\begin{document}
\title{Analisis Polisi Import Produk Hijau: Pendekatan Polisi Alam Sekitar Strategik}
\author{
nama1\\
nama2. \\
nama3 \\
}    
\affil{Jabatan Ekonomi dan Perniagaan Tani \\
Kolej Perniagaan \\
Universiti Utara Malaysia
}          
\date{PERKEM2013}
\maketitle
\begin{abstract}
Kerajaan telah melaksanakan subsidi ke atas
\end{abstract}
\textbf{Kata kunci:} Polisi Perdagangan Strategik, Polisi Alam Sekitar Strategik
\end{document}