Search found 2 matches

by ravishon
Fri Mar 20, 2009 8:06 pm
Forum: Text Formatting
Topic: Why do I get bold text after finishing \bf and \it
Replies: 3
Views: 4708

Re: Formatting.

ok.

So the version of LaTex (or miktex) i have installed is correct and i am using the wrong latex code right?

What should the correct latex code be for the line I want to convert?
by ravishon
Fri Mar 20, 2009 7:17 pm
Forum: Text Formatting
Topic: Why do I get bold text after finishing \bf and \it
Replies: 3
Views: 4708

Why do I get bold text after finishing \bf and \it

Hi,

I am trying to create a HTML to Latex parser in C#.

One of the problems I am having is converting something like
Hello there mate, you ok?

I generate the following LateX

hello \bf{\it{there}} mate, you \underline{ok?}

which gives me everything from the word 'there' in bold.

I tried ...