diff options
Diffstat (limited to 'Master/texmf-dist/doc/bibtex/econ-bst/customization/econ-b.tex')
-rw-r--r-- | Master/texmf-dist/doc/bibtex/econ-bst/customization/econ-b.tex | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/bibtex/econ-bst/customization/econ-b.tex b/Master/texmf-dist/doc/bibtex/econ-bst/customization/econ-b.tex new file mode 100644 index 00000000000..8023ef3ccde --- /dev/null +++ b/Master/texmf-dist/doc/bibtex/econ-bst/customization/econ-b.tex @@ -0,0 +1,55 @@ +%#!pdflatex +%#BIBTEX bibtex econ-b + +%############################## Main ################################# +\documentclass[10pt]{article} + +%% Use natbib.sty +\usepackage{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-b.bst|''. + +\vspace{1em} + +\input{cited-part} +\nocite{*} + +%% bst file: +\bibliographystyle{econ-b} +\bibliography{../econ-example} + +\end{document} + +%##################################################################### +%######################### Document Ends ############################# +%##################################################################### +% -------------------- +% Local Variables: +% fill-column: 80 +% End: |