Welcome, Guest! Log In | Create Account

Main Page

From economtex

Jump to: navigation, search

This wiki provides information for economists using LaTeX. Please feel free to add information that is currently missing.

Contents



How to Install the economtex Package

Simple method that works on all systems

  • Move all LaTeX classes/styles (*.cls, *.sty) and BibTeX styles (*.bst) that you need in the the same folder as your LaTeX (*.tex) file.

Unix/Linux systems

  1. Create a directory "texmf" in your home directory (if it does not already exist)
  2. Create following subdirectories: "~/temf/bibtex/bst/economic", "~/temf/tex/latex/economic", and "~/temf/doc/economic" (details on the TeX Directory Structure)
  3. Move all BibTeX styles (*.bst) into "~texmf/bibtex/bst/economic"
  4. Move all LaTeX classes/styles (*.cls, *.sty) into "~texmf/tex/latex/economic"
  5. Move all remaining files into "~texmf/doc/economic"
  6. Run the command "texhash"

MiKTeX on MS-Windows systems

  1. Create a local TEXMF directory (if you don't already have one), e.g. "C:\Local TeX Files"
  2. If you created a new local TEXMF directory, register it as an additional "root" in the MikTeX options (see Documentation of MiKTeX)
  3. Create following subdirectories in your local TEXMF directory: "C:\Local TeX Files\bibtex\bst\economic", "C:\Local TeX Files\tex\latex\economic", and "C:\Local TeX Files\doc\economic" (details on the TeX Directory Structure)
  4. Move all BibTeX styles (*.bst) into "C:\Local TeX Files\bibtex\bst\economic"
  5. Move all LaTeX classes/styles (*.cls, *.sty) into "C:\Local TeX Files\tex\latex\economic"
  6. Move all remaining files into "C:\Local TeX Files\doc\economic"
  7. Refresh the File Name Data Base (FNDB) in the MiKTeX options.

Or with MiKTeX 2.7:

  1. Select "economic" in the MiKTeX Package Manager and start installation from CTAN by clicking the "+" sign. Refresh FNDB in the MiKTeX options.
  2. Since CTAN is not the primary source of this package, eventual more recent files can be placed in a local TEXMF directory (se above). MiKTeX will use the most recent files.

LaTeX Classes/Styles and BibTeX Styles for Economics Journals

This section provides information on how to prepare manuscripts for submission to economics journals.

American Economic Review (AER)

Agricultural Economics (AgEcon)

  • LaTeX class: agecon.cls
  • BibTeX style: agecon.bst

American Journal of Agricultural Economic (AJAE)

Applied Economics (ApEcon)

Canadian Journal of Economics (CJE)

Econometrica (ECTA)

  • BibTeX styles: ecta.bst or econometrica.bst or econometrica-fr.bst (all in economtex package)

Economica (ECCA)

Empirical Economics

European Review of Agricultural Economics (ERAE)

International Economic Review (IER)

International Tax and Public Finance (ITAXPF)

Journal of Applied Econometrics (JAE)

Journal of Political Economy (JPE)

Journal of Productivity Analysis

Journal of Rural Studies (JRurStud)

Journal of Statistical Software (JSS)

Österreichische Gesellschaft für Agrarökonomie (ÖGA) (Austrian Association of Agricultural Economists) ()

Post-Communist Economies (PoCoEc)

Regional Studies (RegStud)

World Development (WorldDev)


FAQ: Frequently Asked Questions and Answers

Why are the figures and tables in "sidewaysfigure" and "sidewaystable" environments (defined in package "rotating") not moved to the end of the paper?

By default, the "endfloat" package is aware of the "figure" and "table" environments only. To make "endfloat" move also the "sidewaysfigure" and "sidewaystable" environments to the end of the paper, you could download the file efxmpl.cfg or endfloat.cfg (e.g. from http://www.users.sbg.ac.at/~pfeifern/endfloat.cfg or http://tazman.princeton.edu/osx/endfloat.cfg) and save it as endfloat.cfg in the same folder in which your LaTeX (.tex) document is located (see section 8.2 of the documentation of the "endfloat" package).


Citing the economtex Project and this Wiki

Citing the economtex project

Arne Henningsen (2009), The economtex Project: Support for Economists using LaTeX and BibTeX, [1].

@misc{economtex,
author = {Arne Henningsen},
year = 2009,
title = {The economtex Project: Support for Economists using {LaTeX} and {BibTeX}},
howpublished = {\url{http://sourceforge.net/projects/economtex/}}
}

Citing this Wiki page

Arne Henningsen (2009), Information for Economists using LaTeX, [2].

@misc{economtexWiki,
author = {Arne Henningsen},
year = 2009,
title = {Information for Economists using {LaTeX}},
howpublished = {\url{http://economtex.wiki.sourceforge.net}}
}


Miscellaneous Links