Search found 8 matches

by Sahas
Fri Aug 26, 2016 2:39 pm
Forum: LyX
Topic: Lyx outline bug EXTREMELY annoying
Replies: 9
Views: 7479

Lyx outline bug EXTREMELY annoying

roberthannah89 wrote:Seems trivial to fix to me...
if you have a patch, please show it :)
by Sahas
Sat Apr 28, 2012 7:33 am
Forum: Text Formatting
Topic: Maximum inter word space (or space between words)
Replies: 2
Views: 6331

Re: Maximum inter word space (or space between words)

Stefan, thank you very much for answer, the problem is solved!
by Sahas
Thu Apr 26, 2012 7:52 am
Forum: Text Formatting
Topic: Maximum inter word space (or space between words)
Replies: 2
Views: 6331

Maximum inter word space (or space between words)

Please help me.
I want to increase maximum possible inter word space for whole text.
The background of a problem: I have a text and when I see dvi output, it looks like

Example
This is just example of text
with too long line due to
short maximum inter word space
as in this line ...
by Sahas
Thu Sep 01, 2011 2:35 pm
Forum: Math & Science
Topic: Limits after an Integral
Replies: 4
Views: 20833

Limits after an Integral

You also can use \left and \right commands (as I understand your problem).
Try this:

Code: Select all

\left.\int_0^9 x^2\,dx = \frac{x^3}{3}\biggl\right |_0^9
by Sahas
Thu Sep 01, 2011 7:34 am
Forum: Math & Science
Topic: Alignment of Vector Arrow
Replies: 5
Views: 9526

Re: Alignment of Vector Arrow

Thank you for reply!
Arrows from Fourier Font really look excellent (although some letters, for example \psi, are more sophisticated in Latin Modern than in Fourier, for me :-)
by Sahas
Wed Aug 31, 2011 10:36 pm
Forum: Math & Science
Topic: Alignment of Vector Arrow
Replies: 5
Views: 9526

Re: Alignment of Vector Arrow

So, I have found file esvect.sty and change the command \newcommand{\vecteur}:
the line $\m@th\mkern2mu\relax#4#1\mkern-1.5mu is replaced by this one:
$\m@th\mkern3mu\relax#4#1\mkern-5.5mu

I do not know what it means but now arrow looks almost as I wanted :-)
by Sahas
Wed Aug 31, 2011 8:50 pm
Forum: Math & Science
Topic: Alignment of Vector Arrow
Replies: 5
Views: 9526

Re: Alignment of Vector Arrow

Thank you for answer!
I have tried esvect package and vectors from it look really better than standard. But unfortunately the arrow is too long, it looks like \overrightarrow command (may be I am too fastidious? :-).
And I did not find in manual how to change arrow length.
I will try to see into ...
by Sahas
Wed Aug 31, 2011 11:15 am
Forum: Math & Science
Topic: Alignment of Vector Arrow
Replies: 5
Views: 9526

Alignment of Vector Arrow

Hello!

I am newbie in LaTeX and use Lyx.
A prepare a book and use KOMA-Script as document class. The font is default (as I guess, it is Latin Modern Roman).
In the math mode all letters are italic - it is no problem.
But, the symbol "vector arrow" over the letter (\vec command) is also italic, and ...