Search found 15 matches

by amegahed3
Mon Jul 27, 2009 10:53 am
Forum: Document Classes
Topic: Algorithms over several pages
Replies: 5
Views: 34359

Re: Algorithms over several pages

I face the EXACT same problem, and very frequently (since I am writing a lot of algorithms).

Any ideas about a good way (preferably automatic) to do so? Especially that my algorithms are inside a document, and I do insert and delete text from the document so often, so a manual way to handle that ...
by amegahed3
Fri Jul 17, 2009 7:20 pm
Forum: Text Formatting
Topic: Text Alignment, equations alignment, and extra space!
Replies: 2
Views: 3222

Text Alignment, equations alignment, and extra space!

Hi all,

I have a couple of questions concerning some formatting issues:

1. How can I custom align text? More specifically, suppose I wanna write this in Latex:


For i=0 to 10, do
while j=0 to 5, do
If j=t+1, do
change t to t-1
Do other necessary modifications
End if
End while
End for ...
by amegahed3
Mon May 18, 2009 9:02 am
Forum: Text Formatting
Topic: Enumerating between [ ]
Replies: 7
Views: 4510

Re: Enumerating between [ ]

I agree that the way of Thorsten is the suitable one for what I want to do. I actually used thebibliography, and it worked perfectly.

But I also wanted to use the BibTeX, but I couldn't find a clear tutorial or documentation. Does anyone of you guys know of an easy clear one?

Thanks a lot for all ...
by amegahed3
Sun May 17, 2009 11:23 pm
Forum: Text Formatting
Topic: Enumerating between [ ]
Replies: 7
Views: 4510

Enumerating between [ ]

Actually, that's all what I have before \begin {document}:

\documentclass[12pt,letter,english]{article}%{amsart}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage[includeheadfoot,margin=2cm]{geometry}
\usepackage[font=small,labelfont=bf,tableposition=top ...
by amegahed3
Sun May 17, 2009 11:02 pm
Forum: Math & Science
Topic: Cross-Referencing an equation
Replies: 2
Views: 5713

Re: Cross-Referencing an equation

Great. It worked perfectly. Thanks.

Aly
by amegahed3
Sun May 17, 2009 10:42 pm
Forum: Text Formatting
Topic: Enumerating between [ ]
Replies: 7
Views: 4510

Re: Enumerating between [ ]

Thanks a lot. But why does the [ ] seem a bit large? Is there a way to have it smaller?

Aly
by amegahed3
Sun May 17, 2009 10:25 pm
Forum: Math & Science
Topic: Cross-Referencing an equation
Replies: 2
Views: 5713

Cross-Referencing an equation

Hi All,

I'm a beginner in latex, and I have the following question:

How can I cross-reference a certain equation?

Also, if I have one number for a set of equations, how can I cross-reference them?

Thanks.

Aly
by amegahed3
Sun May 17, 2009 10:11 pm
Forum: Text Formatting
Topic: Enumerating between [ ]
Replies: 7
Views: 4510

Enumerating between [ ]

Hi All,

How can I enumerate item, but have the numbers put between [ ]?

I tried to use the package "enumitem", but couldn't know the correct parameters!

Also, I would like a way that guarantees having the same enumeration when cross referencing any enumerated item.

Finally, does anyone know of ...
by amegahed3
Fri May 15, 2009 7:30 pm
Forum: Math & Science
Topic: Numbering Aligned Equations, and writing under Min
Replies: 2
Views: 5779

Re: Numbering Aligned Equations, and writing under Min

Thanks a lot, Stefan. All your tricks worked perfectly. Thanks.

Aly
by amegahed3
Fri May 15, 2009 12:08 pm
Forum: Math & Science
Topic: Numbering Aligned Equations, and writing under Min
Replies: 2
Views: 5779

Numbering Aligned Equations, and writing under Min

Hi All,

I'm a beginner in Latex, and I have the following 3 questions:

1. The following code writes my equations in the exact same way I want them to appear. The only thing left is that I need to have each equation numbered by a separate number instead of just one number for the three equations ...