Search found 8 matches

by SamBam77
Fri Jan 18, 2013 8:31 pm
Forum: General
Topic: achemso | Author Affiliations
Replies: 3
Views: 8708

Re: achemso | Author Affiliations

Perfect, that is exactly what I wanted, thanks!
by SamBam77
Fri Jan 18, 2013 9:40 am
Forum: General
Topic: achemso | Author Affiliations
Replies: 3
Views: 8708

achemso | Author Affiliations

Using the achemso class, is there a way to suppress the printing of the author affiliations beneath the author names and to just use the footnotes?

By default, it seems that it will print the long author affiliations directly beneath the names. However, when it does this it will only print the ...
by SamBam77
Tue Jul 31, 2012 5:24 am
Forum: BibTeX, biblatex and biber
Topic: Manually Format Citation
Replies: 3
Views: 5462

Manually Format Citation

I will show two examples of types of citations that are not showing correctly: a web page and a conference paper.

The output from Zotero when I write the .bib file is:

@misc{last_google_????,
title = {Google Home Page},
url = {https://www.google.com/},
journal = {Google},
author = {last ...
by SamBam77
Wed Jul 25, 2012 7:09 am
Forum: BibTeX, biblatex and biber
Topic: Manually Format Citation
Replies: 3
Views: 5462

Manually Format Citation

I am using Zotero to collect and organize all of my citations, which I then export in a bibtex format to use in my LaTeX document, using natbib to make my bibliography. The problem is that I have one or two 'odd' references that do not format correctly. I think this is due to a combination of Zotero ...
by SamBam77
Thu Jul 19, 2012 6:38 pm
Forum: BibTeX, biblatex and biber
Topic: Change Citation Style Just Once in Document
Replies: 1
Views: 2756

Re: Change Citation Style Just Once in Document

Ok, I figured it out.
The solution may be found here:
http://www.latex-community.org/forum/vi ... 50&t=20434

I used the \citenum{} command.

Question solved.
by SamBam77
Thu Jul 19, 2012 6:07 pm
Forum: BibTeX, biblatex and biber
Topic: Change Citation Style Just Once in Document
Replies: 1
Views: 2756

Change Citation Style Just Once in Document

For the vast majority of the citations in my document I would like to use superscripts in the text to reference items in the bibliography at the end. However, in rare circumstances (just once or twice), I would like to change the citation state such that the citation number appears in-line with the ...
by SamBam77
Sun May 10, 2009 9:31 pm
Forum: Graphics, Figures & Tables
Topic: Figure and Caption Placement
Replies: 3
Views: 4977

Re: Figure and Caption Placement

Thanks for your help.

For the first question,
I am trying to do this using the subfigure package. Below is essentially the code I am using:

\begin{figure}
\begin{center}
\subfigure[caption1]{
\includegraphics[width=2in]{Figure1}}\\
\subfigure[caption2]{
\includegraphics[width=2in]{Figure2}}
\label ...
by SamBam77
Sun May 10, 2009 1:20 am
Forum: Graphics, Figures & Tables
Topic: Figure and Caption Placement
Replies: 3
Views: 4977

Figure and Caption Placement

I have two questions…

I have a Figure made up of several sub-figures, each with their own caption. I have sized the image in each subfigure to the proper dimensions, however in some cases the caption is longer than the image width and word-wraps to the next line. I would like to prevent this word ...