Search found 9 matches

by ghantauke
Tue Mar 15, 2011 7:18 am
Forum: Fonts & Character Sets
Topic: Typing »^« in LaTeX
Replies: 2
Views: 1777

Typing »^« in LaTeX

Hi,

I want my file to contain "^VP".
I tired \^VP in tex file but I get an error message.
I tried using $\wedgeVP but I get a really huge ^. I want a ^ which is the of the size it is in this post.

Thanks in advance.
by ghantauke
Mon Mar 14, 2011 3:35 am
Forum: Text Formatting
Topic: how to enter backslash (\) in your text
Replies: 2
Views: 140449

how to enter backslash (\) in your text

Code: Select all

\textbackslash n"
worked pefectly.

Many thanks to you. :)
by ghantauke
Sun Mar 13, 2011 3:57 am
Forum: Text Formatting
Topic: how to enter backslash (\) in your text
Replies: 2
Views: 140449

how to enter backslash (\) in your text

Hi,

I want my pdf file to display the following line.

Blah blah \n blaah
by ghantauke
Fri Mar 11, 2011 11:23 pm
Forum: Fonts & Character Sets
Topic: Direct insertion of accented characters
Replies: 3
Views: 2013

Direct insertion of accented characters

Be more precise. Where exactly is the problem? What have you done so far? Are there any relevant messages in the log file? I have no problems inserting characters with diacritics. Build a full but minimal example .


Thorsten

I think you misunderstood my question. But anyway your answer was ...
by ghantauke
Fri Mar 11, 2011 11:00 pm
Forum: Fonts & Character Sets
Topic: Direct insertion of accented characters
Replies: 3
Views: 2013

Direct insertion of accented characters

I want to type "č" in LaTeX. My search hasn't has failed so far.
by ghantauke
Wed Mar 09, 2011 1:09 am
Forum: Text Formatting
Topic: Bullet and numbering in latex
Replies: 4
Views: 220578

Bullet and numbering in latex

What exactly do you want? Your post does not mention it.

I am assuming that you want to created bulleted lists and/or numbered lists. It is easily done by using the itemize or enumerate environments.

I am giving a minimal example for you to try.


\documentclass{article}

\begin{document ...
by ghantauke
Mon Mar 07, 2011 12:59 am
Forum: Text Formatting
Topic: Bullet and numbering in latex
Replies: 4
Views: 220578

Bullet and numbering in latex

Not sure how you do it in latex. I tried googling it but the term "bullet and numbering" only applies for Microsoft Word. So the results I'm getting aren't very helpful. Not sure what you'd call it outside the context of MSWord.
by ghantauke
Fri Mar 04, 2011 4:52 am
Forum: Math & Science
Topic: Depicting math equation derivation steps
Replies: 2
Views: 17869

Re: Depicting math equation derivation steps

wow thanks u helped me out big time.
by ghantauke
Wed Mar 02, 2011 2:56 am
Forum: Math & Science
Topic: Depicting math equation derivation steps
Replies: 2
Views: 17869

Depicting math equation derivation steps

Hi,

I want a way to write down the steps of how I derived an equation. For example say I have to evaluate the equation 2x*3y where x=1 and y=2.

I write the derivation steps as follows.

2x*3y = 2*1*3*2 (From x=1, y=2)
........= 2*6
........= 12

Assume I want space in the place of the dots(.). (I ...