Search found 13 matches

by jjmm
Wed Apr 03, 2019 10:14 am
Forum: BibTeX, biblatex and biber
Topic: Two papers with the same "first" author and the same year
Replies: 1
Views: 5734

Two papers with the same "first" author and the same year

Hi,

With my bst file (as attached) , two papers in my reference list are
Author, X, Y. Buthor, and Z. Cuthor. 2014a
Author, X, Z. Cuthor and W. Duthor. 2014b
and the citations in the article body are
Author, Buthor and Cuthor (2014a)
Author, Cuthor and Duthor (2014b)

However I would like ...
by jjmm
Mon Jan 07, 2019 7:57 am
Forum: BibTeX, biblatex and biber
Topic: How can we handle the "non-person" author?
Replies: 1
Views: 2709

How can we handle the "non-person" author?

Hi,

I have a regular item in the bibliography:

Shambaugh, J. C. (2004), “The effect of fixed exchange rates on monetary policy,” The Quarterly Journal of Economics, 119, 301–352.

but also have the institution-authored papers:

IMF. (2018), Annual Report on Exchange Arrangements and Exchange ...
by jjmm
Fri Oct 19, 2018 3:37 am
Forum: BibTeX, biblatex and biber
Topic: How an we force one citation to appear at the top of the reference list?
Replies: 0
Views: 2891

How an we force one citation to appear at the top of the reference list?

I try to make one citation appear at the top of the reference list by adding a field in my bib file:
absorder = 1
absorder = 0
absorder = "//"
absorder = ""
However, any of the above would make that specific citation appear the bottom of the reference list. The only way in my mind is to add ...
by jjmm
Thu Sep 06, 2018 10:37 am
Forum: BibTeX, biblatex and biber
Topic: Formatting institution name as an author using bst
Replies: 1
Views: 3615

Formatting institution name as an author using bst

Hi,

I am trying to format an institution name as an author using bst file. This is what I got:

ECB. (2009), ECB Monthly Bulletin, September, European Central Bank.

"ECB" is the name of the author, an institute. How could I get rid of the dot after "ECB"? What I would like to produce is

ECB ...
by jjmm
Thu Jul 19, 2018 10:45 am
Forum: Text Formatting
Topic: Defining the space between subsection number and subsection title
Replies: 3
Views: 4701

Defining the space between subsection number and subsection title

Thanks. This is the code where I modify the space between the section number and the section title.

\documentclass{article}

\makeatletter
\renewcommand{\@seccntformat}[1]{\csname the#1\endcsname\ } % space


\makeatother
\begin{document}

\section{Introduction}
This article

\subsection{My ...
by jjmm
Thu Jul 19, 2018 9:37 am
Forum: Graphics, Figures & Tables
Topic: How can we number a matrix with row/column names?
Replies: 2
Views: 13002

How can we number a matrix with row/column names?

Thank you, Johannes! It works!
by jjmm
Thu Jul 19, 2018 5:04 am
Forum: Graphics, Figures & Tables
Topic: How can we number a matrix with row/column names?
Replies: 2
Views: 13002

How can we number a matrix with row/column names?

Hi,

We know how to label a matrix and reference it. It is done by \label and \ref. Could we label a matrix with a label and reference it likewise?

This matrix with a label is from here

https://tex.stackexchange.com/questions/59517/label-rows-of-a-matrix-by-characters

\documentclass[12pt ...
by jjmm
Wed Jul 18, 2018 3:37 am
Forum: Text Formatting
Topic: Defining the space between subsection number and subsection title
Replies: 3
Views: 4701

Defining the space between subsection number and subsection title

Hi,

I know how to define the space between section number and section title:

https://tex.stackexchange.com/questions/139022/defining-the-space-between-section-number-and-section-title

\makeatletter % access to internal commands
\renewcommand{\@seccntformat}[1]{\csname the#1\endcsname ...
by jjmm
Wed Jul 18, 2018 3:34 am
Forum: BibTeX, biblatex and biber
Topic: Capitalization of a reference title
Replies: 2
Views: 5653

Capitalization of a reference title

Thanks!!
by jjmm
Sat Jul 14, 2018 3:33 am
Forum: BibTeX, biblatex and biber
Topic: Capitalization of a reference title
Replies: 2
Views: 5653

Capitalization of a reference title

Hi,

If I use bib file and bst file, is there any way
(1) to capitalize all words but the “short” conjunctions and prepositions, e.g., “and”, “or”, and “in”?
For example, I would like
“The Economy of Italy in European Debt Crisis and Its Implications”
but not
“The Economy Of Italy In European ...