diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-07 22:54:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-07 22:54:04 +0000 |
commit | 2e4171efd4e4cbac1653818d2ae27195018b440a (patch) | |
tree | d5918d9f5b1c983153dac664566bedab7d003e57 /Master/texmf-dist/doc/bibtex/econ-bst/customization/README.md | |
parent | fbd93be1dd416ac755b8811c3b8a46ea3affe326 (diff) |
econ-bst (7dec18)
git-svn-id: svn://tug.org/texlive/trunk@49351 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/bibtex/econ-bst/customization/README.md')
-rw-r--r-- | Master/texmf-dist/doc/bibtex/econ-bst/customization/README.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/bibtex/econ-bst/customization/README.md b/Master/texmf-dist/doc/bibtex/econ-bst/customization/README.md new file mode 100644 index 00000000000..aed7368f0ec --- /dev/null +++ b/Master/texmf-dist/doc/bibtex/econ-bst/customization/README.md @@ -0,0 +1,41 @@ +<!-- +Author: Shiro Takeda +e-mail <shiro.takeda@gmail.com> +First-written: <2016-03-16> +Time-stamp: <2018-11-09 11:54:42 st> +--> + +Contents of this folder +============================== + ++ This folders includes bst files created by customizing econ.bst. ++ If you want to customize econ.bst, see these files. + +| bst file | Explanation | +|:---------------------|:--------------------------------------------------------| +| `econ.bst` | The default econ.bst file. | +| `econ-a.bst` | A simple style. | +| `econ-b.bst` | A style with much decoration. | +| `econ-aer.bst` | A style like AER (American Economic Review). | +| `econ-jet.bst` | A style like JET (Journal of Economic Theoriy). | +| `econ-no-sort.bst` | This style lists entries in citation order. | +| `econ-econometrica.bst` | A style like Econometrica. | +| `econ-jie.bst` | A style like JIE (Journal of International Economics). | + +| PDF file | Explanation | +|:---------------------|:--------------------------------------------------------| +| `econ-default.pdf` | PDF file created from econ.bst file. | +| `econ-numbers.pdf` | PDF file which use numerical citation mode. | + +Other PDF files are created from the corresponding bst files above. + + +<!-- +-------------------- +Local Variables: +mode: markdown +fill-column: 90 +coding: utf-8-dos +End: +--> + |