diff options
Diffstat (limited to 'Master/texmf-dist/doc/bibtex/economic/ecca-ex.tex')
-rw-r--r-- | Master/texmf-dist/doc/bibtex/economic/ecca-ex.tex | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/bibtex/economic/ecca-ex.tex b/Master/texmf-dist/doc/bibtex/economic/ecca-ex.tex index 92feb0dc8a0..a11af99e1b6 100644 --- a/Master/texmf-dist/doc/bibtex/economic/ecca-ex.tex +++ b/Master/texmf-dist/doc/bibtex/economic/ecca-ex.tex @@ -1,4 +1,8 @@ \documentclass[endfloat]{ecca} +\usepackage[T1]{fontenc} +\usepackage[latin1]{inputenc} +\usepackage{csquotes} +\MakeInnerQuote{"} \usepackage{hyperref} \hypersetup{% @@ -36,11 +40,11 @@ for the header of this section, i.e.\ \texttt{\textbackslash{}section$^*$\{Introduction\}}. Type all (foot)notes at the end of the paper.% \footnote{ -\multido{}{5}{This is automatically done with the �endnote� package. } +\multido{}{5}{This is automatically done with the "endnote" package. } } Place (long) tables and figures at the end of the paper (see figure~\ref{fig:dummy} and table~\ref{tab:citations}). -You can use the class option �\texttt{endfloat}� to move +You can use the class option "\texttt{endfloat}" to move all float environments (figures and tables) to the end of the output file, i.e. use \texttt{\textbackslash{}documentclass[endfloat]\{ecca\}}. @@ -138,6 +142,16 @@ $\theta$ and $\beta$ are vectors, and $\Psi$ is a matrix. +\section{Quotation Marks} +The "Economica" requires single quotes. +You can get pretty (typographically correct) quotation marks +by adding the commands +\verb!\usepackage{csquotes}! +and +\verb!\MakeInnerQuote{"}! +in your preamble and use the \verb!"! sign for quation marks in your text. + + \section*{Acknowledgements} The Bib\TeX{} code to replace repeated author names by multiple dashes @@ -149,7 +163,7 @@ Joseph A.\ Wright (\url{joseph.wright@morningstar2.co.uk}). \appendix -\section{Websites of the ``Economica''} +\section{Websites of the "Economica"} \begin{itemize} \item \url{http://www.blackwellpublishing.com/ecca} \item \url{http://darp.lse.ac.uk/Frankweb/Economica/EconomicaHome.htm} |