summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtex/econ-bst/customization/econ-jet.tex
blob: d130e07be006a80f71de40276922d76993008b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
%#!pdflatex 
%#BIBTEX bibtex econ-jet

%############################## Main #################################
\documentclass[10pt]{article}

%% Use natbib.sty
\usepackage[numbers]{natbib}
\usepackage{mathpazo}
\usepackage{url}
\usepackage{graphicx}
\usepackage{color}
\definecolor{MyBrown}{rgb}{0.3,0,0}
\definecolor{MyBlue}{rgb}{0,0,0.3}
\definecolor{MyRed}{rgb}{0.4,0,0.1}
\definecolor{MyGreen}{rgb}{0,0.4,0}
\usepackage[bookmarks=true,%
bookmarksnumbered=true,%
colorlinks=true,%
linkcolor=MyBlue,%
citecolor=MyRed,%
filecolor=MyBlue,%
urlcolor=MyGreen%
]{hyperref}

\setlength{\topmargin}{-20pt} 
\setlength{\textheight}{648pt}
\setlength{\oddsidemargin}{15pt}
\setlength{\textwidth}{440pt}

%#####################################################################
%######################### Document Starts ###########################
%#####################################################################
\begin{document}

This document uses ``\verb|econ-jet.bst|''. The style like JET ({\itshape Journal of
Economic Theory}).

\vspace{1em}

\input{cited-part}
\vspace*{1em}

In the citation part above, we use
\verb|\citet| command which creates the style like ``author name + number''. If we use \verb|\cite|
command, we have the style only with number like the followings: \\
\cite{Ryza15:_advan_analy_spark_patter_learn_data_scale},
\cite{yamazaki13:_japan}, \cite{stakeda2013web}, \cite{Takeda2012a},
\cite{bergemann11:_ration}, \cite{goldin:katz:2011}, \cite{Takeda2011b},
\cite{takeda2011c}.

\nocite{*}

%% bst file:
\bibliographystyle{econ-jet}
\bibliography{../econ-example}

\end{document}

%#####################################################################
%######################### Document Ends #############################
%#####################################################################
% --------------------
% Local Variables:
% fill-column: 80
% End: