Search found 30 matches

by mathselpi
Wed Jan 26, 2011 4:02 pm
Forum: Fonts & Character Sets
Topic: Times New Roman
Replies: 8
Views: 109566

Re: Times New Roman

Hi,
I tryed it but it didn't work.
by mathselpi
Wed Jan 26, 2011 2:13 pm
Forum: Fonts & Character Sets
Topic: Times New Roman
Replies: 8
Views: 109566

Times New Roman

Hi,
I want to make my font setting Times New Roman in Latex. Can you help me, please.
by mathselpi
Tue Jan 25, 2011 11:18 pm
Forum: Fonts & Character Sets
Topic: setspace
Replies: 3
Views: 3377

Re: setspace

I want to make double space between TITLE ONE and TITLE TWO. Thanks
by mathselpi
Tue Jan 25, 2011 9:13 pm
Forum: Fonts & Character Sets
Topic: setspace
Replies: 3
Views: 3377

setspace

\begin{doublespace}
\textbf{TITLE ONE}\\
\textbf{TITLE TWO}\\
\begin{onehalfspace}
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original ...
by mathselpi
Thu Dec 09, 2010 1:05 pm
Forum: Page Layout
Topic: align justify
Replies: 4
Views: 4177

Re: align justify

Thank you for your kind reply but my problem is still continue.I'm waiting for your new suggestions to solve my issue.
by mathselpi
Wed Dec 08, 2010 6:10 pm
Forum: Page Layout
Topic: align justify
Replies: 4
Views: 4177

Re: align justify

I'm sorry.
I want to justify both left and right my article on the page.(each side)
by mathselpi
Wed Dec 08, 2010 5:08 pm
Forum: Page Layout
Topic: align justify
Replies: 4
Views: 4177

align justify

Hi,
I want to justify either left or right my article on the page.How?

Thanks
by mathselpi
Sun May 23, 2010 10:22 am
Forum: Graphics, Figures & Tables
Topic: adding image
Replies: 1
Views: 1378

adding image

hi!
I want to add an image.When I run the project as texify ,no problem.But when I run it as pdf texify,image be fuzzy.How?
Thank you
by mathselpi
Wed May 19, 2010 10:48 pm
Forum: Math & Science
Topic: the equation number
Replies: 4
Views: 6193

Re: the equation number

thank you very much
by mathselpi
Wed May 19, 2010 10:23 pm
Forum: Math & Science
Topic: the equation number
Replies: 4
Views: 6193

the equation number

\documentclass[12pt,a4paper,oneside]{report}
\usepackage{graphicx}
\usepackage{amsmath}
\begin{document}
\renewcommand{\theequation}{1.\arabic{equation}}
\begin{eqnarray}
a
\end{eqnarray}
\begin{eqnarray}
b
\end{eqnarray}
\renewcommand{\theequation}{2.\arabic{equation}}
\begin{eqnarray}
c
\end ...