Search found 5 matches

by Yrg
Tue Jan 18, 2011 11:25 pm
Forum: Math & Science
Topic: Enounce twice the same Thm/Prop
Replies: 2
Views: 7301

Re: Enounce twice the same Thm/Prop

Thank you very much, I'll check it out, but it seems exactly to be what I was looking for ! (so "re+verb" can give unexpected results in english apparently, sorry about that :oops: and thanks for correcting me by the way)
by Yrg
Tue Jan 18, 2011 10:57 pm
Forum: Math & Science
Topic: Enounce twice the same Thm/Prop
Replies: 2
Views: 7301

Enounce twice the same Thm/Prop

Hello,

I would like to know whether it is possible or not to enounce a Theorem in Latex and then to re-enounce it later, keeping the same labelling. The thing is that I enounced a Theorem in a chapter of my dissertation and intended to give the proof later in the appendix. I then would recall its ...
by Yrg
Mon Dec 13, 2010 9:26 pm
Forum: Math & Science
Topic: Young tableaux
Replies: 5
Views: 10706

Re: Young tableaux

Okay, I get it. The problem was to put symbols into the boxes and I was sure I had to use the other environment. In fact, I read your reference and found out a way to solve the problem. For example, the following code is giving me the desired result.

\documentclass[a4paper, 10pts]{report ...
by Yrg
Mon Dec 13, 2010 8:30 pm
Forum: Math & Science
Topic: Young tableaux
Replies: 5
Views: 10706

Re: Young tableaux

Here is a working example. I tried both ways but as you can see, the tableaux are not centered. Thank you for your response.

\documentclass[a4paper, 10pts]{report}
\pagestyle{headings}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath ...
by Yrg
Mon Dec 13, 2010 7:38 pm
Forum: Math & Science
Topic: Young tableaux
Replies: 5
Views: 10706

Young tableaux

Hello everyone,
I'm using the command \begin{young} and \end{young} in order to draw Young tableaux in Latex. Is it possible to put these tableaux in vertical centering?
(I know that using the command \yng solves the problem in the case I don't need to put symbols in the tableaux, but since I ...