Search found 6 matches

by cfdprogrammer
Tue May 12, 2009 3:51 pm
Forum: Graphics, Figures & Tables
Topic: eps overwritten by pdf ??
Replies: 1
Views: 1532

eps overwritten by pdf ??

Hi there,

Something that never happened to me when using latex, is happening now.
When I compile my latex code using latex file.tex, all my original *.eps files are overwritten by a new *.pdf.

Why is that happening? I never had this problem before, and I don't want my original *.eps to disappear ...
by cfdprogrammer
Mon Apr 27, 2009 3:39 pm
Forum: Graphics, Figures & Tables
Topic: table position in the text or end of document
Replies: 3
Views: 6018

Re: table position in the text or end of document

Hi Thorsten,

Thank you very much for replying. Your suggestion helped, it now works as I want it

Best regards
Simone
by cfdprogrammer
Mon Apr 27, 2009 1:09 pm
Forum: Graphics, Figures & Tables
Topic: table position in the text or end of document
Replies: 3
Views: 6018

table position in the text or end of document

Hi there everyone,

I am trying to have a table set in the position in the text where I am use it.

I post my environment below; what should I change/add in the header of my latex file to have the tabular within the text and not sent to the end of the document?

Thank you very much in advance
All ...
by cfdprogrammer
Sun Apr 19, 2009 6:39 pm
Forum: Text Formatting
Topic: colors in verbatim: only some words of a line
Replies: 4
Views: 9129

Re: colors in verbatim: only some words of a line

Great! Thank you very much, it does exactly what I need

All the best
by cfdprogrammer
Sun Apr 19, 2009 5:34 pm
Forum: Text Formatting
Topic: colors in verbatim: only some words of a line
Replies: 4
Views: 9129

colors in verbatim: only some words of a line

Hi there, thanks for replying so promptly;

I do not necessarily need to use verbatim, but just some environment that allows the type writer font to be used and that, at the same time, allows coloring of certain strings only

Imagine that the line

string1 string2 string3

is written with a type ...
by cfdprogrammer
Sun Apr 19, 2009 5:01 pm
Forum: Text Formatting
Topic: colors in verbatim: only some words of a line
Replies: 4
Views: 9129

colors in verbatim: only some words of a line

Hi there,

I am trying to color only certain words within a verbatim environment. I know how to color the entire verbatim or certain lines, but what I need is a little different: if a line contains 2 words, I only want one of the two to be colored but wouldn't know how to do that.

I post what I ...