Search found 5 matches

by solunac
Wed Jan 13, 2010 9:35 am
Forum: Fonts & Character Sets
Topic: Italic bold cyrillic
Replies: 5
Views: 11094

Re: Italic bold cyrillic

Thanks frabjous.

Indeed if I use utf8 for inputenc it could be easier for me to write, but my editors support for Unicode (utf8) isn't working or something else is the problem.

I am using WinXP platform, and few editors that I red that they support Unicode format letters - lED (lED doesn't ...
by solunac
Wed Jan 06, 2010 7:08 am
Forum: Fonts & Character Sets
Topic: Italic bold cyrillic
Replies: 5
Views: 11094

Italic bold cyrillic

Excuse me, but... nobody to answer? This is the warning that I get:

LaTeX Font Warning: Font shape `OT2//wncyr//bx//it' undefined
(Font) using `OT2//wncyr//bx//n' instead on input line 25.
[1] (novo.aux)
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
(see the ...
by solunac
Fri Dec 18, 2009 8:54 pm
Forum: Fonts & Character Sets
Topic: Italic bold cyrillic
Replies: 5
Views: 11094

Italic bold cyrillic

Hi!

I have a problem putting Cyrillic words in bold and italic. In way I manage with cyrillic fonts, I provide code that I use (and the problematic spot too):

\documentclass[a4paper, 12pt, leqno]{report}
\usepackage[utf8]{inputenc}
\usepackage[OT2,OT1]{fontenc}
\usepackage[english]{babel ...
by solunac
Fri Dec 18, 2009 2:57 am
Forum: Math & Science
Topic: System of equations
Replies: 11
Views: 10947

Re: System of equations

Thanks, one more time! :D
by solunac
Thu Dec 17, 2009 9:19 pm
Forum: Math & Science
Topic: System of equations
Replies: 11
Views: 10947

System of equations

Hi!

I am stuck with system of linear equations. I need to put them aligned so that it looks like this:
http://img64.imageshack.us/img64/1434/eqsys.jpg

I wrote a code (but wrong) so you can work with it.
\begin{align*}
x_0 &+\frac{7}{22}x_3 &+\frac{5}{22}x_4 &= \frac{21}{2}\\
&x_1 &+\frac{3}{22 ...