Revista Brasileira de Economia: LaTeX Template
Autor
Eduardo Horta
Last Updated
hace 3 meses
License
Creative Commons CC BY 4.0
Resumen
A LaTeX template to help authors submitting their manuscripts to Revista Brasileira de Economia
\documentclass[rbe,wwwview]{econbr}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ISSUE CONFIGURATION [START] (you don't have to worry about these)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[contents={Proof\ only},color=black!15,angle=45,scale=6,hshift=17pt,firstpage=TRUE]{background}
\startlocaldefs
\def\@volume{1} % Edition Volume
\def\@issue{1} % Edition Number
\def\@pubyear{2024} % Year of publication
\def\@doi{xxxx} % Article DOI (WITHOUT the prefix https://doi.org/)
\def\@firstpage{1} % Article starting page. Must be configured manually
\def\@lastpage{1} % Article final page. Must be configured manually
\def\@received{9 April, 2023} % Manuscript submitted on...
\def\@accepted{25 December, 2023} % Manuscript accepted on...
\def\@pubonline{6 January, 2024} % Published online on... (Must be configured manually)
\setcounter{page}{\@firstpage}
\coeditor{Eddie Tormann} % Co-editor responsible for handling the submitted manuscript
\def\@runauthor{First et al.} %% RUNNING AUTHOR NAMES (appears on header every other page)
\patchcmd\author@fmt{\def\ead}{\let\orcidlink\@gobble\def\ead}{}{}
\endlocaldefs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ISSUE CONFIGURATION [END] (you don't have to worry about these)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Package siunitx configuration:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\sisetup{
detect-mode,
% parse-numbers = false,
output-decimal-marker={.},
tight-spacing = true,
group-digits = false,
input-signs = -,
input-open-uncertainty = ,
input-close-uncertainty = ,
table-align-text-pre = false,
table-align-text-after = false,
round-mode = places,
round-precision = 2, % default rounding in tables with column-type S
table-space-text-pre = (,
table-space-text-post = ),
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Please load custom packages below:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \usepackage{tikz}
\begin{document}
\selectlanguage{english}
% \selectlanguage{brazil} % For articles written in Portuguese, comment the previous line and uncomment this one
\begin{frontmatter}
%% ARTICLE TITLE
\title{A Sample Article Title}
%% ARTICLE RUNNING TITLE (appears on header every other page)
\runtitle{A Sample Running Head Title}
\begin{aug}
% use \particle for den|der|de|van|von (only lc!)
% [id=?,addressref=?,corref]{\fnms{}~\snm{}\ead[label=e?]{}\thanksref{}}
%
%% e-mail is mandatory for each author
%
%%% initials in fnms (if any) with spaces
%
%% FIRST AUTHOR:
\author[id=au1,addressref={add1,add11}]{\fnms{John}~\snm{Firstmann} \orcidlink{0000-0000-0000}\ead[label=e1]{first@somewhere.com}}
%% SECOND AUTHOR:
\author[id=au2,addressref={add2}]{\fnms{Michael}~\snm{Secondson} \orcidlink{0000-0000-0000}\ead[label=e2]{second@somewhere.com}}
%%THIRD AUTHOR:
\author[id=au3,addressref={add2}]{\fnms{Mary Ann}~\snm{McThirdy} \orcidlink{0000-0000-0000}\ead[label=e3]{third@somewhere.com}}
%% and so on.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% ADDRESSES %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\address[id=add1]{%
\orgdiv{Department of Economics},
\orgname{Prima University}}
\address[id=add11]{%
\orgdiv{Department of Finance},
\orgname{Seconda University}}
\address[id=add2]{%
\orgdiv{Department of Physics},
\orgname{Terza University}}
\end{aug}
%% SUPPORT INFO (Reminder: do not thank the handling coeditor anonymously or by name)
\support{We thank four anonymous referees. The Editor should not be thanked anonymously or by name in this footnote, or elsewhere in the paper. The first author gratefully acknowledges financial support from the National Science Foundation through Grant XXX-0000000.}
%% ABSTRACT:
\begin{abstract}
The abstract should summarize the contents of the paper. It should be clear, descriptive, self-explanatory and not longer than 150 words. It should also be suitable for publication in abstracting services. Please avoid using math formulas as much as possible. We recommend 3--8 keywords
\end{abstract}
%% KEYWORDS:
\begin{keyword}
\kwd{First keyword}
\kwd{second keyword}
\kwd{third keyword}
\end{keyword}
\begin{keyword}[class=JEL] %% alphabetical order
\kwd{First JEL}
\kwd{second JEL}
\end{keyword}
\end{frontmatter}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% MAIN TEXT ENTRY AREA:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}\label{s1}
This template helps you to create a properly formatted \LaTeXe\ manuscript. Prepare your paper in the same style as used in this sample .pdf file. Try to avoid excessive use of italics and bold face; underlining is generally banned (except for exceptional cases). Please do not use any \LaTeXe\ or \TeX\ commands that affect the layout or formatting of your document (i.e., commands like \verb|\textheight|, \verb|\textwidth|, etc.). Note that the Introduction should be Section~\ref{s1}: it should not immediately follow the abstract without a heading.
\section{Section Headings}
Here are some subsections:
\subsection{A Subsection}
Regular text.
\subsubsection{A Subsubsection}
Regular text.
\paragraph*{Paragraph heading} If you want to add mini-headings for paragraphs without numbers please use \verb|\paragraph*{}|.
\section{Text}
\subsection{Lists}
The following is an example of an \emph{itemized} list, two levels deep.
\begin{itemize}
\item
This is the first item of an itemized list. Each item in the list is marked with a ``tick.'' The document style determines what kind of tick mark is used.
\item
This is the second item of the list. It contains another list nested inside of it.
\begin{itemize}
\item This is the first item of an itemized list that is nested within the itemized list.
\item This is the second item of the inner list. \LaTeX\ allows you to nest lists deeper than you really should.
\end{itemize}
This is the rest of the second item of the outer list.
\item
This is the third item of the list.
\end{itemize}
The following is an example of an \emph{enumerated} list, two levels deep.
\begin{enumerate}[(ii)]
\item[(i)]
This is the first item of an enumerated list. Each item in the list is marked with a ``tick.'' The document style determines what kind of tick mark is used.
\item[(ii)]
This is the second item of the list. It contains another list nested inside of it.
\begin{enumerate}
\item
This is the first item of an enumerated list that is nested within.
\item
This is the second item of the inner list. \LaTeX\ allows you to nest lists deeper than you really should.
\end{enumerate}
This is the rest of the second item of the outer list.
\item [(iii)]
This is the third item of the list.
\end{enumerate}
Do not use (1), (2), etc.\ for items in order to avoid confusion with numbered equations.
\subsection{Punctuation}
Avoid unnecessary hyphenation; many hyphenated words can be treated as one or two words. Dashes come in three sizes: a hyphen, an intra-word dash like ``$U$-statistics'' or ``the time-homogeneous model''; a medium dash (also called an ``en-dash'') for number ranges or between two equal entities like ``1--2'' or ``Cauchy--Schwarz inequality''; and a punctuation dash (also called an ``em-dash'') in place of a comma, semicolon, colon or parentheses---like this.
Generating an ellipsis \ldots\ with the right spacing around the periods requires using \verb|\ldots|.
\subsection{Citation}
Only include in the reference list entries for which there are text citations, and make sure all citations are included in the reference list. Simple author and year cite: \citet{Engle1987}. Multiple bibliography items cite: \citet{Dahlquist2004,Hendry2001,Pesaran1998}. Author only cite: \citeauthor{Dahlquist2004}. Year only cite: (\citeyear{Pesaran1998}). Citing bibliography with object \citet[Theorem 1]{Engle1987}. Citing within brackets is done with the same commands (e.g., \citet{Dahlquist2004,Hendry2001}).
\section{Fonts}
Please use text fonts in text mode, e.g.:
\begin{itemize}
\item[]\textrm{Roman} \verb|\textrm{}|
\item[]\textit{Italic} \verb|\textit{}|
\item[]\textbf{Bold} \verb|\textbf{}|
\item[]\textsc{Small Caps} \verb|\textsc{}|
\item[]\textsf{Sans serif} \verb|\textsf{}|
\item[]\texttt{Typewriter} \verb|\texttt{}|
\end{itemize}
Please use mathematical fonts in mathematical mode, e.g.:
\begin{itemize}
\item[] $ABCabc123$ (standard math)
\item[] $\mathrm{ABCabc123}$ \verb|\mathrm{}|
\item[] $\mathbf{ABCabc123}$ \verb|\mathbf{}|
\item[] $\boldsymbol{ABCabc123\alpha\beta\gamma}$ \verb|\boldsymbol{}|
\item[] $\mathcal{ABC}$ \verb|\mathcal{}|
\item[] $\mathscr{ABC}$ \verb|\mathscr{}|
\item[] $\mathbb{ABC}$ \verb|\mathbb{}|
\item[] $\mathsf{ABCabc123}$ \verb|\mathsf{}|
\item[] $\mathtt{ABCabc123}$ \verb|\mathtt{}|
\item[] $\mathfrak{ABCabc123}$ \verb|\mathfrak{}|
\end{itemize}
Note that \verb|\mathcal, \mathbb| belongs to capital letters-only font typefaces.
\section{Notes}
Footnotes\footnote{This is an example of a footnote.} pose no problems in text.\footnote{Note that footnote number is after punctuation.} Please do not add footnotes on math.
\section{Numbers}
A decimal point always should be preceded by a whole number and never should be left ``naked.'' Decimal expressions of numbers less than 1 always should be preceded by a zero (0) to enhance the visibility of the decimal. For example, .3 should be 0.3. This applies to text, tables, and figures.
\section{Quotations}
Text is displayed by indenting it from the left margin. There are short quotations
\begin{quote}
This is a short quotation. It consists of a single paragraph of text. There is no paragraph indentation. It should be coded between \verb|\begin{quote}| and \verb|\end{quote}|.
\end{quote}
and longer ones.
\begin{quotation}
This is a longer quotation. It consists of two paragraphs of text. The beginning of each paragraph is indicated by an extra indentation.
This is the second paragraph of the quotation. It is just as dull as the first paragraph. It should be coded between \verb|\begin{quotation}| and \verb|\end{quotation}|.
\end{quotation}
\section{Environments}
Please use regular counters (Theorem 1) as opposed to counters belonging on sections (Theorem 3.1). Results (Lemmas, Propositions, Theorems, Claims) can be on the same or different counters.
\subsection{Examples for \emph{\texttt{plain}}-Style Environments}
\begin{theorem}\label{th1}
This is the body of Theorem \ref{th1}.
\end{theorem}
\begin{proof}
This is the body of the proof of the theorem above.
\end{proof}
\begin{claim}\label{cl1}
This is the body of Claim \ref{cl1}.
\end{claim}
\begin{axiom}\label{ax1}
This is the body of Axiom \ref{ax1}. Axioms should be on a different counter from results (e.g. Theorems, Propositions, Lemmas).
\end{axiom}
\begin{theorem}[Title of the Theorem]\label{th2}
This is the body of Theorem \ref{th2}. Theorem~\ref{th2} has additional title.
\end{theorem}
\begin{lemma}\label{le1}
This is the body of Lemma \ref{le1}. Lemma \ref{le1} is numbered after Theorem \ref{th2} because we used \verb|[theorem]| in \verb|\newtheorem|.
\end{lemma}
\begin{fact}
This is the body of the fact. Fact is unnumbered because we used the command \verb|\newtheorem*| instead of \verb|\newtheorem|.
\end{fact}
\begin{proof}[Proof of Theorem \ref{th2}]
This is the body of the proof of Theorem \ref{th2}.
\end{proof}
\subsection{Examples for \emph{\texttt{remark}}-Style Environments}
The following environments can be numbered or not; if numbered, they should be on different counters from results.
\begin{definition}\label{de1}
This is the body of Definition \ref{de1}. Definitions should be on a different counter from results (e.g. Theorems, Propositions, Lemmas).
\end{definition}
\begin{example}
This is the body of the example. Example is unnumbered because we used \verb|\newtheorem*| instead of \verb|\newtheorem|.
\end{example}
\begin{remark}
This is the body of the remark.
\end{remark}
\section{Equations and the Like}
Only number equations to which there is a subsequent reference. See equations below (\ref{ccs})--(\ref{e7}). Please punctuate equations as you would punctuate a sentence, that is add a comma between two equations and add a period if it ends a sentence.
Two equations:
\begin{equation}
C_{s} = K_{M} \frac{\mu/\mu_{x}}{1-\mu/\mu_{x}} \label{ccs}
\end{equation}
and
\begin{equation}
G = \frac{P_{\mathrm{opt}} - P_{\mathrm{ref}}}{P_{\mathrm{ref}}} 100(\%).
\end{equation}
Equation arrays:
\begin{eqnarray}
\frac{dS}{dt} & = & - \sigma X + s_{F} F,\\
\frac{dX}{dt} & = & \mu X,\\
\frac{dP}{dt} & = & \pi X - k_{h} P,\\
\frac{dV}{dt} & = & F.
\end{eqnarray}
One long equation, note that the equation number is on the last line:
\begin{eqnarray}
\mu_{\text{normal}} & = & \mu_{x} \frac{C_{s}}{K_{x}C_{x}+C_{s}} \nonumber\\
& = & \mu_{\text{normal}} - Y_{x/s}\bigl(1-H(C_{s})\bigr)(m_{s}+\pi /Y_{p/s})\nonumber\\
& = & \mu_{\text{normal}}/Y_{x/s}+ H(C_{s}) (m_{s}+ \pi /Y_{p/s}).\label{e7}
\end{eqnarray}
Note that variables made of more than one letter should use command \verb|\mathit|, e.g., $\mathit{sov}=550$, where $\mathit{sov}$ is sum of votes. Abbreviations used in subscripts or superscripts should use \verb|\mathrm|, e.g., $t_{\mathrm{max}}-t_{\mathrm{min}} =10$. Operator names should use \verb|\operatorname|, e.g. $\operatorname{AR}(1)$. Also, note that $\varnothing$ symbol is preferred to $\emptyset$.
\section{Tables and Figures}
Cross-references to labeled tables: As you can see in Table~\ref{sphericcase} and also in Table~\ref{parset}.
Sample of cross-reference to figure: Figure~\ref{penG} shows that it is not easy to get something on paper. Note that figures will be in grayscale in the printed version.
\begin{table*}[h!]
\caption{The spherical case ($I_1=0$, $I_2=0$).}
\label{sphericcase}
\begin{tabular}{@{}l
S[table-format=-1.4,round-precision=4]
S[table-format=-1.4,round-precision=4]
S[table-format=-1.4,round-precision=4]
S[table-format=-1.4,round-precision=4]
c@{}@{}}
\toprule
Equil. Points
& \multicolumn{1}{c}{$x$}
& \multicolumn{1}{c}{$y$}
& \multicolumn{1}{c}{$z$}
& \multicolumn{1}{c}{$C$}
& S \\
\midrule
$L_1$ & -2.485252241 & 0.000000000 & 0.017100631 & 8.230711648 & U \\
$L_2$ & 0.000000000 & 0.000000000 & 3.068883732 & 0.000000000 & S \\
$L_3$ & 0.009869059 & 0.000000000 & 4.756386544 & -0.000057922 & U \\
$L_4$ & 0.210589855 & 0.000000000 & -0.007021459 & 9.440510897 & U \\
$L_5$ & 0.455926604 & 0.000000000 & -0.212446624 & 7.586126667 & U \\
$L_6$ & 0.667031314 & 0.000000000 & 0.529879957 & 3.497660052 & U \\
$L_7$ & 2.164386674 & 0.000000000 & -0.169308438 & 6.866562449 & U \\
$L_8$ & 0.560414471 & 0.421735658 & -0.093667445 & 9.241525367 & U \\
$L_9$ & 0.560414471 & -0.421735658 & -0.093667445 & 9.241525367 & U \\
$L_{10}$ & 1.472523232 & 1.393484549 & -0.083801333 & 6.733436505 & U \\
$L_{11}$ & (1.472523232) & (-1.393484549) & (-0.083801333) & (6.733436505) & U \\
\bottomrule
\end{tabular}
\legend{Note: This is how table notes should be presented. Please avoid using asterisks or bold face to denote statistical significance. We encourage authors to report standard errors and coverage sets or confidence intervals. The column type \texttt{S} from the \texttt{siunitx} package has several options to automatically configure number displaying, rounding, alignment, etc.}
\end{table*}
\begin{table}
\caption{Sample posterior estimates for each model.}
\label{parset}
%
\begin{tabular}{@{}l
c
S[table-format=-2.2,round-precision=2]
S[table-format=2.2,round-precision=2]
S[table-format=-2.2,round-precision=2]
S[table-format=-2.2,round-precision=2]
S[table-format=-2.2,round-precision=2]@{}}
\toprule
& & & &\multicolumn{3}{c}{Quantile} \\
\cmidrule{5-7}
Model
& Parameter
& \multicolumn{1}{c}{Mean}
& \multicolumn{1}{c}{Std. Dev.}
& \multicolumn{1}{c}{2.5\%}
& \multicolumn{1}{c}{50\%}
& \multicolumn{1}{c@{}}{97.5\%} \\
\midrule
{Model 0} & $\beta_0$ & -12.29 & 2.29 & -18.04 & -11.99 & -8.56 \\
& $\beta_1$ & 0.10 & 0.07 & -0.05 & 0.10 & 0.26 \\
& $\beta_2$ & 0.01 & 0.09 & -0.22 & 0.02 & 0.16 \\[6pt]
{Model 1} & $\beta_0$ & -4.58 & 3.04 & -11.00 & -4.44 & 1.06 \\
& $\beta_1$ & 0.79 & 0.21 & 0.38 & 0.78 & 1.20 \\
& $\beta_2$ & -0.28 & 0.10 & -0.48 & -0.28 & -0.07 \\[6pt]
{Model 2} & $\beta_0$ & -11.85 & 2.24 & -17.34 & -11.60 & -7.85 \\
& $\beta_1$ & 0.73 & 0.21 & 0.32 & 0.73 & 1.16 \\
& $\beta_2$ & -0.60 & 0.14 & -0.88 & -0.60 & -0.34 \\
& $\beta_3$ & 0.22 & 0.17 & -0.10 & 0.22 & 0.55 \\
\bottomrule
\end{tabular}
%
\end{table}
\begin{figure}
\includegraphics{figure_sample}
\caption{The dotted lines show the values of $u(x)$ for $x$ in the discrete support of $F$. The solid lines show $u_\textrm{conv}(x)$.}
\label{penG}
\end{figure}
\begin{figure}
\subfloat[width=.4\textwidth][Case 1: $w'>c$]{
% [trim = {left, bottom, right, top}, clip]
\includegraphics[trim = {0 .5cm 7cm 0}, clip]{figure_sample}}
\subfloat[width=.4\textwidth][Case 2: $w'=c$]{
% [trim = {left, bottom, right, top}, clip]
\includegraphics[trim = {7cm .5cm 0 0}, clip]{figure_sample}}
\caption{Same as Figure~\ref{penG}, but using the \texttt{subfloat} command.}
% \label{penG}
\end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Example with single Appendix: %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{appendix}
\section*{Title}\label{appn} %% if no title is needed, leave empty \section*{}.
Appendices should be provided in \verb|{appendix}| environment. If there is only one appendix, then please refer to it in text as \ldots\ in the \hyperref[appn]{Appendix}.
\end{appendix}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Example with multiple Appendixes: %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{appendix}
\section{Title of the First Appendix}\label{appA}
If there are more than one appendix, then please refer to it as \ldots\ in Appendix \ref{appA}, Appendix \ref{appB}, etc.
\section{Title of the Second Appendix}\label{appB}
\subsection{First Subsection of Appendix \protect\ref{appB}}\label{appB1}
If your appendix is long, make sure to divide it into subsections and refer to them in text. Use the standard \LaTeX\ commands for headings in \verb|{appendix}|. Headings and other objects will be numbered automatically.
\begin{equation}
\mathcal{P}=(j_{k,1},j_{k,2},\dots,j_{k,m(k)}). \label{path}
\end{equation}
Sample of cross-reference to formula (\ref{path}) in Appendix \ref{appB1}. Note that it is better to refer to Appendix \ref{appB1} as opposed to Appendix \ref{appB}, because it is easier for the reader to locate the necessary place.
\end{appendix}
\bibliographystyle{econbr.bst} % Style BST file
\bibliography{bibliography.bib} % Bibliography file
\end{document}