Search found 3 matches
- Tue Jul 20, 2021 9:03 pm
- Forum: General
- Topic: Brackets around words in .bib files
- Replies: 1
- Views: 5003
Brackets around words in .bib files
My bibliography (using natbib and a .bib file) often contains large amounts of spacing between words. I am typically generating my .bib file from a Zotero library and entries are often added via the "wizard" by entering the DOI or using the browser extension. Looking at the .bib file, it looks like ...
- Fri Jun 11, 2021 10:43 am
- Forum: Graphics, Figures & Tables
- Topic: Placed labels after captions but \ref{} still printing section number rather than figure/table number
- Replies: 3
- Views: 7239
Placed labels after captions but \ref{} still printing section number rather than figure/table number
1. I am not sure why \textbf{} around captions has that consequence, but it was the cause of the problem.
2. Tried grouping but it didn't seem to work.
3. For completeness, here is a working example that maintains captions bolding using the caption package but fixes the issue of numbering ...
2. Tried grouping but it didn't seem to work.
3. For completeness, here is a working example that maintains captions bolding using the caption package but fixes the issue of numbering ...
- Fri Jun 11, 2021 9:13 am
- Forum: Graphics, Figures & Tables
- Topic: Placed labels after captions but \ref{} still printing section number rather than figure/table number
- Replies: 3
- Views: 7239
Placed labels after captions but \ref{} still printing section number rather than figure/table number
I have read many posts on here inquiring as to why \ref{} produces a section number instead of the number of a labeled figure/table. In nearly all cases, the issue is that \label{} is placed before \caption{} . However, in the example below (see "this should show figure 2"), I have placed the label ...