Search found 8 matches

by sumesh
Wed Apr 18, 2012 5:20 pm
Forum: BibTeX, biblatex and biber
Topic: Line Break in Author/Year Citation fails
Replies: 2
Views: 4072

Re: Line Break in Author/Year Citation fails

Dear Boronian,

Thank you very much. That worked. You saved my time.

Thanks and regards,
sumesh
by sumesh
Mon Apr 09, 2012 2:03 pm
Forum: BibTeX, biblatex and biber
Topic: Line Break in Author/Year Citation fails
Replies: 2
Views: 4072

Line Break in Author/Year Citation fails

Hi,

I am using a bibtex file for my references. My style file (it is a style file for journal of fluid mechanics but adapted to write a thesis) shows this problem. When there are two authors for a citation it writes in the main text as "aaaa & bbbb, 2012", but if this happens to be towards the end ...
by sumesh
Fri Mar 23, 2012 5:04 am
Forum: BibTeX, biblatex and biber
Topic: Sorting Citations in the Bibliography
Replies: 1
Views: 1527

Sorting Citations in the Bibliography

Is there a way to sort the references in the way they are cited in the {thebibliography} environment automatically? The journal does not accept bib files and hence I am forced to use this. I see several old posts, but suggested answers like 'unsrt', 'plain' etc do not seem to be working.

Thanks,
by sumesh
Fri Mar 23, 2012 4:58 am
Forum: Graphics, Figures & Tables
Topic: Can't justify caption with subfig package
Replies: 6
Views: 14105

Re: Can't justify caption with subfig package

Thanks, It worked.
sumesh
by sumesh
Tue Mar 20, 2012 6:32 am
Forum: Graphics, Figures & Tables
Topic: subfig | Are Sub-sub-figures possible? - Multiple levels
Replies: 2
Views: 7171

subfig | Are Sub-sub-figures possible? - Multiple levels

Thank you for your reply. This is what I want. One possibility is to split it into two parts. But it makes much more sense in my case to have them together the following way.


\begin{figure}
\caption{Effect of some12+thing12 on something else}
\subfloat[Effect of some on something else ...
by sumesh
Tue Mar 20, 2012 6:16 am
Forum: Graphics, Figures & Tables
Topic: Can't justify caption with subfig package
Replies: 6
Views: 14105

Can't justify caption with subfig package

Here is an example:

\documentclass[]{revtex4-1}

\usepackage{graphicx}% Include Fig. files
\usepackage{subfig}

\begin{document}

\begin{figure}
\includegraphics[trim = 0 0 0 0, clip, width=\linewidth]{fig.eps}
\caption[]{This is aaaaaaa aaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaa ...
by sumesh
Thu Mar 15, 2012 8:00 pm
Forum: Graphics, Figures & Tables
Topic: subfig | Are Sub-sub-figures possible? - Multiple levels
Replies: 2
Views: 7171

subfig | Are Sub-sub-figures possible? - Multiple levels

I am using the subfig package. I can compile with
\begin{figure}
\subfloat[]
{
\subfloat[]{}
\subfloat[]{}
}
\end{figure}
to get multiple levels. But the figure numbers go for a toss. How do I achieve multiple levels ? For example \subsubfloat? Is that possible? If not is there another ...
by sumesh
Tue Jun 16, 2009 5:07 am
Forum: Text Formatting
Topic: Website address
Replies: 1
Views: 43488

Website address

How to put website address in latex. Do I have to give each character such as '_' appropriately so that it does not take it as a math font? Or is there an easy way to do it?
Also, in word it appears automatically with a slightly different font and color, which looks better. One has to manually do it ...