Search found 38 matches

by snowfrog
Mon Mar 05, 2012 12:08 pm
Forum: Graphics, Figures & Tables
Topic: Bounding Box not found
Replies: 8
Views: 10109

Bounding Box not found

Make it without the tilde character, for example
Bingo! That was the problem! Little annoying things in life....

Thank you very much Stefan_K!
by snowfrog
Sun Mar 04, 2012 11:34 pm
Forum: Graphics, Figures & Tables
Topic: Bounding Box not found
Replies: 8
Views: 10109

Re: Bounding Box not found

Sorry, I should have sent the log file of the MWE, not my actual file, to keep things simple.
The log file of the MWE is now attached and the image used is the previous one that I have sent, img.eps.
by snowfrog
Sun Mar 04, 2012 10:54 pm
Forum: Graphics, Figures & Tables
Topic: Bounding Box not found
Replies: 8
Views: 10109

Bounding Box not found

Perhaps post your .log files as attachments
Done. Hope this helps.
by snowfrog
Sun Mar 04, 2012 10:28 pm
Forum: Graphics, Figures & Tables
Topic: Bounding Box not found
Replies: 8
Views: 10109

Bounding Box not found

you need to run LaTeX in DVI mode for eps support

Aren't I running LaTeX in DVI mode if I compile my tex file with the command

latex file.tex ?

The latex command should produce a dvi file and read the eps figures. I always ran this script with the latex command before.

I've also added the ...
by snowfrog
Sun Mar 04, 2012 4:13 pm
Forum: Graphics, Figures & Tables
Topic: Bounding Box not found
Replies: 8
Views: 10109

Bounding Box not found

Hi,

I have bought a new computer, I am running Ubuntu 11.10 and just installed latex on it with

sudo apt-get install texlive-latex-base

I have a *tex file I have run many times in the past on 2 different machines. When I run latex file.tex I get the error message
! LaTeX Error: Cannot ...
by snowfrog
Tue Jan 17, 2012 7:30 pm
Forum: Text Formatting
Topic: Italicizing more than one Paragraph
Replies: 5
Views: 6820

Re: Italicizing more than one Paragraph

Perfect. Thank you for the prompt response
by snowfrog
Tue Jan 17, 2012 7:13 pm
Forum: Text Formatting
Topic: Italicizing more than one Paragraph
Replies: 5
Views: 6820

Italicizing more than one Paragraph

In this case the \itshape command should do.
I tried

Code: Select all

Code, edit and compile here:
\itshape{paragraph1
paragraph2}
and so on...
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
where I want paragraph1 and paragraph2 in italics but not "and so on..." but "and so on..." is in italics. What am I doing wrong?
by snowfrog
Tue Jan 17, 2012 6:40 pm
Forum: Text Formatting
Topic: Italicizing more than one Paragraph
Replies: 5
Views: 6820

Italicizing more than one Paragraph

Hi,

I have a section in a manuscript that requires that all the paragraphs be italicized. Do I have to write add \textit e.g. at the beginning of each paragraph
\textit{paragraph1}
\textit{pargraph2}
\textit{and so on...}

or is there a way to have the entire section in italics with a single ...
by snowfrog
Mon Oct 18, 2010 1:50 pm
Forum: BibTeX, biblatex and biber
Topic: Problem with same author same year citations
Replies: 1
Views: 2651

Problem with same author same year citations

Hi all,

I am using natbib, \bibliographystyle{apalike}.

I have the following 2 references in my .bib file:


@article{EssPoms04,
author = {Essery, R. and Pomeroy, J.},
title = {{Vegetation and Topographic Control of Wind-Blown Snow Distributions in Distributed and Aggregated Simulations for an ...
by snowfrog
Thu Jul 08, 2010 2:46 pm
Forum: BibTeX, biblatex and biber
Topic: Remove word "editor" from citation
Replies: 1
Views: 2877

Remove word "editor" from citation

Hi,

I'm using natbib, \bibliographystyle{apalike}
I have the following citation

@incollection{Brubacker95,
Author = {Brubacker, L.},
Title = {{Arctic tundra biodiversity: A temporal perspective from Late Quaternary pollen records}},
Editor={{Chapin III, F.S. and K\"{o}rner, C.H.}},
booktitle ...