von OttoSchmidt » Sa 15. Apr 2017, 18:25
Hello all!
I would like to use this template of the Journal of Financial Economics (see:
http://faculty.haas.berkeley.edu/stanton/texintro/)
% $Id: jfesample.tex,v 19:a118fd22993e 2013/05/24 04:57:55 stanton $
\documentclass[12pt]{article}
% DEFAULT PACKAGE SETUP
\usepackage{setspace,graphicx,epstopdf,amsmath,amsfonts,amssymb,amsthm,versionPO}
\usepackage{marginnote,datetime,enumitem,subfigure,rotating,fancyvrb}
\usepackage{hyperref,float}
\usepackage[longnamesfirst]{natbib}
\usdate
% These next lines allow including or excluding different versions of text
% using versionPO.sty
\excludeversion{notes} % Include notes?
\includeversion{links} % Turn hyperlinks on?
% Turn off hyperlinking if links is excluded
\iflinks{}{\hypersetup{draft=true}}
% Notes options
\ifnotes{%
\usepackage[margin=1in,paperwidth=10in,right=2.5in]{geometry}%
\usepackage[textwidth=1.4in,shadow,colorinlistoftodos]{todonotes}%
}{%
\usepackage[margin=1in]{geometry}%
\usepackage[disable]{todonotes}%
}
% Allow todonotes inside footnotes without blowing up LaTeX
% Next command works but now notes can overlap. Instead, we'll define
% a special footnote note command that performs this redefinition.
%\renewcommand{\marginpar}{\marginnote}%
% Save original definition of \marginpar
\let\oldmarginpar\marginpar
% Workaround for todonotes problem with natbib (To Do list title comes out wrong)
\makeatletter\let\chapter\@undefined\makeatother % Undefine \chapter for todonotes
% Define note commands
\newcommand{\smalltodo}[2][] {\todo[caption={#2}, size=\scriptsize, fancyline, #1] {\begin{spacing}{.5}#2\end{spacing}}}
\newcommand{\rhs}[2][]{\smalltodo[color=green!30,#1]{{\bf RS:} #2}}
\newcommand{\rhsnolist}[2][]{\smalltodo[nolist,color=green!30,#1]{{\bf RS:} #2}}
\newcommand{\rhsfn}[2][]{% To be used in footnotes (and in floats)
\renewcommand{\marginpar}{\marginnote}%
\smalltodo[color=green!30,#1]{{\bf RS:} #2}%
\renewcommand{\marginpar}{\oldmarginpar}}
%\newcommand{\textnote}[1]{\ifnotes{{\noindent\color{red}#1}}{}}
\newcommand{\textnote}[1]{\ifnotes{{\colorbox{yellow}{{\color{red}#1}}}}{}}
% Command to start a new page, starting on odd-numbered page if twoside option
% is selected above
\newcommand{\clearRHS}{\clearpage\thispagestyle{empty}\cleardoublepage\thispagestyle{plain}}
% Number paragraphs and subparagraphs and include them in TOC
\setcounter{tocdepth}{2}
% JFE-specific includes:
\usepackage{indentfirst} % Indent first sentence of a new section.
\usepackage{jfe} % JFE-specific formatting of sections, etc.
\newtheorem{theorem}{Theorem}[section]
\newtheorem{assumption}{Assumption}[section]
\newtheorem{proposition}{Proposition}
\newtheorem{conjecture}{Conjecture}
\newtheorem{lemma}{Lemma}[section]
\newtheorem{corollary}{Corollary}
\newtheorem{condition}{Condition}
\begin{document}
\setlist{noitemsep} % Reduce space between list items (itemize, enumerate, etc.)
%\onehalfspacing % Use 1.5 spacing
% Use endnotes instead of footnotes - redefine \footnote command
\title{A Sample JFE Paper\footnotetext{Financial support from \ldots}}
\author{Richard Stanton\\
U.C. Berkeley}
\date{} % No date for final submission
% Create title page with no page number
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\singlespacing
\maketitle
\vspace{-.2in}
\begin{abstract}
\noindent There's nothing very interesting here, but the format (achieved using the file \texttt{jfe.sty}) makes it suitable for publication in the \emph{Journal of Financial Economics} even if the content doesn't. Here's a nice, informative, single-spaced abstract.
\end{abstract}
\medskip
\noindent \textit{JEL classification}: XXX, YYY.
\medskip
\noindent \textit{Keywords}: \LaTeX; papers with no content.
\thispagestyle{empty}
\clearpage
\onehalfspacing
\setcounter{footnote}{0}
\renewcommand{\thefootnote}{\arabic{footnote}}
\setcounter{page}{1}
\section{Introduction}
The JFE likes the first section to have a title. The first line of each section is indented using the \texttt{indentfirst} package.\footnote{Here's a sample footnote.} Let's put in some sections and subsections to see how they get formatted.
\section{The Model} \label{sec:Model}
There's not actually a model here as it's not really a paper, but this is about where a model might go.
\subsection{A Subsection}
Nothing very odd about the formatting of section and subsection headings. Here's a reference to Section~\ref{sec:subsec} or~\ref{sec:subsub}. Let's also add some parenthetical citations (see~\citealp{Stanton:95,CarpenterStantonWallace:12}; and \citealp{Campbell:03}).
To justify adding a subsection here, from now on, we'll assume
\begin{condition}\label{cond:rates}
$0 < \hat{\mu} < \gamma\sigma^2$.
\vspace{3mm}
\end{condition}
This condition might be useful if there was a model.
\subsection{Another Subsection, With a Figure}
\label{sec:subsec}
Figures get put at the end, with a note marking where they should go in the text, like this:
\bigskip
\centerline{\bf [Insert Figure~\ref{fig:0} near here]}
\bigskip
\subsubsection{A Subsubsection with a Proposition}
\label{sec:subsub}
Let's put a proposition here.
\begin{proposition} \label{prop:3}
If Condition~\ref{cond:rates} is satisfied, a solution to the central
planner's problem, $V(B,D,t) \in C^2\left( {\mathbb R}_{+}^2 \times
[0,T] \right)$, with control $a:[0,1]\times[0,T]\rightarrow [-\lambda,\lambda]$
if $\gamma>1$ is
\begin{equation} \label{eq:valuea}
V(B,D,t) = - \frac{(B+D)^{1-\gamma}}{1-\gamma} w\left(\frac{B}{B+D},t\right).
\end{equation}
\end{proposition}
\clearpage
\appendix
\section{An Appendix}
\label{sec:app1}
Here's an appendix with an equation. Note that equation numbering continues where it left off in the main body and that the JFE wants the word ``Appendix'' to appear before the letter in the appendix title. This is all handled in \texttt{jfe.sty}.
\begin{equation}
E = mc^2.
\label{eq:eqA}
\end{equation}
\section{Another Appendix}
\label{sec:app2}
Here's another appendix with an equation.
\begin{equation}
E = mc^2.
\end{equation}
Note that this is quite similar to Equation~\eqref{eq:eqA} in Appendix~\ref{sec:app1}.
\clearpage
% Bibliography.
\bibliographystyle{jfe}
\bibliography{RHSbib}
% Figures and tables, showing how to structure captions
\clearpage
\
\vfill
\begin{figure}[!htb]
\centerline{\includegraphics[width=7in]{Figure1}}
\caption{Structure of model. Capital can be invested in a bank sector and an equity sector. An intermediary has the expertise to reallocate capital between the sectors and to monitor bank capital against bank crashes.} \label{fig:0}
\end{figure}
\vfill
\
\end{document}
However, I get this error message "! LaTeX Error: File `versionPO.sty' not found."
I hope you can help me!
Hello all!
I would like to use this template of the Journal of Financial Economics (see: http://faculty.haas.berkeley.edu/stanton/texintro/)
[code]% $Id: jfesample.tex,v 19:a118fd22993e 2013/05/24 04:57:55 stanton $
\documentclass[12pt]{article}
% DEFAULT PACKAGE SETUP
\usepackage{setspace,graphicx,epstopdf,amsmath,amsfonts,amssymb,amsthm,versionPO}
\usepackage{marginnote,datetime,enumitem,subfigure,rotating,fancyvrb}
\usepackage{hyperref,float}
\usepackage[longnamesfirst]{natbib}
\usdate
% These next lines allow including or excluding different versions of text
% using versionPO.sty
\excludeversion{notes} % Include notes?
\includeversion{links} % Turn hyperlinks on?
% Turn off hyperlinking if links is excluded
\iflinks{}{\hypersetup{draft=true}}
% Notes options
\ifnotes{%
\usepackage[margin=1in,paperwidth=10in,right=2.5in]{geometry}%
\usepackage[textwidth=1.4in,shadow,colorinlistoftodos]{todonotes}%
}{%
\usepackage[margin=1in]{geometry}%
\usepackage[disable]{todonotes}%
}
% Allow todonotes inside footnotes without blowing up LaTeX
% Next command works but now notes can overlap. Instead, we'll define
% a special footnote note command that performs this redefinition.
%\renewcommand{\marginpar}{\marginnote}%
% Save original definition of \marginpar
\let\oldmarginpar\marginpar
% Workaround for todonotes problem with natbib (To Do list title comes out wrong)
\makeatletter\let\chapter\@undefined\makeatother % Undefine \chapter for todonotes
% Define note commands
\newcommand{\smalltodo}[2][] {\todo[caption={#2}, size=\scriptsize, fancyline, #1] {\begin{spacing}{.5}#2\end{spacing}}}
\newcommand{\rhs}[2][]{\smalltodo[color=green!30,#1]{{\bf RS:} #2}}
\newcommand{\rhsnolist}[2][]{\smalltodo[nolist,color=green!30,#1]{{\bf RS:} #2}}
\newcommand{\rhsfn}[2][]{% To be used in footnotes (and in floats)
\renewcommand{\marginpar}{\marginnote}%
\smalltodo[color=green!30,#1]{{\bf RS:} #2}%
\renewcommand{\marginpar}{\oldmarginpar}}
%\newcommand{\textnote}[1]{\ifnotes{{\noindent\color{red}#1}}{}}
\newcommand{\textnote}[1]{\ifnotes{{\colorbox{yellow}{{\color{red}#1}}}}{}}
% Command to start a new page, starting on odd-numbered page if twoside option
% is selected above
\newcommand{\clearRHS}{\clearpage\thispagestyle{empty}\cleardoublepage\thispagestyle{plain}}
% Number paragraphs and subparagraphs and include them in TOC
\setcounter{tocdepth}{2}
% JFE-specific includes:
\usepackage{indentfirst} % Indent first sentence of a new section.
\usepackage{jfe} % JFE-specific formatting of sections, etc.
\newtheorem{theorem}{Theorem}[section]
\newtheorem{assumption}{Assumption}[section]
\newtheorem{proposition}{Proposition}
\newtheorem{conjecture}{Conjecture}
\newtheorem{lemma}{Lemma}[section]
\newtheorem{corollary}{Corollary}
\newtheorem{condition}{Condition}
\begin{document}
\setlist{noitemsep} % Reduce space between list items (itemize, enumerate, etc.)
%\onehalfspacing % Use 1.5 spacing
% Use endnotes instead of footnotes - redefine \footnote command
\title{A Sample JFE Paper\footnotetext{Financial support from \ldots}}
\author{Richard Stanton\\
U.C. Berkeley}
\date{} % No date for final submission
% Create title page with no page number
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\singlespacing
\maketitle
\vspace{-.2in}
\begin{abstract}
\noindent There's nothing very interesting here, but the format (achieved using the file \texttt{jfe.sty}) makes it suitable for publication in the \emph{Journal of Financial Economics} even if the content doesn't. Here's a nice, informative, single-spaced abstract.
\end{abstract}
\medskip
\noindent \textit{JEL classification}: XXX, YYY.
\medskip
\noindent \textit{Keywords}: \LaTeX; papers with no content.
\thispagestyle{empty}
\clearpage
\onehalfspacing
\setcounter{footnote}{0}
\renewcommand{\thefootnote}{\arabic{footnote}}
\setcounter{page}{1}
\section{Introduction}
The JFE likes the first section to have a title. The first line of each section is indented using the \texttt{indentfirst} package.\footnote{Here's a sample footnote.} Let's put in some sections and subsections to see how they get formatted.
\section{The Model} \label{sec:Model}
There's not actually a model here as it's not really a paper, but this is about where a model might go.
\subsection{A Subsection}
Nothing very odd about the formatting of section and subsection headings. Here's a reference to Section~\ref{sec:subsec} or~\ref{sec:subsub}. Let's also add some parenthetical citations (see~\citealp{Stanton:95,CarpenterStantonWallace:12}; and \citealp{Campbell:03}).
To justify adding a subsection here, from now on, we'll assume
\begin{condition}\label{cond:rates}
$0 < \hat{\mu} < \gamma\sigma^2$.
\vspace{3mm}
\end{condition}
This condition might be useful if there was a model.
\subsection{Another Subsection, With a Figure}
\label{sec:subsec}
Figures get put at the end, with a note marking where they should go in the text, like this:
\bigskip
\centerline{\bf [Insert Figure~\ref{fig:0} near here]}
\bigskip
\subsubsection{A Subsubsection with a Proposition}
\label{sec:subsub}
Let's put a proposition here.
\begin{proposition} \label{prop:3}
If Condition~\ref{cond:rates} is satisfied, a solution to the central
planner's problem, $V(B,D,t) \in C^2\left( {\mathbb R}_{+}^2 \times
[0,T] \right)$, with control $a:[0,1]\times[0,T]\rightarrow [-\lambda,\lambda]$
if $\gamma>1$ is
\begin{equation} \label{eq:valuea}
V(B,D,t) = - \frac{(B+D)^{1-\gamma}}{1-\gamma} w\left(\frac{B}{B+D},t\right).
\end{equation}
\end{proposition}
\clearpage
\appendix
\section{An Appendix}
\label{sec:app1}
Here's an appendix with an equation. Note that equation numbering continues where it left off in the main body and that the JFE wants the word ``Appendix'' to appear before the letter in the appendix title. This is all handled in \texttt{jfe.sty}.
\begin{equation}
E = mc^2.
\label{eq:eqA}
\end{equation}
\section{Another Appendix}
\label{sec:app2}
Here's another appendix with an equation.
\begin{equation}
E = mc^2.
\end{equation}
Note that this is quite similar to Equation~\eqref{eq:eqA} in Appendix~\ref{sec:app1}.
\clearpage
% Bibliography.
\bibliographystyle{jfe}
\bibliography{RHSbib}
% Figures and tables, showing how to structure captions
\clearpage
\
\vfill
\begin{figure}[!htb]
\centerline{\includegraphics[width=7in]{Figure1}}
\caption{Structure of model. Capital can be invested in a bank sector and an equity sector. An intermediary has the expertise to reallocate capital between the sectors and to monitor bank capital against bank crashes.} \label{fig:0}
\end{figure}
\vfill
\
\end{document}
[/code]
However, I get this error message "! LaTeX Error: File `versionPO.sty' not found."
I hope you can help me!