I found the answer that works for me after a lot of searching. It produces 'and' instead of an ampersand for multiple author citations in both the citations and references.
Add this line in the preamble when using the natbib package:
\AtBeginDocument{\renewcommand{\harvardand}{and}}
See:
http ...
Search found 17 matches
- Tue Sep 27, 2011 5:30 am
- Forum: BibTeX, biblatex and biber
- Topic: natbib | Typeset "and" instead of ampersand
- Replies: 2
- Views: 4597
- Sat Sep 24, 2011 3:58 am
- Forum: BibTeX, biblatex and biber
- Topic: natbib | Typeset "and" instead of ampersand
- Replies: 2
- Views: 4597
Re: natbib | Typeset "and" instead of ampersand
I am back to searching for a solution because I need to submit a paper with 'and' rather than ampersand in the citations. Unfortunately, I haven't yet found a solution while staying with natbib.
Anyone have a solution?
Anyone have a solution?
- Wed Sep 07, 2011 2:15 am
- Forum: BibTeX, biblatex and biber
- Topic: beamer | Bibliography over several Frames
- Replies: 6
- Views: 28801
Re: beamer | Bibliography over several Frames
I manually create a bibliography across several Beamer frames. Some time ago, I searched for an automated solution like you and recall that there isn't a good one.
More specifically, I cut and paste references across multiple Beamer frames until I get an appearance that is satisfactory. To ease ...
More specifically, I cut and paste references across multiple Beamer frames until I get an appearance that is satisfactory. To ease ...
- Thu Aug 25, 2011 4:43 am
- Forum: BibTeX, biblatex and biber
- Topic: natbib | Typeset "and" instead of ampersand
- Replies: 2
- Views: 4597
natbib | Typeset "and" instead of ampersand
I'm using the natbib package. My documents have citations with ampersands rather than 'and.' 'Smith & Jones (2005)' rather than 'Smith and Jones (2005)'. How do I get citations with 'and' in the natbib package?
I searched online for a solution but I can't find any straightforward way in natbib. I ...
I searched online for a solution but I can't find any straightforward way in natbib. I ...
- Wed Aug 17, 2011 5:34 am
- Forum: General
- Topic: ERROR: I can't write on file `../subdir/filename.aux
- Replies: 0
- Views: 5332
ERROR: I can't write on file `../subdir/filename.aux
Although this topic has been discussed before, I haven't found
a solution to this particular error message in my situation.
This is my folder structure:
+ wrapfile.tex
| + chapter1/chapter1.tex
I'm attempting to use \include to bring the child file chapter1.tex
into the wrap file but I'm getting ...
a solution to this particular error message in my situation.
This is my folder structure:
+ wrapfile.tex
| + chapter1/chapter1.tex
I'm attempting to use \include to bring the child file chapter1.tex
into the wrap file but I'm getting ...
- Mon Aug 08, 2011 2:13 am
- Forum: General
- Topic: Folder structure/ version control & parent-child files
- Replies: 2
- Views: 3819
Folder structure/ version control & parent-child files
TeX doesn't care where you put your files. If you have your files in /wrap/chapN/chapN.tex, you have to \include{chapN/chapN} in LaTeX....if your files are in /wrap/chapN/trunk/chapN.tex, just \include{chapN/trunk/chapN}, etc.
I had already tried this but Tex stopped compiling my document and ...
I had already tried this but Tex stopped compiling my document and ...
- Sun Aug 07, 2011 7:19 pm
- Forum: General
- Topic: Folder structure/ version control & parent-child files
- Replies: 2
- Views: 3819
Folder structure/ version control & parent-child files
I'm looking into a version control system (Bazaar) for the first time to manage my dissertation writing. I'm writing my diss in separate tex files and bringing them together into a parent (wrap) file with \include{chap1.tex}, \include{chap2.tex}, etc.
I'm having a problem in identifying the proper ...
I'm having a problem in identifying the proper ...
- Wed May 25, 2011 5:08 am
- Forum: AUCTeX
- Topic: preview-latex does not show any pictures
- Replies: 6
- Views: 38133
Re: preview-latex does not show any pictures
I'm new to emacs and Auctex. After spending many hours trying to get preview working, I came across this thread for the solution.
Downgrading from Ghostscript v. 9.02 to v. 8.71 worked for me.
My set-up:
Windows
GNU Emacs 23.3.1
Auctex 11.86-e23.3-msw (precompiled)
I also discovered a second ...
Downgrading from Ghostscript v. 9.02 to v. 8.71 worked for me.
My set-up:
Windows
GNU Emacs 23.3.1
Auctex 11.86-e23.3-msw (precompiled)
I also discovered a second ...
- Thu Apr 07, 2011 5:39 pm
- Forum: WinEdt
- Topic: Opening multiple instances of WinEdt 6?
- Replies: 0
- Views: 2642
Opening multiple instances of WinEdt 6?
Is it possible to open multiple instances of WinEdt 6 under Windows? I can't figure a way to do this.
- Wed Mar 09, 2011 9:12 pm
- Forum: Graphics, Figures & Tables
- Topic: Tables problem with cell contents using Excel2LaTeX
- Replies: 1
- Views: 1545
Tables problem with cell contents using Excel2LaTeX
When I use Excel2LaTeX to convert a portion of an Excel spreadsheet to TeX code for a table, I sometimes run into a problem that appears related to the number of characters in a cell.
When I have a spreadsheet with cell contents of approximately 10 characters or more, Excel2LaTeX produces LaTeX ...
When I have a spreadsheet with cell contents of approximately 10 characters or more, Excel2LaTeX produces LaTeX ...