Search found 5 matches

by Gilza
Tue Apr 12, 2011 1:19 pm
Forum: Text Formatting
Topic: \showhyphens
Replies: 4
Views: 6064

\showhyphens

I need typeset:
sum-ma-tion re-ducible lat-ti-coid
and didn´t get with the code bellow
Thanks for the attention

\documentclass[11pt,openany,brazil,reqno]{article}
%\usepackage{showidx}
\usepackage{amsmath,amsthm,amsfonts,amssymb,amscd}
\usepackage{indentfirst}
\usepackage{graphicx}
\usepackage ...
by Gilza
Mon Apr 11, 2011 3:20 pm
Forum: Text Formatting
Topic: \showhyphens
Replies: 4
Views: 6064

\showhyphens

I´m studying latex and try, as exercice, the command

\showhyphens{summation reductile latticord}

that did not work as expected. Why?
The packages I´m using:

\usepackage{amsmath,amsthm,amsfonts,amssymb,amscd}
\usepackage{indentfirst}
\usepackage{graphicx}
\usepackage{color}
\usepackage{longtable ...
by Gilza
Thu Feb 10, 2011 10:35 pm
Forum: Text Formatting
Topic: Corollary inside Theorems
Replies: 4
Views: 3177

Re: Corollary inside Theorems

Thank You very much.

I read it again . I found the solution
\newtheorem{thm}{Theorem}
\newtheorem{lem}{Lemma}[thm]

Best regards
by Gilza
Thu Feb 10, 2011 10:22 pm
Forum: Text Formatting
Topic: Corollary inside Theorems
Replies: 4
Views: 3177

Re: Corollary inside Theorems

Sorry for not give the necessry information!
I am using asmthm package. What I want is something like the following

Theorem 1
Corollary 1.1
Corollary 1.2
Theorem 2
Corollary 2.1
Corollary 2.2

The corollary number indicating the theorem from which the corollary came.

Thank You.
Gilza
by Gilza
Thu Feb 10, 2011 4:35 pm
Forum: Text Formatting
Topic: Corollary inside Theorems
Replies: 4
Views: 3177

Corollary inside Theorems

Hello,

I would like to enumerate corollary inside theorems. Is that possible? If so, what I have to do?

Thanks