summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/econ-bst/econ-example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/bibtex/contrib/econ-bst/econ-example.tex')
-rw-r--r--biblio/bibtex/contrib/econ-bst/econ-example.tex25
1 files changed, 13 insertions, 12 deletions
diff --git a/biblio/bibtex/contrib/econ-bst/econ-example.tex b/biblio/bibtex/contrib/econ-bst/econ-example.tex
index 1a5bc65dc4..3295255a7f 100644
--- a/biblio/bibtex/contrib/econ-bst/econ-example.tex
+++ b/biblio/bibtex/contrib/econ-bst/econ-example.tex
@@ -55,12 +55,12 @@
%%% title, author, acknowledgement, and date
\title{\texttt{econ.bst}:\\
-\BibTeX{} style for economics\\(ver. 3.1)\thanks{\texttt{econ.bst} is available at
+\BibTeX{} style for economics\\(ver. 3.1.1)\thanks{\texttt{econ.bst} is available at
\url{https://github.com/ShiroTakeda/econ-bst}}
}
\author{Shiro Takeda\thanks{email: {\ttfamily shiro.takeda@gmail.com}.}}
-\date{2021-05-23}
+\date{2021-12-28}
%#####################################################################
%######################### Document Starts ###########################
@@ -150,7 +150,7 @@ database file name.
\subsection{Running pdf\TeX{}}
-\texttt{econ-example.tex} is created so that it is compiled with pdf\LaTeX
+\texttt{econ-example.tex} is created so that it is compiled with pdf\LaTeX\
(``\texttt{pdflatex.exe}''). So to compile \texttt{econ-example.tex}, you just
execute the following commnads.
\begin{Frame}
@@ -899,11 +899,12 @@ FUNCTION {bst.notuse.absorder.field}
\subsection{Sorting by ``\texttt{sortname}'' field}
If ``\texttt{sortname}'' field is assigned a value, it is used for sorting
-instead of ``\texttt{author}'' or ``\texttt{editor}''.
+instead of ``\texttt{author}'' or
+``\texttt{editor}''\footnote{``\texttt{sortname}'' field is used in biblatex.}.
-For example, the first author name of the following bibliography
-entry starts with the letter "d", so it is listed after the
-documents with author names that start with the letter c.
+For example, the first author name of the following bibliography entry starts
+with the letter ``d'' (d'Aspremont), so it is listed after the documents with
+author names that start with the letter ``c''.
\begin{Frame}
\begin{verbatim}
@article{d'Aspremont-2004-BalancedBayesianMechanisms,
@@ -921,9 +922,9 @@ documents with author names that start with the letter c.
\end{verbatim}
\end{Frame}
-However, for the name ``d'Aspremont'' we should think that it starts with the
-letter a.In this case, you had better to add the following ``\texttt{sortname}''
-field
+However, for the name ``d'Aspremont'', we should rather think that it starts
+with the letter ``A''. In this case, you had better to add the following
+``\texttt{sortname}'' field
\begin{Frame}
\begin{verbatim}
sortname = {Aspremont, Claude and Cr{\'e}mer, Jacques and
@@ -931,7 +932,7 @@ field
\end{verbatim}
\end{Frame}
-Then, this entry is listed as author whose name begin with letter A. The
+Then, this entry is listed as author whose name begin with letter ``A''. The
following three entries have sortname fields:
\citet{d'Aspremont-2004-BalancedBayesianMechanisms},
\citet{d'Aspremont-2003-CorrelationIndependenceAndBayesian}, and
@@ -987,6 +988,6 @@ following three entries have sortname fields:
% --------------------
% Local Variables:
% fill-column: 80
-% coding: utf-8-unix
+% coding: utf-8
% End: