Search found 4 matches

by m_gol
Mon Jun 15, 2009 12:52 am
Forum: Math & Science
Topic: Inappropriate spacing in some formulas
Replies: 6
Views: 4069

Inappropriate spacing in some formulas

Maybe there's some bug in my Ubuntu latex package... I'll report it where needed.

Thanks, though!

EDIT: Gosh. I realised I use a slightly modified version of pdflatex that prevents one-letter words from being placed at the end of the line, it had to do also this ugly staff. I turned back the ...
by m_gol
Mon Jun 15, 2009 12:01 am
Forum: Math & Science
Topic: Inappropriate spacing in some formulas
Replies: 6
Views: 4069

Re: Inappropriate spacing in some formulas

Here are the files. I tested also MWE, not only the source file, of course. The strange spacing is a little less visible with standard fonts (as used in this MWE), but it's still visible; especially in the second example ("x + y = u + v").
by m_gol
Sun Jun 14, 2009 10:08 pm
Forum: Math & Science
Topic: Inappropriate spacing in some formulas
Replies: 6
Views: 4069

Inappropriate spacing in some formulas

MWE:
\documentclass{article}
\begin{document}
$f \colon A \times B$

$x + y = u + v$
\end{document}

BTW, I realised that if I write this:
\documentclass{article}
\begin{document}
$f \colon {A \times B}$

$x + y = {u + v}$
\end{document}
or that:
\documentclass{article}
\begin{document}
$f ...
by m_gol
Sun Jun 14, 2009 3:31 pm
Forum: Math & Science
Topic: Inappropriate spacing in some formulas
Replies: 6
Views: 4069

Inappropriate spacing in some formulas

Hello,

this is my first post here. I've written something as usual as:
$x + y = u + v$
and:
$f\colon A \times B \to \omega$
and it causes strange spacing:
http://students.mimuw.edu.pl/~mg/pliki/forums/latex/latex-plus.png
http://students.mimuw.edu.pl/~mg/pliki/forums/latex/latex-times.png ...