summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/econ-bst/README.md
blob: 938baee6188e677c70513ed4b34246c94e545d16 (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
<!--
Filename:       README.md
Author:         Shiro Takeda
e-mail          <shiro.takeda@gmail.com>
First-written:  <2017-07-30>
-->

econ.bst
==============================

`econ.bst` is a BibTeX style file for economics. It provids the following
features:

* The author-year type citation (you need `natbib.sty` as well).
* Reference style used in economics papers (`econ.bst` is not a BibTeX style for a specific journal).
* Highly customizable.  You can easily customize reference style as you wish.
* You can use "certified random order" proposed by [Ray ⓡ Robson (2018), AER](http://dx.doi.org/10.1257/aer.20161492).


## Explanation of files

| File                                   | Explanation                                |
|:---------------------------------------|:-------------------------------------------|
| `econ.bst`                             | This is the main bst file.                 |
| `econ-example.tex`                     | This file explains how to use econ.bst.    |
| [`econ-example.pdf`](econ-example.pdf) | A PDF file created fom `econ-example.tex`. |
| `econ-example.bib`                     | This is a bibliography database file.      |
| [`customization`](customization)       | This folder contains customized bst files. |
| [`CHANGES.md`](CHANGES.md)             | Changelog file.                            |
| `README.md`                            | This file.                                 |

| bst file                | Explanation                                               |
|:------------------------|:----------------------------------------------------------|
| `econ-a.bst`            | A simple style.                                           |
| `econ-b.bst`            | A style with much decoration.                             |
| `econ-no-sort.bst`      | This style lists entries in citation order.               |
| `econ-abbr.bst`         | This style uses abbreviated journal name.                 |
| `econ-aea.bst`          | The style for AEA journals such as AER, JEL, AEJ and JEP. |
| `econ-econometrica.bst` | The style for Econometrica.                               |
| `econ-jpe.bst`          | The style for JPE (Journal of Poilitical Economy).        |
| `econ-jet.bst`          | The style for JET (Journal of Economic Theoriy).          |
| `econ-jie.bst`          | The style for JIE (Journal of International Economics).   |
| `econ-old.bst`          | The style of the old econ.bst.                            |

<!-- リンクの作成方法 -->
<!-- [リンクテキスト](URLを記入) -->

<!--
--------------------
Local Variables:
mode: markdown
fill-column: 80
coding: utf-8-dos
End:
-->