I'm using Biblatex to put my references in footnotes. when I would use \cite{} to insert references, I could just separate the references with a comma to put in multiple references -
\cite{ref1, ref2} would result in
blah blah blah [1,2]
I tried this with \footcite , but it doesn't seem to work ...
Search found 12 matches
- Thu Aug 08, 2013 12:33 am
- Forum: BibTeX, biblatex and biber
- Topic: multiple references in one footcite
- Replies: 1
- Views: 11498
- Mon Jul 08, 2013 3:41 pm
- Forum: Graphics, Figures & Tables
- Topic: Set Width of Table Column
- Replies: 1
- Views: 3139
Set Width of Table Column
I'm having a hard time figuring out how to set the width of the columns in a table. I just want two columns and I want the right edge of the right column to be fixed against the right side of the page. I've read the tabularx documentation, but it might as well be written in Russian.
Thanks!
Thanks!
- Thu Oct 04, 2012 8:37 pm
- Forum: Graphics, Figures & Tables
- Topic: Absolute positioning of figure
- Replies: 1
- Views: 6864
Absolute positioning of figure
I've only used floats to postion my figures. One of my figures looks something like this is my document -
This is a sentence at the very top of the page in my document
***************************************************************
* *
* Figure ...
This is a sentence at the very top of the page in my document
***************************************************************
* *
* Figure ...
- Mon Sep 24, 2012 3:36 am
- Forum: Text Formatting
- Topic: Section Headings without Titles in Body of Text
- Replies: 6
- Views: 7138
Re: Section Headings without Titles in Body of Text
I'm having the same problem. Did you ever get this to work?
- Mon Sep 24, 2012 12:37 am
- Forum: Page Layout
- Topic: Hide appendix title from TOC
- Replies: 2
- Views: 4653
Hide appendix title from TOC
Thanks. With the tocvsec2 package doc (like most LaTeX docs) I'm not to the point where I can figure out what to do from the doc yet. I need a working example that I can dissect in addition to the doc.
Your comment about chapters, sections, etc. got me thinking and I solved my problem. I had ...
Your comment about chapters, sections, etc. got me thinking and I solved my problem. I had ...
- Sun Sep 23, 2012 11:27 pm
- Forum: Page Layout
- Topic: Hide appendix title from TOC
- Replies: 2
- Views: 4653
Hide appendix title from TOC
My TOC of the appendix looks something like this -
Appendices 39
A 40
A.1 1H NMR..................40
But I want to remove the second line. I tried using \chapter{}* , but that removes the "A" from TOC and from the section (the section appears as .1 1H NMR.......40).
I've tried using the \protect ...
Appendices 39
A 40
A.1 1H NMR..................40
But I want to remove the second line. I tried using \chapter{}* , but that removes the "A" from TOC and from the section (the section appears as .1 1H NMR.......40).
I've tried using the \protect ...
- Tue Sep 04, 2012 5:50 am
- Forum: Graphics, Figures & Tables
- Topic: Force image to be on its own (static) page
- Replies: 1
- Views: 3981
Force image to be on its own (static) page
I have an image that with its caption takes up more or less a whole page. I'd like to see something like -
page 1
Section 1. This is the section where I describe the figure
Blah Blah Blah Blah Blah Blah Blah Blah
Blah Blah Blah Blah Blah Blah Blah Blah
Blah Blah Blah Blah Blah Blah Blah Blah ...
page 1
Section 1. This is the section where I describe the figure
Blah Blah Blah Blah Blah Blah Blah Blah
Blah Blah Blah Blah Blah Blah Blah Blah
Blah Blah Blah Blah Blah Blah Blah Blah ...
- Mon Aug 27, 2012 7:33 pm
- Forum: Graphics, Figures & Tables
- Topic: limiting figure caption text in list of figures
- Replies: 2
- Views: 6309
Re: limiting figure caption text in list of figures
Wow. That was simple. I do my best to find the answer myself before I fill a forum with simple questions. Can you recommend a reference that lists all (or the main ones?) the latex commands with their syntax options?
- Mon Aug 27, 2012 1:04 pm
- Forum: Graphics, Figures & Tables
- Topic: limiting figure caption text in list of figures
- Replies: 2
- Views: 6309
limiting figure caption text in list of figures
I have a list of figures generated by \listoffgures. I have the following figure caption - \caption{Three-dimensional structure of carboxybiotin. \textit{(left)} N1$^\prime$ -carboxybiotin is composed of a planar imidazolidone ring fused to a thiophane ring, existing primarily in the endo ...
- Sat Aug 25, 2012 7:00 am
- Forum: Page Layout
- Topic: Report page numbering
- Replies: 4
- Views: 9602
Report page numbering
Sorry, I'm really bad at describing my problem on a forum without dumbing all of my code on there. Alright, I tried \fancypagestyle{plain}{\pagestyle{myheadings}} . I put it just after \pagestyle{myheadings} in the preamble. I then removed \thispagestyle{myheadings} from my my pages in my document ...