Search found 6 matches
- Fri Aug 03, 2007 5:54 pm
- Forum: General
- Topic: Problems with Symbols in BibTeX
- Replies: 2
- Views: 4788
Re: Problems with Symbols in BibTeX
Perfect. Thanks a lot.
- Fri Aug 03, 2007 4:09 am
- Forum: General
- Topic: Problems with Symbols in BibTeX
- Replies: 2
- Views: 4788
Problems with Symbols in BibTeX
I have been having a problem with BibTex entries I can't solve. When I enter words with some symbols, I get and error when I compile BibTex and I can't compile my file in LaTeX. The cedilla works when I type "\c{C}engel", and the German double s letter "\ss" works, but getting dots above o's and a's ...
- Mon Jul 23, 2007 6:09 pm
- Forum: General
- Topic: Cross referencing multiple equations
- Replies: 1
- Views: 9964
Cross referencing multiple equations
I am trying to reference more than one equation. I am using "Use Equations \ref{eq:1,eq:2,eq:3}" where eq:1, eq:2, eq:3 are the equation names. I would like to see [1-3] or [1,2,3]. I realize I could write Equation \ref{eq:1} to Equation \ref{eq:3}, but that's not my preference. Thanks.
- Mon Jul 23, 2007 6:03 pm
- Forum: General
- Topic: Bibtex question: citing a range of sources
- Replies: 6
- Views: 16084
Re: Bibtex question: citing a range of sources
I use the natbib package with the sort & compress option:
\usepackage[sort&compress]{natbib}
then \cite{Ref1,Ref4,Ref5,Ref6] to get output in the form:
[1,4-6].
\usepackage[sort&compress]{natbib}
then \cite{Ref1,Ref4,Ref5,Ref6] to get output in the form:
[1,4-6].
- Sun Jul 22, 2007 2:29 pm
- Forum: General
- Topic: Hyperlinks to Figures
- Replies: 2
- Views: 2926
Re: Hyperlinks to Figures
That's perfect, thanks very much.
- Sun Jul 22, 2007 12:18 am
- Forum: General
- Topic: Hyperlinks to Figures
- Replies: 2
- Views: 2926
Hyperlinks to Figures
I am trying to write my thesis using pdftex, and I've been using hyperref to get hyperlinks to citations, tables, figures, and sections. It works great when I'm linking to a table because it links to where the caption is at the top of the page, and the table is below. However, if I'm linking to a ...