Search found 4 matches
- Wed Jun 24, 2015 1:19 am
- Forum: BibTeX, biblatex and biber
- Topic: Remove the section number at the end of each reference.
- Replies: 5
- Views: 5089
Re: Remove the section number at the end of each reference.
Thanks all for your help. Problem solved.
- Tue Jun 23, 2015 8:32 pm
- Forum: BibTeX, biblatex and biber
- Topic: Remove the section number at the end of each reference.
- Replies: 5
- Views: 5089
Remove the section number at the end of each reference.
Not sure what you mean by "It depends on how you actually do it". I use natbib.
This is my relevant preamble:
\documentclass[a4paper,12 pt]{report}%,aps,pra,nofootinbib
\usepackage{float,geometry,amsmath,amsfonts,booktabs,pdfsync,setspace,titlesec,}
\usepackage[pdftex]{graphicx}
\usepackage ...
This is my relevant preamble:
\documentclass[a4paper,12 pt]{report}%,aps,pra,nofootinbib
\usepackage{float,geometry,amsmath,amsfonts,booktabs,pdfsync,setspace,titlesec,}
\usepackage[pdftex]{graphicx}
\usepackage ...
- Tue Jun 23, 2015 7:34 pm
- Forum: BibTeX, biblatex and biber
- Topic: Remove the section number at the end of each reference.
- Replies: 5
- Views: 5089
Remove the section number at the end of each reference.
I'm using the bibliography style IEEETR and at the end of each individual reference it puts the section that the reference appears in:
F. J. DiSalvo, “Thermoelectric Cooling and Power Generation,” Science, vol. 285,
no. 5428, pp. 703–706, 1999. 1.1
How do I remove this? Do I have to modify the ...
F. J. DiSalvo, “Thermoelectric Cooling and Power Generation,” Science, vol. 285,
no. 5428, pp. 703–706, 1999. 1.1
How do I remove this? Do I have to modify the ...
- Thu Apr 30, 2015 3:24 am
- Forum: Text Formatting
- Topic: autoref formatting
- Replies: 1
- Views: 2723
autoref formatting
When I use \autoref{subsection} I get the output 'in Subsection x.y.z'. Is there a way of changing the formatting so that when I'm referencing a subsection, the output it 'in Section x.y.z' instead?