Search found 14 matches

by Michael7496
Wed Mar 26, 2014 7:18 pm
Forum: MiKTeX and proTeXt
Topic: General Connection Problems
Replies: 14
Views: 73223

Re: General Connection Problems

ok. now it works. I don't know why. But it works now.
by Michael7496
Wed Mar 26, 2014 7:14 pm
Forum: MiKTeX and proTeXt
Topic: General Connection Problems
Replies: 14
Views: 73223

Re: General Connection Problems

same problem
by Michael7496
Thu Aug 22, 2013 1:53 pm
Forum: Math & Science
Topic: vertical spacing array environment
Replies: 4
Views: 8255

Re: vertical spacing array environment

ok. Now we have understood that the array environment has to be redefined. If someone want to post his redefinition here he is welcomed. Other suggestions don't answer the posted question, I think so. If I make one, I will post it here.
by Michael7496
Tue Aug 20, 2013 1:12 am
Forum: Math & Science
Topic: vertical spacing array environment
Replies: 4
Views: 8255

vertical spacing array environment

Hello,

here is a minimum example:

\documentclass[12pt]{article}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\begin{document}
\begin{gather*}
\begin{array}{c}
\dfrac{a}{b}\\
\dfrac{c}{d}
\end{array}
\end{gather*}
\end{document}

There is no space between b ...
by Michael7496
Tue Aug 20, 2013 12:50 am
Forum: Math & Science
Topic: vertical spacing gather
Replies: 15
Views: 15476

Re: vertical spacing gather

ok. Now I see my problem. The problem is that I confused gather with array. I will open a new thread with the real topic "vertical spacing array".
How can I delete this thread?
by Michael7496
Mon Aug 19, 2013 11:58 pm
Forum: Math & Science
Topic: vertical spacing gather
Replies: 15
Views: 15476

vertical spacing gather

@Johannes_B
My problem is:
There should be a variable/constant like \minimumVerticalDistanceBetweenTwoCharacters used by gather to set the minimum vertical distance between two characters. And I want to change that variable/constant. That variable/constant could exist just like \arraystretch is ...
by Michael7496
Mon Aug 19, 2013 11:40 pm
Forum: Math & Science
Topic: vertical spacing gather
Replies: 15
Views: 15476

vertical spacing gather

@cgnieder
What do you mean by not being precise enough? I was very precise enough. Maybe my English is not good. You have to read my first question and then you can see that I want to change the minimum vertical distance between two lines globally . I gave a minimum example and I gave a "maximum ...
by Michael7496
Mon Aug 19, 2013 6:10 pm
Forum: Math & Science
Topic: vertical spacing gather
Replies: 15
Views: 15476

Re: vertical spacing gather

The people in this forum have no idea about LaTeX! I hate this forum!
:D
by Michael7496
Fri Aug 16, 2013 10:52 am
Forum: Math & Science
Topic: vertical spacing gather
Replies: 15
Views: 15476

vertical spacing gather

Here is the promised minimum example:

\documentclass[12pt]{article}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}

\begin{document}
\begin{gather*}
\begin{array}{rl}
\begingroup
\renewcommand*{\arraystretch}{6.0}
\begin{array}{c}
\dfrac{a}{b \cdot \dfrac{a}{b ...