Perfect! Thank you very much.
Hi,
with the help of the amsthm package you could define a new style for theorem-like environments that behaves as desired. Take a look at the following simple example:
...
Of course, feel free to adapt the example to suit your needs. Please refer to the package ...
Search found 9 matches
- Wed Jul 15, 2009 12:02 am
- Forum: Math & Science
- Topic: How to skip empty lines
- Replies: 2
- Views: 2537
- Mon Jul 13, 2009 6:01 am
- Forum: Math & Science
- Topic: How to skip empty lines
- Replies: 2
- Views: 2537
How to skip empty lines
Hi,
I'd like to know how to skip a line after a theorem declaration. The code below does what I want, but with an extra dot after the theorem declaration.
Does anyone have any idea on how to do that?
Thanks,
I'd like to know how to skip a line after a theorem declaration. The code below does what I want, but with an extra dot after the theorem declaration.
Code: Select all
\newtheorem{teo}{Theorem}
\begin{teo}
.\\
Some text here.
\end{teo}
Thanks,
- Mon Jul 13, 2009 5:46 am
- Forum: Math & Science
- Topic: \newtheorem* already defined
- Replies: 2
- Views: 10340
\newtheorem* already defined
Weird, I think it was working without that before. But adding this package did the trick!Your example looks like it's right out of the amsthm package documentation, so why not just add:
\usepackage{amsthm}
to your document header?
Thank you!
- Mon Jul 13, 2009 4:39 am
- Forum: Math & Science
- Topic: \newtheorem* already defined
- Replies: 2
- Views: 10340
\newtheorem* already defined
Hi,
I'm having trouble in using theorem without numbering. When I use:
\newtheorem*{KL}{Klein's Lemma}
\begin{KL} Text text ... \end{KL}
I get the following error:
Command \* already defined. \newtheorem*{kl}
Is there a way to find out where the redundancy is, or how to work around this ...
I'm having trouble in using theorem without numbering. When I use:
\newtheorem*{KL}{Klein's Lemma}
\begin{KL} Text text ... \end{KL}
I get the following error:
Command \* already defined. \newtheorem*{kl}
Is there a way to find out where the redundancy is, or how to work around this ...
- Fri Jun 26, 2009 7:02 pm
- Forum: Math & Science
- Topic: Alignat: number group of equations as one
- Replies: 2
- Views: 12676
Re: Alignat: number group of equations as one
Exactly what I needed!
Thanks,
Thanks,
- Wed Jun 24, 2009 7:00 pm
- Forum: Math & Science
- Topic: Alignat: number group of equations as one
- Replies: 2
- Views: 12676
Alignat: number group of equations as one
Hi all,
I'd like to know if I can number all the equations in alignat as one.
The default behaviour is number each line:
\begin{alignat}{3}
a & \quad b & \quad c \\
d & \quad e & \quad f \\
g & \quad h & \quad i
\end{alignat}
Researching here at the forum I found a way to number only the ...
I'd like to know if I can number all the equations in alignat as one.
The default behaviour is number each line:
\begin{alignat}{3}
a & \quad b & \quad c \\
d & \quad e & \quad f \\
g & \quad h & \quad i
\end{alignat}
Researching here at the forum I found a way to number only the ...
- Wed Feb 18, 2009 8:24 pm
- Forum: Page Layout
- Topic: Problem with the color of the separating line!
- Replies: 2
- Views: 3149
Re: Problem with the color of the separating line!
Wow! Thanks a lot! That worked fine.
- Tue Feb 17, 2009 4:38 am
- Forum: Page Layout
- Topic: Problem with the color of the separating line!
- Replies: 2
- Views: 3149
Problem with the color of the separating line!
Hi all,
I'm using the following configuration for a document:
\documentclass[landscape,twocolumn,letterpaper]{article}
\usepackage{color}
\setlength{\columnseprule}{0.5pt} % default=0pt (no line)
But the separating line is colored yellow. If I don't include the color package it stays black. I'd ...
I'm using the following configuration for a document:
\documentclass[landscape,twocolumn,letterpaper]{article}
\usepackage{color}
\setlength{\columnseprule}{0.5pt} % default=0pt (no line)
But the separating line is colored yellow. If I don't include the color package it stays black. I'd ...
- Tue Feb 17, 2009 12:53 am
- Forum: New Members
- Topic: Hi! :)
- Replies: 1
- Views: 1594
Hi! :)
Hi people,
I'm not new to LaTeX, but I'm joining the community to improve my knowledge in the subject. I hope I can help those who face the same problems I once did.
I study Computer Engineering at University of Campinas, Brazil and always used LaTeX for my academic projects.
Best regards!
I'm not new to LaTeX, but I'm joining the community to improve my knowledge in the subject. I hope I can help those who face the same problems I once did.
I study Computer Engineering at University of Campinas, Brazil and always used LaTeX for my academic projects.
Best regards!