Search found 7 matches

by nancyh
Wed Mar 20, 2013 1:40 pm
Forum: Graphics, Figures & Tables
Topic: Bounding Box Issues with EPS File
Replies: 3
Views: 8028

Re: Bounding Box Issues with EPS File

I am compiling in DVI mode. I turn it into a PDF later.
by nancyh
Wed Mar 20, 2013 1:34 pm
Forum: Graphics, Figures & Tables
Topic: Bounding Box Issues with EPS File
Replies: 3
Views: 8028

Bounding Box Issues with EPS File

I have created an EPS image of a plot produced in Python and used it in my code as below.
\begin{figure}
\centering
\begin{subfigure}[b]{0.3\textwidth}
\centering
\includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{r2_pdf_22.eps}
\caption{Probability density function for r2 ...
by nancyh
Wed Mar 06, 2013 3:22 pm
Forum: Graphics, Figures & Tables
Topic: png to eps conversion
Replies: 3
Views: 7246

Re: png to eps conversion

Thanks. I think he must have actually have meant me to regenerate the image as eps. Maybe I'll do that in future.
by nancyh
Wed Mar 06, 2013 12:47 pm
Forum: Graphics, Figures & Tables
Topic: png to eps conversion
Replies: 3
Views: 7246

png to eps conversion

Hi,

I found the following code which should convert png to eps

convert filename.png fileman.eps

When I try it I don't get an error message, but neither does the .eps appear in the directory. I do get the following message in the terminal window:

CONVERT commands are now available -- (Version 1 ...
by nancyh
Tue Mar 05, 2013 6:55 pm
Forum: BibTeX, biblatex and biber
Topic: Title loses formatting
Replies: 5
Views: 6244

Re: Title loses formatting

Great, thanks.
by nancyh
Tue Mar 05, 2013 6:21 pm
Forum: BibTeX, biblatex and biber
Topic: Title loses formatting
Replies: 5
Views: 6244

Title loses formatting

Thanks. I had tried the brackets around IRAC, but that didn't work. What I have found does work is

title= "{F}our {IRAC} {S}ources with an {E}xtremely {R}ed {H -- [3.6]} {C}olor: {P}assive or {D}usty {G}alaxies at {z $>$ 4.5?}"
Though it does seem rather messy. I'll try the double brackets round ...
by nancyh
Tue Mar 05, 2013 5:31 pm
Forum: BibTeX, biblatex and biber
Topic: Title loses formatting
Replies: 5
Views: 6244

Title loses formatting

When the title of a journal displays in my bibliography there is no formatting. So

title={Four IRAC Sources with an Extremely Red H – [3.6] Color: Passive or Dusty Galaxies at z > 4.5?}

becomes

four irac sources with an extremely red h [3.6] color: Passive or dusty galax-
ies at z ¿ 4.5?

Plus ...